The_Daywalker Posted May 26, 2003 Posted May 26, 2003 When I try to run the install script and as soon as I click on "New Install" all I get is this error: Fatal error: Call to undefined function: osc_draw_checkbox_field() in /home/groups/home/web/catalog/install/templates/pages/install.php on line 48 Is there anything I can do to fix this, why is this not being defined and where should it be defined? The error can be seen at http://swords.gotdns.com/catalog/install/ Come and visit my osCommerce powered sites.... Give us a Buzz Sword-Trader
The_Daywalker Posted May 26, 2003 Author Posted May 26, 2003 If anyone can install this for me please contact me at [email protected] Thanks Come and visit my osCommerce powered sites.... Give us a Buzz Sword-Trader
The_Daywalker Posted May 26, 2003 Author Posted May 26, 2003 Wooohoooo! I've managed to get past this problem, it was a "Path" problem in my httpd/php.ini file.....now on to the next problem :( Come and visit my osCommerce powered sites.... Give us a Buzz Sword-Trader
The_Daywalker Posted May 30, 2003 Author Posted May 30, 2003 The solution was to edit the /etc/httpd/php.ini and insert a ":." in the defined PATH. It changed the path from: $PATH = "/usr/sausalito/blah/blah" to $PATH = "/usr/sausalito/blah/blah:." Come and visit my osCommerce powered sites.... Give us a Buzz Sword-Trader
crjensen Posted September 11, 2004 Posted September 11, 2004 The solution was to edit the /etc/httpd/php.ini and insert a ":." in the defined PATH. It changed the path from: $PATH = "/usr/sausalito/blah/blah" to $PATH = "/usr/sausalito/blah/blah:." OK, great for you! But what if I still have the same problem - and don't have access to php.ini?? Any suggestions?
Recommended Posts
Archived
This topic is now archived and is closed to further replies.