From: retrieverguide <in...@re...> - 2002-01-22 05:23:28
|
Hi List, I just installed v 1.6 2002/01/16 (or rather I'm in the process of wrapping up the install!) http://66.78.15.118/lib/php/contrib/phpESP/admin/ I'm getting the following parse error and fatal error when I try to open my admin page (for the first time) in my browser: Parse error: parse error, expecting `')'' in /home/retrieve/public_html/lib/php/contrib/phpESP/admin/phpESP.ini on line 68 Fatal error: Call to undefined function: esp_where() in /home/retrieve/public_html/lib/php/contrib/phpESP/admin/manage.php on line 73 Line 68 on phpESP.ini is the database value: 'db_host' => 'localhost', Here's the snippet around it: // database connection info 'db_host' => 'localhost', 'db_user' => 'myuser', 'db_pass' => 'mypassword', 'db_name' => 'retrieve_phpesp', As far as line 73 on manage.php: include(esp_where($where)); This is the first time I've initialized a database in SSH (I'm very new to this). But after I put in the command line for it, I brought up the db to make sure it exists and showed the tables, which were there. So I'm assuming I initialized it properly. I used the same paths as suggested in the install readme, but had to change the usr,etc. portion of the existing path to home, etc. -- I may as well have simplified it since I had to change it anyway, but I had already created the directories. Any ideas? Thanks for your help. This looks like a great program. Can't wait to use it. -kristie |