Current Page: 1 of 1
Results 1 - 14 of 14
11 years ago
jclint
well, the easiest way is to just create subolders under the main WAMP www folder. stick your wordpress files in there, make a new database for it www\blog1 http:// localhost/blog1
Forum: WampServer English
11 years ago
jclint
can you access any other page, like the pre-installed homepage?
Forum: WampServer English
11 years ago
jclint
im calling it directly, as in: c:\wwwroot\bin\php\php5.4.3\php.exe "c:\wwwroot\www\test\test.php" the errors only show up if i call the SNMP functions i took the apache bin\php.ini and copied it over to the php\php5.4.3 folder just to make sure they were identical
Forum: WampServer English
11 years ago
jclint
Should these errors occur when calling php.exe without specifying any script? That is also happening. Also, all of my scripts worked fine under 5.3.x...maybe the errorlevel was set different, but i dont think so.
Forum: WampServer English
11 years ago
jclint
a blank page with no errors, in my experience, is a PHP syntax error.. try making a new php file, say test.php. inside it stick: <?php phpinfo(); ?> http:// localhost/test.php see if that generates the same problem
Forum: WampServer English
11 years ago
jclint
have you tried going directly into a browser and navigating to: http:// localhost/phpmyadmin or http:// 127.0.0.1/phpmyadmin
Forum: WampServer English
11 years ago
jclint
well. the IP address 127.0.0.1 is a builtin address to access the local computer only, so 127.0.0.1 would only work on that laptop itself. the next step would be getting it to answer on the laptops current actual ip address. click start, type "cmd" and hit enter. that will bring up a command prompt. type "ipconfig" and hit enter. it will show you the laptops current ip addr
Forum: WampServer English
11 years ago
jclint
Alright, so i recently upgraded from wamp 2.1 to 2.2e. When running scripts from the command line, calling php.exe directly the scripts work, but with these errors: No log handling enabled - turning on stderr logging Cannot find module (IP-MI: At line 0 in (none) Cannot find module (IF-MI: At line 0 in (none) Cannot find module (TCP-MI: At line 0 in (none) Cannot find module (UDP-MI: At
Forum: WampServer English
11 years ago
jclint
i think ive got it, and of course, its because im an idiot. i used my old php.ini, and thought i had fixed all the paths (a find/replace came up clean) but i just went through line by line and the first freakin thing i should have checked was wrong; ext directory. of course its strange that running php through apache worked fine. is it using its own php.ini somewhere?
Forum: WampServer English
11 years ago
jclint
yep, i verified the task, the working directory and the php scripts themselves. hell, if i open a command prompt, navigate directly to where php.exe is and only type "php.exe" i get the associated errors. i obviously borked a path somewhere somehow, so if the old path isnt in the php.ini where else could it be coming from? i also searched for any straggling php.ini files, none ot
Forum: WampServer English
11 years ago
jclint
In my experience, you have to use WAMP as a whole, or youre gunna have a bad time. Technically, yeah you could install the new version, but youre going to have to make a lot of pathing changes. I seem to recall it was actually easier for me to leave the original PHP/mysql folders in place and just copy the new version in.
Forum: WampServer English
11 years ago
jclint
Alrighty, i just upgraded from wamp2.1 to wamp2.2e. During that process, and because im a complete idiot, i changed the root path from c:\webroot to c:\wwwroot. I Was able to get all my data restored and 100% functional, except one tiny thing... I have some scheduled tasks that run a few scripts at night using php.exe directly, obviously bypassing apache. when i attempt to run php.exe in a
Forum: WampServer English
11 years ago
jclint
alrighty, thx for your help
Forum: WampServer English
11 years ago
jclint
I would like to get the SNMP extension working, but i have been unable to find the appropriate V6 version of the dll that is compatible..do i upgrade PHP in my wamp installation? is that going to mess anything up?
Forum: WampServer English
Current Page: 1 of 1