Resolved!
This morning I deleted the Apache folder in my Program Files.
I restarted my computer and PHP was no longer working on the command
line. However, wampserver was working fine and any pages I had built
in it.
I restored the Apache Folder and PHP was working on the cmd line
again. I ch
Hi Sam and Solider,
Thanks very much for the responses.
Yes you're right, I should have been much more explicit. Let me run
over things further.
I have already successfully set up some scaffolding on the wampserver
with cakephp. It works fine and is CRUD ready working with the
database. I ge
One more thing... It is hard to diagnose the problem without seeing
the exact symptoms. Could you post the exact text of the error?
And... do you have a prior version of MySql running as a service?
Just some thoughts.
On Oct 24, 5:41 pm, Merk <[EMAIL PROTECTED]> wrote:
> Hi,
>
> I have an i
Ok, I got 3 suggestions for you:
1) write a simple php script that echos "hello" and run it from a CMD
box. Does it run? if not find out the path to where your php runs
from and add it to your path.
2) add to your path the path to the console section of your cake app.
I have an app called "Gra
have you done a simpple connection test using mysql?
I had some issues when using an older version of mysql.dll which caused
issues after upgrading php.
Have you tried the php windows list?
2008/10/24 Merk <[EMAIL PROTECTED]>
>
> Hi,
>
> I have an installation of wampserver version 2.0 on my ma
Hi,
I have an installation of wampserver version 2.0 on my machine. I'm
attempting to use the cake bake console from the command line. When I
do so, I get mysql_undefined errors.
Obviously the first step is to check the php.ini's to ensure
the .dll's aren't commented out. I've checked 3 diffe