Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Checkout & My Account pages not found


RLW

Recommended Posts

Hello!

 

When I click on the Checkout and My Account links on the Online Catalog page, the following message appears:

 

'The page cannot be found.'

 

Does anyone know where I might find these missing pages????

 

 

Thanks

 

RLW

Link to comment
Share on other sites

When you installed osCommerce you enabled SSL without having a full SSL Certificate. The reason you're now getting those errors is that the programme is looking for https://www.yourdomain.com/login.php etc - which do not exist.

 

Edith both configure.php files and set enable_ssl to false.

 

Vger

 

Hi.

 

I tried to open up the configure.php file using the Administration Tool at Tools/File Manager/Admin/configure.php, but Go Live does not open the page on my computer - I don't know why - no error message came up - I just waited for it to load but nothing happened.

 

Is this the correct file and if so, how do I access the page? Where is the other configure file you mentioned?

 

Thanks for your help,

 

RLW

Link to comment
Share on other sites

I have the same problem and i can to resolve it :D

 

ok do that:

 

Go to the File Manager of the Admin of your Catalog, copy the code of configure.php and paste in a NOTEPAD. Yes the Notepad of Windows

 

Now locate the next code:

 

define('ENABLE_SSL', true);

 

And change:

 

define('ENABLE_SSL', false);

 

Once that change the code go to Menu File and Save as configure.php, but before in the menu Save type as, choose all file and save your file...

 

Go to your server vis FTP and delete the configure.php.. yes delete it

 

Now upload your new file created at your server and change de atribute to 444.

 

And test your login...

 

Greetings xD

Link to comment
Share on other sites

I have the same problem and i can to resolve it :D

 

ok do that:

 

Go to the File Manager of the Admin of your Catalog, copy the code of configure.php and paste in a NOTEPAD. Yes the Notepad of Windows

 

Now locate the next code:

 

define('ENABLE_SSL', true);

 

And change:

 

define('ENABLE_SSL', false);

 

Once that change the code go to Menu File and Save as configure.php, but before in the menu Save type as, choose all file and save your file...

 

Go to your server vis FTP and delete the configure.php.. yes delete it

 

Now upload your new file created at your server and change de atribute to 444.

 

And test your login...

 

Greetings xD

 

Hello and thank you for your reply.

 

I am not able to open the configure.php file at all so I cannot paste it into Windows Notepad.

 

I need to find out how to open the file first. Go Live is not opening it for some reason.

 

Any clues!

 

RLW

Link to comment
Share on other sites

When you installed osCommerce you enabled SSL without having a full SSL Certificate. The reason you're now getting those errors is that the programme is looking for https://www.yourdomain.com/login.php etc - which do not exist.

 

Edith both configure.php files and set enable_ssl to false.

 

Vger

 

Hello Vger,

 

I have worked out how to change those php files. I did it through the Control Panel - hope that's okay.

 

Now when I click on 'Checkout', I am getting the following error message:

 

Warning: main(includes/classes/http_client.php): failed to open stream: Permission denied in /home/riversli/public_html/catalog/checkout_shipping.php on line 14

 

Fatal error: main(): Failed opening required 'includes/classes/http_client.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/riversli/public_html/catalog/checkout_shipping.php on line 14

 

The My Account page now loads, but when I click on 'continue' to log in as a new customer, I get an error message somewhat similar to the one above.

 

Help!

 

RLW

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...