Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Impossible to create new account


edpierre

Recommended Posts

Hello,

I try to create a new account.

At create_account_success, I get the following :

Warning: main(includes/languages/english/FILENAME_CREATE_ACCOUNT_PROCESS): failed to open stream: No such file or directory in d:\easyphp\www\librairie\catalogue\create_account_success.php on line 16

 

Fatal error: main(): Failed opening required 'includes/languages/english/FILENAME_CREATE_ACCOUNT_PROCESS' (include_path='.;D:\EasyPHP\php\pear\') in d:\easyphp\www\librairie\catalogue\create_account_success.php on line 16

 

What confuse me is that ".../languages/english/create_account_process.php exists.

 

In create_account_success.php, the line 16 is like this:

 

Released under the GNU General Public License

*/

 

require('includes/application_top.php');

 

require(DIR_WS_LANGUAGES . $language . '/' . FILENAME_CREATE_ACCOUNT_PROCESS); (line 16)

 

if (!isset($HTTP_POST_VARS['action'])) {

tep_redirect(tep_href_link(FILENAME_CREATE_ACCOUNT));

}

 

I'm on a dev site (Windows XP) with Credit Class/Gift Vouchers v5.06 installed.

 

Can someone tell me where I'm wrong?

Link to comment
Share on other sites

Hi,

 

As create_account_process.php was removed with Milestone 2 (now only create_account.php does everything), I suspect that you have copied an older create_account.php during the inclusion of the Gift Vouchers contrib.

 

It is therefore referring to a file that no longer exists and therefore has no entry in the /includes/filenames.php file (the all CAPS FILENAME_CREATE_ACCOUNT_PROCESS is the clue here.

 

I would suggest you copy up an original create_account.php and then manually include the required changes for the Gift Voucher contrib.

 

Hope this helps,

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...