Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.php > #15341 > unrolled thread
| Started by | jans <janis.rough@gmail.com> |
|---|---|
| First post | 2015-05-20 08:46 -0700 |
| Last post | 2015-05-27 09:51 -0700 |
| Articles | 20 on this page of 23 — 5 participants |
Back to article view | Back to comp.lang.php
Pear enviroment variable error Wamp Windows 7 config jans <janis.rough@gmail.com> - 2015-05-20 08:46 -0700
Re: Pear enviroment variable error Wamp Windows 7 config Jerry Stuckle <jstucklex@attglobal.net> - 2015-05-20 12:59 -0400
Re: Pear enviroment variable error Wamp Windows 7 config jans <janis.rough@gmail.com> - 2015-05-20 11:18 -0700
Re: Pear enviroment variable error Wamp Windows 7 config Jerry Stuckle <jstucklex@attglobal.net> - 2015-05-20 16:03 -0400
Re: Pear enviroment variable error Wamp Windows 7 config "Christoph M. Becker" <cmbecker69@arcor.de> - 2015-05-20 23:01 +0200
Re: Pear enviroment variable error Wamp Windows 7 config jans <janis.rough@gmail.com> - 2015-05-20 15:23 -0700
Re: Pear enviroment variable error Wamp Windows 7 config jans <janis.rough@gmail.com> - 2015-05-20 15:29 -0700
Re: Pear enviroment variable error Wamp Windows 7 config jans <janis.rough@gmail.com> - 2015-05-20 16:17 -0700
Re: Pear enviroment variable error Wamp Windows 7 config jans <janis.rough@gmail.com> - 2015-05-20 15:49 -0700
Re: Pear enviroment variable error Wamp Windows 7 config "Christoph M. Becker" <cmbecker69@arcor.de> - 2015-05-21 15:06 +0200
Re: Pear enviroment variable error Wamp Windows 7 config jans <janis.rough@gmail.com> - 2015-05-20 17:28 -0700
Re: Pear enviroment variable error Wamp Windows 7 config Jerry Stuckle <jstucklex@attglobal.net> - 2015-05-20 22:27 -0400
Re: Pear enviroment variable error Wamp Windows 7 config Erwin Moller <erwinmollerusenet@xs4all.nl> - 2015-05-21 16:38 +0200
Re: Pear enviroment variable error Wamp Windows 7 config jans <janis.rough@gmail.com> - 2015-05-21 17:07 -0700
Re: Pear enviroment variable error Wamp Windows 7 config Thomas 'PointedEars' Lahn <PointedEars@web.de> - 2015-05-23 10:59 +0200
Re: Pear enviroment variable error Wamp Windows 7 config jans <janis.rough@gmail.com> - 2015-05-26 10:55 -0700
Re: Pear enviroment variable error Wamp Windows 7 config Jerry Stuckle <jstucklex@attglobal.net> - 2015-05-26 14:12 -0400
Re: Pear enviroment variable error Wamp Windows 7 config jans <janis.rough@gmail.com> - 2015-05-26 15:51 -0700
Re: Pear enviroment variable error Wamp Windows 7 config Jerry Stuckle <jstucklex@attglobal.net> - 2015-05-26 19:06 -0400
Re: Pear enviroment variable error Wamp Windows 7 config jans <janis.rough@gmail.com> - 2015-05-26 17:16 -0700
Re: Pear enviroment variable error Wamp Windows 7 config Jerry Stuckle <jstucklex@attglobal.net> - 2015-05-26 21:26 -0400
Re: Pear enviroment variable error Wamp Windows 7 config jans <janis.rough@gmail.com> - 2015-05-26 17:44 -0700
Re: Pear enviroment variable error Wamp Windows 7 config jans <janis.rough@gmail.com> - 2015-05-27 09:51 -0700
Page 1 of 2 [1] 2 Next page →
| From | jans <janis.rough@gmail.com> |
|---|---|
| Date | 2015-05-20 08:46 -0700 |
| Subject | Pear enviroment variable error Wamp Windows 7 config |
| Message-ID | <1409c703-6cac-4dae-9c3d-6f775fadb69b@googlegroups.com> |
Errors in PHP log: [20-May-2015 03:14:39 Europe/Paris] PHP Warning: Unknown: failed to open stream: Permission denied in Unknown on line 0 [20-May-2015 03:14:39 Europe/Paris] PHP Fatal error: Unknown: Failed opening required 'C:/wamp/www/earth/public/index.php' (include_path='.;C:\php\pear') in Unknown on line 0 ------- First is a warning, tech support checked my wamp folder. it is read & execute on everyone. Why am I getting the warning? This is my environment PATH variable: C:\ProgramData\Oracle\Java\javapath;%SystemRoot%\system32;%SystemRoot%;%SystemRoot%\System32\Wbem;%SYSTEMROOT%\System32\WindowsPowerShell\v1.0\;c:\wamp\bin\php\php5.5.12; Is something wrong with the path to Pear? tia,
[toc] | [next] | [standalone]
| From | Jerry Stuckle <jstucklex@attglobal.net> |
|---|---|
| Date | 2015-05-20 12:59 -0400 |
| Message-ID | <mjiefs$dsp$1@dont-email.me> |
| In reply to | #15341 |
On 5/20/2015 11:46 AM, jans wrote: > Errors in PHP log: > [20-May-2015 03:14:39 Europe/Paris] PHP Warning: Unknown: failed to open stream: Permission denied in Unknown on line 0 > > [20-May-2015 03:14:39 Europe/Paris] PHP Fatal error: Unknown: Failed opening required 'C:/wamp/www/earth/public/index.php' (include_path='.;C:\php\pear') in Unknown on line 0 > ------- > First is a warning, tech support checked my wamp folder. it is read & execute on everyone. Why am I getting the warning? > > This is my environment PATH variable: > C:\ProgramData\Oracle\Java\javapath;%SystemRoot%\system32;%SystemRoot%;%SystemRoot%\System32\Wbem;%SYSTEMROOT%\System32\WindowsPowerShell\v1.0\;c:\wamp\bin\php\php5.5.12; > > Is something wrong with the path to Pear? > > tia, > Does the file exist? -- ================== Remove the "x" from my email address Jerry Stuckle jstucklex@attglobal.net ==================
[toc] | [prev] | [next] | [standalone]
| From | jans <janis.rough@gmail.com> |
|---|---|
| Date | 2015-05-20 11:18 -0700 |
| Message-ID | <ac308c94-7033-46a9-b22f-9b16ae22e3c2@googlegroups.com> |
| In reply to | #15341 |
If you mean the permission denied failed to open stream... then yes the whole directory exists. The index.php file does exist and the path is correct, localhost/earth/public/index.php P.S. I am not a Windows 7 guru. Hard to verify the permissions. When you click apply/ apply to subfolders in properties the files stay read only after you reopen them. The files were given to me in zip format which makes them read only. I was assured by tech support that they gave permissions read & execute to everyone, I don't see a groups on Windows. I watched him do it but I don't know how to double check it since the read button is still checked when I look at the properties? thanks, On Wednesday, May 20, 2015 at 8:46:09 AM UTC-7, jans wrote: > Errors in PHP log: > [20-May-2015 03:14:39 Europe/Paris] PHP Warning: Unknown: failed to open stream: Permission denied in Unknown on line 0 > > [20-May-2015 03:14:39 Europe/Paris] PHP Fatal error: Unknown: Failed opening required 'C:/wamp/www/earth/public/index.php' (include_path='.;C:\php\pear') in Unknown on line 0 > ------- > First is a warning, tech support checked my wamp folder. it is read & execute on everyone. Why am I getting the warning? > > This is my environment PATH variable: > C:\ProgramData\Oracle\Java\javapath;%SystemRoot%\system32;%SystemRoot%;%SystemRoot%\System32\Wbem;%SYSTEMROOT%\System32\WindowsPowerShell\v1.0\;c:\wamp\bin\php\php5.5.12; > > Is something wrong with the path to Pear? > > tia,
[toc] | [prev] | [next] | [standalone]
| From | Jerry Stuckle <jstucklex@attglobal.net> |
|---|---|
| Date | 2015-05-20 16:03 -0400 |
| Message-ID | <mjip8l$rq8$1@dont-email.me> |
| In reply to | #15343 |
On 5/20/2015 2:18 PM, jans wrote: > If you mean the permission denied failed to open stream... then yes the whole directory exists. The index.php file does exist and the path is correct, localhost/earth/public/index.php > > P.S. I am not a Windows 7 guru. Hard to verify the permissions. When you click apply/ apply to subfolders in properties the files stay read only after you reopen them. The files were given to me in zip format which makes them read only. I was assured by tech support that they gave permissions read & execute to everyone, I don't see a groups on Windows. I watched him do it but I don't know how to double check it since the read button is still checked when I look at the properties? > thanks, > > On Wednesday, May 20, 2015 at 8:46:09 AM UTC-7, jans wrote: >> Errors in PHP log: >> [20-May-2015 03:14:39 Europe/Paris] PHP Warning: Unknown: failed to open stream: Permission denied in Unknown on line 0 >> >> [20-May-2015 03:14:39 Europe/Paris] PHP Fatal error: Unknown: Failed opening required 'C:/wamp/www/earth/public/index.php' (include_path='.;C:\php\pear') in Unknown on line 0 >> ------- >> First is a warning, tech support checked my wamp folder. it is read & execute on everyone. Why am I getting the warning? >> >> This is my environment PATH variable: >> C:\ProgramData\Oracle\Java\javapath;%SystemRoot%\system32;%SystemRoot%;%SystemRoot%\System32\Wbem;%SYSTEMROOT%\System32\WindowsPowerShell\v1.0\;c:\wamp\bin\php\php5.5.12; >> >> Is something wrong with the path to Pear? >> >> tia, > No, does the file C:/wamp/www/earth/public/index.php exist? That's the one it's looking for. I suspect it doesn't. And just because the files were given to you in zip format does not mean they are read-only. But even if they are read-only you should still be able to read it. You should not have had to change any of the permissions in Windows. It makes me wonder if you messed something up there. -- ================== Remove the "x" from my email address Jerry Stuckle jstucklex@attglobal.net ==================
[toc] | [prev] | [next] | [standalone]
| From | "Christoph M. Becker" <cmbecker69@arcor.de> |
|---|---|
| Date | 2015-05-20 23:01 +0200 |
| Message-ID | <mjisml$eip$1@solani.org> |
| In reply to | #15341 |
jans wrote: > Errors in PHP log: > [20-May-2015 03:14:39 Europe/Paris] PHP Warning: Unknown: failed to open stream: Permission denied in Unknown on line 0 > > [20-May-2015 03:14:39 Europe/Paris] PHP Fatal error: Unknown: Failed opening required 'C:/wamp/www/earth/public/index.php' (include_path='.;C:\php\pear') in Unknown on line 0 > ------- > First is a warning, tech support checked my wamp folder. it is read & execute on everyone. Why am I getting the warning? First thing that makes me wonder is that apparently an index.php is to be included via require(_once). That's well possible, but it's somewhat uncommon. The next thing that comes to mind are the error locations: "Unknown on line 0". That happens typically when PHP is already in the shutdown sequence. Is there a shutdown handler registered, that requires the mentioned index.php? -- Christoph M. Becker
[toc] | [prev] | [next] | [standalone]
| From | jans <janis.rough@gmail.com> |
|---|---|
| Date | 2015-05-20 15:23 -0700 |
| Message-ID | <a7d1b006-e541-41d5-8991-ea2595821e82@googlegroups.com> |
| In reply to | #15345 |
Okay, the index page just points to a bootstrap file. This is all it is: require '../application/bootstrap.php'; but there is no ../application/bootstrap.php I wasn't given that part. I will look for it. thanks, On Wednesday, May 20, 2015 at 2:01:14 PM UTC-7, Christoph M. Becker wrote: > jans wrote: > > > Errors in PHP log: > > [20-May-2015 03:14:39 Europe/Paris] PHP Warning: Unknown: failed to open stream: Permission denied in Unknown on line 0 > > > > [20-May-2015 03:14:39 Europe/Paris] PHP Fatal error: Unknown: Failed opening required 'C:/wamp/www/earth/public/index.php' (include_path='.;C:\php\pear') in Unknown on line 0 > > ------- > > First is a warning, tech support checked my wamp folder. it is read & execute on everyone. Why am I getting the warning? > > First thing that makes me wonder is that apparently an index.php is to > be included via require(_once). That's well possible, but it's somewhat > uncommon. > > The next thing that comes to mind are the error locations: "Unknown on > line 0". That happens typically when PHP is already in the shutdown > sequence. Is there a shutdown handler registered, that requires the > mentioned index.php? > > -- > Christoph M. Becker
[toc] | [prev] | [next] | [standalone]
| From | jans <janis.rough@gmail.com> |
|---|---|
| Date | 2015-05-20 15:29 -0700 |
| Message-ID | <daa35241-af0a-4086-bcc2-68de9deabf3d@googlegroups.com> |
| In reply to | #15345 |
On second thought it does have ../application/bootstrap.php
This is the beginning part of it. So do I have to set up autoloader? How do I set up the Autoloader library from Zend into Mamp?
thanks,
require_once 'Initializer.php';
require_once "Zend/Loader/Autoloader.php";
// Set up autoload.
Zend_Loader_Autoloader::getInstance()->setFallbackAutoloader(true);
//Zend_Loader::registerAutoload();
Zend_Layout::startMvc();
Zend_Session::start();
// Site global helpers
$documentType = new Zend_View_Helper_Doctype();
$documentType->doctype('XHTML1_STRICT');
$titleType = new Zend_View_Helper_HeadTitle();
$titleType->headTitle('HMI Conduit', 'PREPEND');
$titleType->headTitle()->setSeparator(' - ');
$metaType = new Zend_View_Helper_HeadMeta();
$metaType->headMeta()->appendHttpEquiv('Content-Type', 'text/html;charset=utf-8');
On Wednesday, May 20, 2015 at 2:01:14 PM UTC-7, Christoph M. Becker wrote:
> jans wrote:
>
> > Errors in PHP log:
> > [20-May-2015 03:14:39 Europe/Paris] PHP Warning: Unknown: failed to open stream: Permission denied in Unknown on line 0
> >
> > [20-May-2015 03:14:39 Europe/Paris] PHP Fatal error: Unknown: Failed opening required 'C:/wamp/www/earth/public/index.php' (include_path='.;C:\php\pear') in Unknown on line 0
> > -------
> > First is a warning, tech support checked my wamp folder. it is read & execute on everyone. Why am I getting the warning?
>
> First thing that makes me wonder is that apparently an index.php is to
> be included via require(_once). That's well possible, but it's somewhat
> uncommon.
>
> The next thing that comes to mind are the error locations: "Unknown on
> line 0". That happens typically when PHP is already in the shutdown
> sequence. Is there a shutdown handler registered, that requires the
> mentioned index.php?
>
> --
> Christoph M. Becker
[toc] | [prev] | [next] | [standalone]
| From | jans <janis.rough@gmail.com> |
|---|---|
| Date | 2015-05-20 16:17 -0700 |
| Message-ID | <283082c1-7443-4683-870e-f777b7febe54@googlegroups.com> |
| In reply to | #15347 |
Sorry for the multiple posts. I added Pear to the Windows command line.
I think there should be a Pear includes directory? I can drop in some of these missing files. Where is the Pear includes directory on Windows?
On Wednesday, May 20, 2015 at 3:29:12 PM UTC-7, jans wrote:
> On second thought it does have ../application/bootstrap.php
>
> This is the beginning part of it. So do I have to set up autoloader? How do I set up the Autoloader library from Zend into Mamp?
>
> thanks,
>
> require_once 'Initializer.php';
> require_once "Zend/Loader/Autoloader.php";
>
> // Set up autoload.
> Zend_Loader_Autoloader::getInstance()->setFallbackAutoloader(true);
> //Zend_Loader::registerAutoload();
> Zend_Layout::startMvc();
> Zend_Session::start();
>
> // Site global helpers
> $documentType = new Zend_View_Helper_Doctype();
> $documentType->doctype('XHTML1_STRICT');
> $titleType = new Zend_View_Helper_HeadTitle();
> $titleType->headTitle('HMI Conduit', 'PREPEND');
> $titleType->headTitle()->setSeparator(' - ');
> $metaType = new Zend_View_Helper_HeadMeta();
> $metaType->headMeta()->appendHttpEquiv('Content-Type', 'text/html;charset=utf-8');
>
>
> On Wednesday, May 20, 2015 at 2:01:14 PM UTC-7, Christoph M. Becker wrote:
> > jans wrote:
> >
> > > Errors in PHP log:
> > > [20-May-2015 03:14:39 Europe/Paris] PHP Warning: Unknown: failed to open stream: Permission denied in Unknown on line 0
> > >
> > > [20-May-2015 03:14:39 Europe/Paris] PHP Fatal error: Unknown: Failed opening required 'C:/wamp/www/earth/public/index.php' (include_path='.;C:\php\pear') in Unknown on line 0
> > > -------
> > > First is a warning, tech support checked my wamp folder. it is read & execute on everyone. Why am I getting the warning?
> >
> > First thing that makes me wonder is that apparently an index.php is to
> > be included via require(_once). That's well possible, but it's somewhat
> > uncommon.
> >
> > The next thing that comes to mind are the error locations: "Unknown on
> > line 0". That happens typically when PHP is already in the shutdown
> > sequence. Is there a shutdown handler registered, that requires the
> > mentioned index.php?
> >
> > --
> > Christoph M. Becker
[toc] | [prev] | [next] | [standalone]
| From | jans <janis.rough@gmail.com> |
|---|---|
| Date | 2015-05-20 15:49 -0700 |
| Message-ID | <966f5211-4f9a-4174-9bcc-5dba60d2b4a1@googlegroups.com> |
| In reply to | #15345 |
Okay, the person that gave me the file just remembered it needs the Zend framework. This is what he said:Yes. It uses very old version Zend framework. Sometimes in the codebase, sometimes in library path in http settings. How do I set up Zend Framework. On Wednesday, May 20, 2015 at 2:01:14 PM UTC-7, Christoph M. Becker wrote: > jans wrote: > > > Errors in PHP log: > > [20-May-2015 03:14:39 Europe/Paris] PHP Warning: Unknown: failed to open stream: Permission denied in Unknown on line 0 > > > > [20-May-2015 03:14:39 Europe/Paris] PHP Fatal error: Unknown: Failed opening required 'C:/wamp/www/earth/public/index.php' (include_path='.;C:\php\pear') in Unknown on line 0 > > ------- > > First is a warning, tech support checked my wamp folder. it is read & execute on everyone. Why am I getting the warning? > > First thing that makes me wonder is that apparently an index.php is to > be included via require(_once). That's well possible, but it's somewhat > uncommon. > > The next thing that comes to mind are the error locations: "Unknown on > line 0". That happens typically when PHP is already in the shutdown > sequence. Is there a shutdown handler registered, that requires the > mentioned index.php? > > -- > Christoph M. Becker
[toc] | [prev] | [next] | [standalone]
| From | "Christoph M. Becker" <cmbecker69@arcor.de> |
|---|---|
| Date | 2015-05-21 15:06 +0200 |
| Message-ID | <mjkl98$us8$1@solani.org> |
| In reply to | #15348 |
jans wrote: > Okay, the person that gave me the file just remembered it needs the Zend framework. This is what he said:Yes. It uses very old version Zend framework. Sometimes in the codebase, sometimes in library path in http settings. > > How do I set up Zend Framework. I don't have any experience with Zend Framework, but certainly you will have to install an appropriate version. Further information is available on <http://framework.zend.com/manual/current/en/index.html> -- Christoph M. Becker
[toc] | [prev] | [next] | [standalone]
| From | jans <janis.rough@gmail.com> |
|---|---|
| Date | 2015-05-20 17:28 -0700 |
| Message-ID | <78080fcb-97d0-43ad-a5ee-fe3f676a8ec4@googlegroups.com> |
| In reply to | #15345 |
On Wednesday, May 20, 2015 at 2:01:14 PM UTC-7, Christoph M. Becker wrote: Okay, to add the missing require files to an includes file path which I set in environment variables to pear. I added this to the php.ini file, include_path = ".:/php/php5.5.12/pear/includes" Is that all I need to do? Pear didn't have an includes directory so I added one. pear is working because I got a pear version and pear help so if I add the includes file in php.ini should work right? thanks, > jans wrote: > > > Errors in PHP log: > > [20-May-2015 03:14:39 Europe/Paris] PHP Warning: Unknown: failed to open stream: Permission denied in Unknown on line 0 > > > > [20-May-2015 03:14:39 Europe/Paris] PHP Fatal error: Unknown: Failed opening required 'C:/wamp/www/earth/public/index.php' (include_path='.;C:\php\pear') in Unknown on line 0 > > ------- > > First is a warning, tech support checked my wamp folder. it is read & execute on everyone. Why am I getting the warning? > > First thing that makes me wonder is that apparently an index.php is to > be included via require(_once). That's well possible, but it's somewhat > uncommon. > > The next thing that comes to mind are the error locations: "Unknown on > line 0". That happens typically when PHP is already in the shutdown > sequence. Is there a shutdown handler registered, that requires the > mentioned index.php? > > -- > Christoph M. Becker
[toc] | [prev] | [next] | [standalone]
| From | Jerry Stuckle <jstucklex@attglobal.net> |
|---|---|
| Date | 2015-05-20 22:27 -0400 |
| Message-ID | <mjjfou$5m1$1@dont-email.me> |
| In reply to | #15350 |
On 5/20/2015 8:28 PM, jans wrote: > On Wednesday, May 20, 2015 at 2:01:14 PM UTC-7, Christoph M. Becker wrote: > Okay, to add the missing require files to an includes file path which I set in environment variables to pear. > > I added this to the php.ini file, > include_path = ".:/php/php5.5.12/pear/includes" > > Is that all I need to do? > > Pear didn't have an includes directory so I added one. pear is working because I got a pear version and pear help so if I add the includes file in php.ini should work right? > thanks, > > >> jans wrote: >> >>> Errors in PHP log: >>> [20-May-2015 03:14:39 Europe/Paris] PHP Warning: Unknown: failed to open stream: Permission denied in Unknown on line 0 >>> >>> [20-May-2015 03:14:39 Europe/Paris] PHP Fatal error: Unknown: Failed opening required 'C:/wamp/www/earth/public/index.php' (include_path='.;C:\php\pear') in Unknown on line 0 >>> ------- >>> First is a warning, tech support checked my wamp folder. it is read & execute on everyone. Why am I getting the warning? >> >> First thing that makes me wonder is that apparently an index.php is to >> be included via require(_once). That's well possible, but it's somewhat >> uncommon. >> >> The next thing that comes to mind are the error locations: "Unknown on >> line 0". That happens typically when PHP is already in the shutdown >> sequence. Is there a shutdown handler registered, that requires the >> mentioned index.php? >> >> -- >> Christoph M. Becker You need to be asking the person who supplied you the files. If there are other requirements, he/she needs to provide those requirements. -- ================== Remove the "x" from my email address Jerry Stuckle jstucklex@attglobal.net ==================
[toc] | [prev] | [next] | [standalone]
| From | Erwin Moller <erwinmollerusenet@xs4all.nl> |
|---|---|
| Date | 2015-05-21 16:38 +0200 |
| Message-ID | <555dee00$0$2928$e4fe514c@news2.news.xs4all.nl> |
| In reply to | #15350 |
On 5/21/2015 2:28 AM, jans wrote: > On Wednesday, May 20, 2015 at 2:01:14 PM UTC-7, Christoph M. Becker wrote: > Okay, to add the missing require files to an includes file path which I set in environment variables to pear. > > I added this to the php.ini file, > include_path = ".:/php/php5.5.12/pear/includes" > I don't trust that include_path. It uses : On windows it should be ; It is better to let PHP figure out what is the best path seperator. Use: PATH_SEPARATOR http://php.net/manual/en/dir.constants.php Does that help? Regards, Erwin Moller -- "That which can be asserted without evidence, can be dismissed without evidence." -- Christopher Hitchens
[toc] | [prev] | [next] | [standalone]
| From | jans <janis.rough@gmail.com> |
|---|---|
| Date | 2015-05-21 17:07 -0700 |
| Message-ID | <84286f4a-ab8b-4fed-8b68-367d7b620f6b@googlegroups.com> |
| In reply to | #15353 |
Yes it sorta helps. I am trying to set the path following Pear instructions. Its weird. I commented out Windows include_path and Pear installed its include_path in php_ini. I added a includes directory to pear include_path on the end. ;include_path = ".;c:\php\pear" include_path=".;C:\wamp\bin\php\php5.5.12\pear\includes" but in php_info I get the include path as: include_path .;C:\php\pear .;C:\php\pear I restarted the server twice. Could it be my environment path variable? Does it have to point to Pear on the end? That must be the problem. C:\ProgramData\Oracle\Java\javapath;%SystemRoot%\system32;%SystemRoot%;%SystemRoot%\System32\Wbem;%SYSTEMROOT%\System32\WindowsPowerShell\v1.0\;c:\wamp\bin\php\php5.5.12; I will read about constants in the manual except now I am just dropping the required files in locally to see if that works but I would like my path fixed for future use. On Thursday, May 21, 2015 at 7:39:00 AM UTC-7, Erwin Moller wrote: > On 5/21/2015 2:28 AM, jans wrote: > > On Wednesday, May 20, 2015 at 2:01:14 PM UTC-7, Christoph M. Becker wrote: > > Okay, to add the missing require files to an includes file path which I set in environment variables to pear. > > > > I added this to the php.ini file, > > include_path = ".:/php/php5.5.12/pear/includes" > > > > I don't trust that include_path. > It uses : > On windows it should be ; > > It is better to let PHP figure out what is the best path seperator. > Use: PATH_SEPARATOR > > http://php.net/manual/en/dir.constants.php > > Does that help? > > Regards, > Erwin Moller > > > -- > "That which can be asserted without evidence, can be dismissed without > evidence." > -- Christopher Hitchens Hello
[toc] | [prev] | [next] | [standalone]
| From | Thomas 'PointedEars' Lahn <PointedEars@web.de> |
|---|---|
| Date | 2015-05-23 10:59 +0200 |
| Message-ID | <2256994.jY1hX364QD@PointedEars.de> |
| In reply to | #15353 |
Erwin Moller wrote: > On 5/21/2015 2:28 AM, jans wrote: >> On Wednesday, May 20, 2015 at 2:01:14 PM UTC-7, Christoph M. Becker >> wrote: Okay, to add the missing require files to an includes file path >> which I set in environment variables to pear. >> >> I added this to the php.ini file, >> include_path = ".:/php/php5.5.12/pear/includes" > > I don't trust that include_path. > It uses : > On windows it should be ; ACK. > It is better to let PHP figure out what is the best path seperator. > Use: PATH_SEPARATOR > > http://php.net/manual/en/dir.constants.php You cannot use PATH_SEPARATOR in the php.ini, and it is not always possible to override the php.ini setting with ini_set() in your program. <http://php.net/ini_set> > Does that help? RTFM would: <http://php.net/manual/en/ini.core.php#ini.include-path> -- PointedEars Zend Certified PHP Engineer Twitter: @PointedEars2 Please do not cc me. / Bitte keine Kopien per E-Mail.
[toc] | [prev] | [next] | [standalone]
| From | jans <janis.rough@gmail.com> |
|---|---|
| Date | 2015-05-26 10:55 -0700 |
| Message-ID | <1bc1c402-4173-4d6a-af3f-c07065e521bd@googlegroups.com> |
| In reply to | #15356 |
Thanks for all the info. I checked .htaccess in httpd.conf and changed it to allow overide all for Zend framework. It still gives permission error on line 0. I may have found the mystery. After a week I found out the hard drivc was encrypted. Is it possible that is the permission error? So theoretically everythink looks like it is working on my localhost but can't see anything in the broswer and get the permission error because of encrypted hard drive. I have asked for a new computer with no encryption. No one told me it was encrypted. On Saturday, May 23, 2015 at 2:02:36 AM UTC-7, Thomas 'PointedEars' Lahn wrote: > Erwin Moller wrote: > > > On 5/21/2015 2:28 AM, jans wrote: > >> On Wednesday, May 20, 2015 at 2:01:14 PM UTC-7, Christoph M. Becker > >> wrote: Okay, to add the missing require files to an includes file path > >> which I set in environment variables to pear. > >> > >> I added this to the php.ini file, > >> include_path = ".:/php/php5.5.12/pear/includes" > > > > I don't trust that include_path. > > It uses : > > On windows it should be ; > > ACK. > > > It is better to let PHP figure out what is the best path seperator. > > Use: PATH_SEPARATOR > > > > http://php.net/manual/en/dir.constants.php > > You cannot use PATH_SEPARATOR in the php.ini, and it is not always possible > to override the php.ini setting with ini_set() in your program. > > <http://php.net/ini_set> > > > Does that help? > > RTFM would: > > <http://php.net/manual/en/ini.core.php#ini.include-path> > > -- > PointedEars > Zend Certified PHP Engineer > Twitter: @PointedEars2 > Please do not cc me. / Bitte keine Kopien per E-Mail.
[toc] | [prev] | [next] | [standalone]
| From | Jerry Stuckle <jstucklex@attglobal.net> |
|---|---|
| Date | 2015-05-26 14:12 -0400 |
| Message-ID | <mk2d0b$5a7$1@dont-email.me> |
| In reply to | #15358 |
On 5/26/2015 1:55 PM, jans wrote: > Thanks for all the info. I checked .htaccess in httpd.conf and changed it to allow overide all for Zend framework. It still gives permission error on line 0. > > I may have found the mystery. After a week I found out the hard drivc was encrypted. > > Is it possible that is the permission error? So theoretically everythink looks like it is working on my localhost but can't see anything in the broswer and get the permission error because of encrypted hard drive. I have asked for a new computer with no encryption. No one told me it was encrypted. > Encryption should not cause a problem. You still have a configuration problem. You need to go back to the person you got this from and find out what the requirements are. > On Saturday, May 23, 2015 at 2:02:36 AM UTC-7, Thomas 'PointedEars' Lahn wrote: >> Erwin Moller wrote: >> >>> On 5/21/2015 2:28 AM, jans wrote: >>>> On Wednesday, May 20, 2015 at 2:01:14 PM UTC-7, Christoph M. Becker >>>> wrote: Okay, to add the missing require files to an includes file path >>>> which I set in environment variables to pear. >>>> >>>> I added this to the php.ini file, >>>> include_path = ".:/php/php5.5.12/pear/includes" >>> >>> I don't trust that include_path. >>> It uses : >>> On windows it should be ; >> >> ACK. >> >>> It is better to let PHP figure out what is the best path seperator. >>> Use: PATH_SEPARATOR >>> >>> http://php.net/manual/en/dir.constants.php >> >> You cannot use PATH_SEPARATOR in the php.ini, and it is not always possible >> to override the php.ini setting with ini_set() in your program. >> >> <http://php.net/ini_set> >> >>> Does that help? >> >> RTFM would: >> >> <http://php.net/manual/en/ini.core.php#ini.include-path> >> >> -- >> PointedEars >> Zend Certified PHP Engineer >> Twitter: @PointedEars2 >> Please do not cc me. / Bitte keine Kopien per E-Mail. > -- ================== Remove the "x" from my email address Jerry Stuckle jstucklex@attglobal.net ==================
[toc] | [prev] | [next] | [standalone]
| From | jans <janis.rough@gmail.com> |
|---|---|
| Date | 2015-05-26 15:51 -0700 |
| Message-ID | <13331f4c-16fa-4868-a845-4a0bd9f8b264@googlegroups.com> |
| In reply to | #15359 |
On Tuesday, May 26, 2015 at 11:12:39 AM UTC-7, Jerry Stuckle wrote: I got another question. Now my Mysql doesn't start in WAMP. However, in MySQL cmd line it does work but it asks for my password. If I click return it says I'm logged in as root@localhost. However I tried to put a password in the User database table. It is encrypted so I went to a md5 generator and put in a password. In added a password record to the user table and pasted the hash into encrypted key. However, when I put in this password it doesn't look like it is taking it. Could this be why my mysql doesn't start? Or is there some other reason? Here is the MySQL log: 2015-05-26 15:21:09 2312 [Note] Plugin 'FEDERATED' is disabled. 2015-05-26 15:21:09 2312 [Note] InnoDB: Using atomics to ref count buffer pool pages 2015-05-26 15:21:09 2312 [Note] InnoDB: The InnoDB memory heap is disabled 2015-05-26 15:21:09 2312 [Note] InnoDB: Mutexes and rw_locks use Windows interlocked functions 2015-05-26 15:21:09 2312 [Note] InnoDB: Compressed tables use zlib 1.2.3 2015-05-26 15:21:09 2312 [Note] InnoDB: Not using CPU crc32 instructions 2015-05-26 15:21:09 2312 [Note] InnoDB: Initializing buffer pool, size = 128.0M 2015-05-26 15:21:09 2312 [Note] InnoDB: Completed initialization of buffer pool 2015-05-26 15:21:09 2312 [Note] InnoDB: Highest supported file format is Barracuda. 2015-05-26 15:21:09 2312 [Note] InnoDB: 128 rollback segment(s) are active. 2015-05-26 15:21:09 2312 [Note] InnoDB: Waiting for purge to start 2015-05-26 15:21:09 2312 [Note] InnoDB: 5.6.17 started; log sequence number 1626233 2015-05-26 15:21:09 2312 [Note] Server hostname (bind-address): '*'; port: 3306 2015-05-26 15:21:09 2312 [Note] IPv6 is available. 2015-05-26 15:21:09 2312 [Note] - '::' resolves to '::'; 2015-05-26 15:21:09 2312 [Note] Server socket created on IP: '::'. 2015-05-26 15:21:09 2312 [Note] Event Scheduler: Loaded 0 events 2015-05-26 15:21:09 2312 [Note] wampmysqld: ready for connections. Version: '5.6.17-log' socket: '' port: 3306 MySQL Community Server (GPL) I input the MySQL dump could it be a mismatch in the database engine or something? thanks, > On 5/26/2015 1:55 PM, jans wrote: > > Thanks for all the info. I checked .htaccess in httpd.conf and changed it to allow overide all for Zend framework. It still gives permission error on line 0. > > > > I may have found the mystery. After a week I found out the hard drivc was encrypted. > > > > Is it possible that is the permission error? So theoretically everythink looks like it is working on my localhost but can't see anything in the broswer and get the permission error because of encrypted hard drive. I have asked for a new computer with no encryption. No one told me it was encrypted. > > > > Encryption should not cause a problem. You still have a configuration > problem. > > You need to go back to the person you got this from and find out what > the requirements are. > > > On Saturday, May 23, 2015 at 2:02:36 AM UTC-7, Thomas 'PointedEars' Lahn wrote: > >> Erwin Moller wrote: > >> > >>> On 5/21/2015 2:28 AM, jans wrote: > >>>> On Wednesday, May 20, 2015 at 2:01:14 PM UTC-7, Christoph M. Becker > >>>> wrote: Okay, to add the missing require files to an includes file path > >>>> which I set in environment variables to pear. > >>>> > >>>> I added this to the php.ini file, > >>>> include_path = ".:/php/php5.5.12/pear/includes" > >>> > >>> I don't trust that include_path. > >>> It uses : > >>> On windows it should be ; > >> > >> ACK. > >> > >>> It is better to let PHP figure out what is the best path seperator. > >>> Use: PATH_SEPARATOR > >>> > >>> http://php.net/manual/en/dir.constants.php > >> > >> You cannot use PATH_SEPARATOR in the php.ini, and it is not always possible > >> to override the php.ini setting with ini_set() in your program. > >> > >> <http://php.net/ini_set> > >> > >>> Does that help? > >> > >> RTFM would: > >> > >> <http://php.net/manual/en/ini.core.php#ini.include-path> > >> > >> -- > >> PointedEars > >> Zend Certified PHP Engineer > >> Twitter: @PointedEars2 > >> Please do not cc me. / Bitte keine Kopien per E-Mail. > > > > > > -- > ================== > Remove the "x" from my email address > Jerry Stuckle > jstucklex@attglobal.net > ==================
[toc] | [prev] | [next] | [standalone]
| From | Jerry Stuckle <jstucklex@attglobal.net> |
|---|---|
| Date | 2015-05-26 19:06 -0400 |
| Message-ID | <mk2u7h$eif$1@dont-email.me> |
| In reply to | #15360 |
On 5/26/2015 6:51 PM, jans wrote: > On Tuesday, May 26, 2015 at 11:12:39 AM UTC-7, Jerry Stuckle wrote: > > I got another question. Now my Mysql doesn't start in WAMP. However, in MySQL cmd line it does work but it asks for my password. If I click return it says I'm logged in as root@localhost. However I tried to put a password in the User database table. It is encrypted so I went to a md5 generator and put in a password. In added a password record to the user table and pasted the hash into encrypted key. However, when I put in this password it doesn't look like it is taking it. Could this be why my mysql doesn't start? Or is there some other reason? > > Here is the MySQL log: > <snip> This has nothing to do with PHP. Try an appropriate newsgroup (and RTFM). -- ================== Remove the "x" from my email address Jerry Stuckle jstucklex@attglobal.net ==================
[toc] | [prev] | [next] | [standalone]
| From | jans <janis.rough@gmail.com> |
|---|---|
| Date | 2015-05-26 17:16 -0700 |
| Message-ID | <abd6ffd5-7fd5-4576-923b-0c7b20d1a56d@googlegroups.com> |
| In reply to | #15361 |
On Tuesday, May 26, 2015 at 4:06:42 PM UTC-7, Jerry Stuckle wrote: Okay, I figured it out. The problem was an old 32 bit wampserver was running. That is now deleted. The correct wamp server is running and the light is green. yeah I deleted the database to start from scratch. How to set up the database engine? It should be myisam. In PHP admin I don't see any place to set the dbase engine to myisam? First run, I did all the tables were myisam but the db was innodb so I need to do it right this time. Also, The dump I imported has some tables utf8 and some latin1 . I will just import the dump and leave it like that, however when setting the database I am assuming it should be utf8_general_ci to accomodate for both formats? thanks jerry, > On 5/26/2015 6:51 PM, jans wrote: > > On Tuesday, May 26, 2015 at 11:12:39 AM UTC-7, Jerry Stuckle wrote: > > > > I got another question. Now my Mysql doesn't start in WAMP. However, in MySQL cmd line it does work but it asks for my password. If I click return it says I'm logged in as root@localhost. However I tried to put a password in the User database table. It is encrypted so I went to a md5 generator and put in a password. In added a password record to the user table and pasted the hash into encrypted key. However, when I put in this password it doesn't look like it is taking it. Could this be why my mysql doesn't start? Or is there some other reason? > > > > Here is the MySQL log: > > > > <snip> > > This has nothing to do with PHP. Try an appropriate newsgroup (and RTFM). > > -- > ================== > Remove the "x" from my email address > Jerry Stuckle > jstucklex@attglobal.net > ==================
[toc] | [prev] | [next] | [standalone]
Page 1 of 2 [1] 2 Next page →
Back to top | Article view | comp.lang.php
csiph-web