Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

I cannot checkout - why ?


Simplyeasier

Recommended Posts

Posted

Hi everyone. First post so please be patient :)

 

I have configured much of my site and everything is looking good - but when I try and

 

1) Creat a customer account or

 

2) Checkout

 

I get a browser error that the pages (checkout_shipping.php (in the case of 1 above) and account.php (in the case of 2 above) ) are not available - I have checked these files and they are both in the catalog directory - they have permission of 644.

 

I have also amended the css style to reflect my chosen colour schemes but I cannot find the correct style to change the background on the the corners of the boxes such as categories - any clues would help me out greatly.

 

Please have a look at the site below and try to checkout as well as create an account or just look at the color of the boxes on the pages.

 

http://www.simplyeasier.com/catalog

A kite flies highest AGAINST the wind !

 

"Life should NOT be a journey to the grave with the intention of arriving safely in an attractive and well preserved body, but rather to skid in sideways, a lover in one hand, martini in the other, body thoroughly used up, totally worn out and screaming ~ WOO HOO!! What a ride!"

Posted

The reason you get a page not found' error is because in your configure.php files you have the site set to use ssl - and you don't have an ssl certificate - so the links point to https (and you haven't got https).

 

The corners you mention are images and not in the css. You'll find them in images/infobox/

 

Vger

Posted
The reason you get a page not found' error is because in your configure.php files you have the site set to use ssl - and you don't have an ssl certificate - so the links point to https (and you haven't got https).

 

The corners you mention are images and not in the css.  You'll find them in images/infobox/

 

Vger

 

Thank you !

 

How do I get back to the instal to change the SSL requirement until I can get a certificate and understand how to use it ?

 

Thanks for the images/infobox/ tip - looking at this straight away !

A kite flies highest AGAINST the wind !

 

"Life should NOT be a journey to the grave with the intention of arriving safely in an attractive and well preserved body, but rather to skid in sideways, a lover in one hand, martini in the other, body thoroughly used up, totally worn out and screaming ~ WOO HOO!! What a ride!"

Posted

You have two configure.php files

 

includes/configure.php

admin/includes/configure.php

 

Change enable ssl to false

 

Vger

Posted
You have two configure.php files

 

includes/configure.php

admin/includes/configure.php

 

Change enable ssl to false

 

Vger

 

I amended the above configure files and now I can check out and set up a customer account from the shopping cart :D However now I cannot get into the admin function :( - I am getting these two messages

 

Warning: session_start(): Cannot send session cookie - headers already sent by (output started at /home/simply/public_html/catalog/admin/includes/configure.php:45) in /home/simply/public_html/catalog/admin/includes/functions/sessions.php on line 67

 

Warning: session_start(): Cannot send session cache limiter - headers already sent (output started at /home/simply/public_html/catalog/admin/includes/configure.php:45) in /home/simply/public_html/catalog/admin/includes/functions/sessions.php on line 67

 

Any ideas where I go from here would be much appreciated - I am sooo close !

 

Thanks in advance

 

Charles

A kite flies highest AGAINST the wind !

 

"Life should NOT be a journey to the grave with the intention of arriving safely in an attractive and well preserved body, but rather to skid in sideways, a lover in one hand, martini in the other, body thoroughly used up, totally worn out and screaming ~ WOO HOO!! What a ride!"

Posted
I amended the above configure files and now I can check out and set up a customer account from the shopping cart  :D  However now I cannot get into the admin function  :(  - I am getting these two messages

 

Warning: session_start(): Cannot send session cookie - headers already sent by (output started at /home/simply/public_html/catalog/admin/includes/configure.php:45) in /home/simply/public_html/catalog/admin/includes/functions/sessions.php on line 67

 

Warning: session_start(): Cannot send session cache limiter - headers already sent (output started at /home/simply/public_html/catalog/admin/includes/configure.php:45) in /home/simply/public_html/catalog/admin/includes/functions/sessions.php on line 67

 

Any ideas where I go from here would be much appreciated - I am sooo close !

 

Thanks in advance

 

Charles

 

How are you editing your files? You need to get a php editor search google.

 

Do Not Use the online filemanager in the osC admin, if you do not have a php editor use notepade then ftp the file back up to your server.

 

Look in the knowledge base, common errors, headers already sent for how to solve your problem.

The Knowledge Base is a wonderful thing.

Do you have a problem? Have you checked out Common Problems?

There are many very useful osC Contributions

Are you having trouble with a installed contribution? Have you checked out the support thread found Here

BACKUP BACKUP BACKUP!!! You did backup, right??

Posted
How are you editing your files? You need to get a php editor search google.

 

Do Not Use the online filemanager in the osC admin, if you do not have a php editor use notepade then ftp the file back up to your server.

 

Look in the knowledge base, common errors, headers already sent for how to solve your problem.

 

I first used Note Tab Lite and then FTP'd the files in Ascii mode with Smart FTP. When that didn't work I tried to use the editor in my Cpanel - still no joy.

A kite flies highest AGAINST the wind !

 

"Life should NOT be a journey to the grave with the intention of arriving safely in an attractive and well preserved body, but rather to skid in sideways, a lover in one hand, martini in the other, body thoroughly used up, totally worn out and screaming ~ WOO HOO!! What a ride!"

Posted
I first used Note Tab Lite and then FTP'd the files in Ascii mode with Smart FTP. When that didn't work I tried to use the editor in my Cpanel - still no joy.

 

Try using notepad and clean up the empty spaces.

The Knowledge Base is a wonderful thing.

Do you have a problem? Have you checked out Common Problems?

There are many very useful osC Contributions

Are you having trouble with a installed contribution? Have you checked out the support thread found Here

BACKUP BACKUP BACKUP!!! You did backup, right??

Posted
Try using notepad and clean up the empty spaces.

 

 

Sorry for the seemingly endless questions - I looked at the knowledge base after you pointed me to the right section and took the white spaces out - now the errors have gone :D

 

But I still cannot get into the admin functions - The front admin screen shows up but clicking on the functions just displays the page unavailable browser screen.

 

Your help in all of this is much appreciated

A kite flies highest AGAINST the wind !

 

"Life should NOT be a journey to the grave with the intention of arriving safely in an attractive and well preserved body, but rather to skid in sideways, a lover in one hand, martini in the other, body thoroughly used up, totally worn out and screaming ~ WOO HOO!! What a ride!"

Posted
Sorry for the seemingly endless questions - I looked at the knowledge base after you pointed me to the right section and took the white spaces out - now the errors have gone  :D 

 

But I still cannot get into the admin functions - The front admin screen shows up but clicking on the functions just displays the page unavailable browser screen.

 

Your help in all of this is much appreciated

 

If your main admin page shows up but none of the links work then you have a problem with your path defines in your

 

admin/includes/configure.php file

 

Look at where the non-working links take you compared to where you should be going and look at your config file and make the needed changes.

The Knowledge Base is a wonderful thing.

Do you have a problem? Have you checked out Common Problems?

There are many very useful osC Contributions

Are you having trouble with a installed contribution? Have you checked out the support thread found Here

BACKUP BACKUP BACKUP!!! You did backup, right??

Posted
If your main admin page shows up but none of the links work then you have a problem with your path defines in your

 

admin/includes/configure.php file

 

Look at where the non-working links take you compared to where you should be going and look at your config file and make the needed changes.

 

 

Thank you Richard for all your help - I truly appreciate it - I went back and did a re-install without importing the catalog database and that seems to have fixed the problem

 

Now I can use all admin functions, I can create user accounts, I can checkout and my box corners are sorted - :D

 

Now all I need is to finish the graphics and index pages and away we go !

 

Many thanks to all who helped me out. (I am sure I will ask questions again !)

 

Hopefully I will be able to help other OSC installers soon !

 

Charles

A kite flies highest AGAINST the wind !

 

"Life should NOT be a journey to the grave with the intention of arriving safely in an attractive and well preserved body, but rather to skid in sideways, a lover in one hand, martini in the other, body thoroughly used up, totally worn out and screaming ~ WOO HOO!! What a ride!"

Archived

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

×
×
  • Create New...