edpierre Posted December 15, 2003 Share Posted December 15, 2003 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? Quote Link to comment Share on other sites More sharing options...
equilla Posted December 21, 2003 Share Posted December 21, 2003 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, Quote Mark Stephens Contribs: http://www.oscommerce.com/community/contributions,1680 http://www.oscommerce.com/community/contributions,1467 http://www.oscommerce.com/community/contributions,1422 Link to comment Share on other sites More sharing options...
Recommended Posts
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.