Jump to content

paypal image on home page - URL link going to an error page if clicked help


Recommended Posts

First time installer/user of prestashop – but I’ve downloaded the latest release, and actually done 3 full installs now. I’ve removed my database, all ftp files, and still get the same error when I enable the paypal module from the back end of prestashop.

modules/paypal/about.php – is the path to the file ( on the store home page – right hand side, there is a paypal image. If you click it, it goes to that directory)

The about.php file is in that paypal directory, but it errors if you try to click the paypal icon on the screen.

===

Internal Server Error

The server encountered an internal error or misconfiguration and was unable to complete your request.

Please contact the server administrator, [email protected] and inform them of the time the error occurred, and anything you might have done that may have caused the error.

More information about this error may be available in the server error log.

Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.

=======

I am beyond frustrated. Can someone please inform me of what can be done to resolve this, or ditch prestashop?

Link to comment
Share on other sites

  • 4 weeks later...
  • 4 weeks later...

I've seen this problem on a site I have now...usually related to file permissions this sort of error. I'll try and fix it and let you know.

Torbz
x

EDIT - SOLVED: it is indeed file permissions. I logged in via SHELL access using Mac Terminal.
I ran the following two commands in the modules directory...

find . -type f -exec chmod 644 {} \;
find . -type d -exec chmod 755 {} \;

This sets all directories to 755 and files to 644. You can also do it for individual files too.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...