Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Recommended Posts

Posted

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

Posted
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)

Posted
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

Posted
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

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...