Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Heaps of "pages not found"


Guest

Recommended Posts

Posted

Ok, I'm progressing well with the shop, except anything that deals with account specific pages gets directed to a page not found.

What do I do??

Does this have anything to do with SSL certificates? I don't have any stalled.

 

http://a1tuition.com.au/shop/index.php

 

You will note that even on the main page clicking on "log yourself in?" Or "create an account?" provides a dead link.

Posted
Does this have anything to do with SSL certificates? I don't have any stalled.

BINGO!

 

Turn SSL off in your configure file.

If I suggest you edit any file(s) make a backup first - I'm not perfect and neither are you.

 

"Given enough impetus a parallelogramatically shaped projectile can egress a circular orifice."

- Me -

 

"Headers already sent" - The definitive help

 

"Cannot redeclare ..." - How to find/fix it

 

SSL Implementation Help

 

Like this post? "Like" it again over there >

Posted

Hmmmm.

I thought it was a damned SSL certificate issue.

Ok. Where do I turn it off and how?

I have gone through the configuration.php file and can't see anything about SSL in there.

 

Under "administration" I have a "My Store" table that lists the setting for the store. I checked all this before as I would have thought the SSL settings were in there. They are not. So I have no clues how to turn it off or where.

Posted
Hi

which ssl are you using?

 

That's the thing, I'm not.

Initially I thought I would be, so from memory, when I auto installed OsCommerce I think I chose the "SSL enable" option in my hosts Cpanel. Well, at this stage I don't have an SSL certificate and most of my shop won't work (no access to it).

Posted

/shop/includes/configure.php

 

  define('ENABLE_SSL', false); // secure webserver for checkout procedure?

If I suggest you edit any file(s) make a backup first - I'm not perfect and neither are you.

 

"Given enough impetus a parallelogramatically shaped projectile can egress a circular orifice."

- Me -

 

"Headers already sent" - The definitive help

 

"Cannot redeclare ..." - How to find/fix it

 

SSL Implementation Help

 

Like this post? "Like" it again over there >

Posted

post both admin and includes configure.php

 

BUT NOT THE DATABASE DETAIL

Posted

the other odd thing is when i go to your home page of your site http://a1tuition.com.au and try https://a1tuition.com.au

 

i get this in f/fox alert error code 12263.

 

have you install a ssl ever? on this domain name

 

and if you do not have a ssl we should get :

can't establish a connection

Posted
the other odd thing is when i go to your home page of your site http://a1tuition.com.au and try https://a1tuition.com.au

 

i get this in f/fox alert error code 12263.

 

have you install a ssl ever? on this domain name

 

Ummm. Dunno. Just before I was in Cpanel and I played around with a "generate" key. It gave me some weird text and other stuff. I then tried, in Cpanel, to create a certificate, but I don't know what to put under "pass phrase".

Basically, in terms of this SSL certificate I don't know what I am doing and have tried stuff in the Cpanel but I don't know what I did or what the result is.

 

Look. To cut a long story short, as far as I know there has never been an SSL certificate on the site, EVER. I don't know how to do it.

Posted

I believe you generate a CSR then submit that to the SSL company when you buy a SSL certificate.

 

They take that, make some files and send them back, and you install the SSL certificate from the files they send back to you.

If I suggest you edit any file(s) make a backup first - I'm not perfect and neither are you.

 

"Given enough impetus a parallelogramatically shaped projectile can egress a circular orifice."

- Me -

 

"Headers already sent" - The definitive help

 

"Cannot redeclare ..." - How to find/fix it

 

SSL Implementation Help

 

Like this post? "Like" it again over there >

Posted
/shop/includes/configure.php

 

  define('ENABLE_SSL', false); // secure webserver for checkout procedure?

 

Ok mate. Got it. I was in the wrong configure file before. I went to shop/admin/configure.php.

Thanks for your patience.

Posted
Ummm. Dunno. Just before I was in Cpanel and I played around with a "generate" key. It gave me some weird text and other stuff. I then tried, in Cpanel, to create a certificate, but I don't know what to put under "pass phrase".

Basically, in terms of this SSL certificate I don't know what I am doing and have tried stuff in the Cpanel but I don't know what I did or what the result is.

 

Look. To cut a long story short, as far as I know there has never been an SSL certificate on the site, EVER. I don't know how to do it.

 

 

Hi

 

right this may take some time to sort (as it is 3:00am and I need sleep)

go to cpanel

Posted
I believe you generate a CSR then submit that to the SSL company when you buy a SSL certificate.

 

They take that, make some files and send them back, and you install the SSL certificate from the files they send back to you.

 

Correct.

I get stuck on generating the CSR. To do that I need to generate a key. I've done that. But then with the key, which I don't know where it went because after I generated it, it disappeared, I need to fill in the CSR details. However, I do note that it says in the Cpanel that I have keys for:

a1tuition.com.au

a1tuition.com.aushop

 

I will have to call up the company and ask them what to do. I don't know what to put under the "pass phrase" part of the CSR registration.

Posted

THIS IS GOING TO REMOVE ALL DONE BEFORE THEN IF YOU NEED i WILL DO STEP-BY-STEP WITH YOU

then go to SSL/TLS Manager

 

then Generate, view, upload, or delete your private keys.

 

then Functions > Remove

 

then do this for :

 

Certificate Signing Requests (CSR)

 

and Certificates (CRT)

 

this should I hope sort your site out let me now if it does not

Posted

Ok done.

It says:

 

Keys on Server

No SSL KEYs Found

 

Certificate Signing Requests on Server

No SSL CSRs Found

Posted

I hate to be a party pooper, but can you take care of the osCommerce warning on your home page?

:unsure:

If I suggest you edit any file(s) make a backup first - I'm not perfect and neither are you.

 

"Given enough impetus a parallelogramatically shaped projectile can egress a circular orifice."

- Me -

 

"Headers already sent" - The definitive help

 

"Cannot redeclare ..." - How to find/fix it

 

SSL Implementation Help

 

Like this post? "Like" it again over there >

Posted

I have about 30min till bed calls

 

could / would you pm me cpanel login I will look at it for you? (I run a hosting site and it would be quicker)

 

I can sort that to if needed?

Posted
I hate to be a party pooper, but can you take care of the osCommerce warning on your home page?

:unsure:

 

Is that the one about being able to write to the configuration file and this being a security risk?

If so, yes, I have already upgraded the settings and this security warning should not be there anymore.

Posted

It's still there for me...

If I suggest you edit any file(s) make a backup first - I'm not perfect and neither are you.

 

"Given enough impetus a parallelogramatically shaped projectile can egress a circular orifice."

- Me -

 

"Headers already sent" - The definitive help

 

"Cannot redeclare ..." - How to find/fix it

 

SSL Implementation Help

 

Like this post? "Like" it again over there >

Posted

Shit.

I keep changing back the settings but they reset themselves.

One sec.

Posted

Generally FTP fails at this.

 

Best to use Cpanel.

 

Try settings in this order until the warning goes away:

 

644

 

444

 

400

 

Anything less that 644 makes the file "read only".

If I suggest you edit any file(s) make a backup first - I'm not perfect and neither are you.

 

"Given enough impetus a parallelogramatically shaped projectile can egress a circular orifice."

- Me -

 

"Headers already sent" - The definitive help

 

"Cannot redeclare ..." - How to find/fix it

 

SSL Implementation Help

 

Like this post? "Like" it again over there >

Posted

Ok, got it.

Thanks guys. Yeah, Filezilla didn't let me do it.

I had to go to Cpanel.

Archived

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

×
×
  • Create New...