Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Cant create new user account


Guest

Recommended Posts

Posted

Hi, I've just installed a new OSCommerce store, and put two contributions on it (PayPal_IPN and credit_class_gv_dc_v5.05). Now the store seems to be working, except when I try and create a new account. I've not modified any of the pages except those I have been told to do so by the contributions.

 

The error I get when going to /catalog/create_account.php is the following:

 

Warning: main(includes/languages/english/FILENAME_CREATE_ACCOUNT_PROCESS): failed to open stream: No such file or directory in /catalog/create_account.php on line 16

 

Fatal error: main(): Failed opening required 'includes/languages/english/FILENAME_CREATE_ACCOUNT_PROCESS' (include_path='.:/usr/local/lib/php') in /catalog/create_account.php on line 16

 

However I don't have a file called "FILENAME_CREATE_ACCOUNT_PROCESS, but I did remember a mention to a file called "create_account_process" when installing one of the contributions. However this is also a file I do not have.

 

Any help would be really appriciated!

-Baz

Posted

Backup...Backup...Backup

In /includes/filenames.php define FILENAME_CREATE_ACCOUNT_PROCESS

define('FILENAME_CREATE_ACCOUNT_PROCESS', 'create_account_process.php');

Archived

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

×
×
  • Create New...