Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Undefined function stops everything!


The_Daywalker

Recommended Posts

Posted

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

  • 1 year later...
Posted
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?

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...