Suggestions for additions to instructions
You need to be logged in to post messages in the forums. New users may register here.
Eirik Alfstad Johansen
Member since: 09 January 2008
Posts: 18
|
Sunday 23 November 2008 9:50:16 am
Hi Kristof,
You might want to add the following to the project details:
1. The script requires that your eZ Publish database user has access to the 'information_schema' database, which might not be the case with your web host. That means that you should probably make use of the script in a local development environment where you have total control. NOTE: As of now, the script will not throw any error message to warn you if the DB user has limited access.
2. When running the script locally, you might get a MySQL connection warning if your server is set to "localhost". If so, try changing it to "127.0.0.1".
3. When the ezpersisent sub class has been generated, it will be placed in "var/cache/phpcreator/"
|
|
You need to be logged in to post messages in the forums. New users may register here.