jasontallon Posted April 11, 2007 Posted April 11, 2007 I have installed Ultimate SCO URLs But now when I create an account in the shop I get a page showing up with the following after I press contine 0 - insert into customers_info (customers_info_id, customers_info_number_of_logons, customers_info_date_account_created) values ('0', '0', now()) [TEP STOP] Any help appreciated Jason Quote
Galeenet Posted April 11, 2007 Posted April 11, 2007 I have installed Ultimate SCO URLs But now when I create an account in the shop I get a page showing up with the following after I press contine 0 - insert into customers_info (customers_info_id, customers_info_number_of_logons, customers_info_date_account_created) values ('0', '0', now()) [TEP STOP] Any help appreciated Jason in includes/classes/seo_class.php, change the first line from <? to <?php (the missing php prevents your Apache server to interpret the file as php code) Quote
jasontallon Posted April 11, 2007 Author Posted April 11, 2007 in includes/classes/seo_class.php, change the first line from <? to <?php (the missing php prevents your Apache server to interpret the file as php code) Thanks Tried this still no joy Jason Quote
jasontallon Posted April 11, 2007 Author Posted April 11, 2007 Thanks Tried this still no joy Jason Hi Thanks for the help from those who replied. Got the solution and all is working fine now For reference in includes/classes/seo.class.php Chnage at the begining of the file <? to <?php " Thanks to Galeenet " and in includes/configure.php Change define('USE_PCONNECT', 'true'); to define('USE_PCONNECT', 'false'); Jason Quote
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.