Jump to content

php files won't execute


Recommended Posts

When I try to create a new account in FO the page

http://mywebsite.com/authentication.php is blank!!!

There are all the fields like name, surname etc but when I click register I got the blank page.

Also when I go to http://mywebsite.com/contact-form.php when I click send I got the center page blank surrounded with my template.

I tryed to switch to 3 different templates and also the default prestashop one, but the results are the same.

I tryed also to change the mail folder and this file from one of my website that is working but nothing.

I have the version 1.3.2

Please help it's urgernt!

Link to comment
Share on other sites

please set "display_errors" to "on" in file /config/config.inc.php, to see what error appears


For the contact form:

Warning: require_once(/home/edinstv223/public_html/tools/swift/Swift/../Swift/Cache/Memory.php) [function.require-once]: failed to open stream: No such file or directory in /home/edinstv223/public_html/tools/swift/Swift/ClassLoader.php on line 35

Fatal error: require_once() [function.require]: Failed opening required '/home/edinstv223/public_html/tools/swift/Swift/../Swift/Cache/Memory.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/edinstv223/public_html/tools/swift/Swift/ClassLoader.php on line 35




For the create account:

Warning: require_once(/home/edinstv223/public_html/tools/swift/Swift/../Swift/Cache/Memory.php) [function.require-once]: failed to open stream: No such file or directory in /home/edinstv223/public_html/tools/swift/Swift/ClassLoader.php on line 35

Fatal error: require_once() [function.require]: Failed opening required '/home/edinstv223/public_html/tools/swift/Swift/../Swift/Cache/Memory.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/edinstv223/public_html/tools/swift/Swift/ClassLoader.php on line 35



I didn't know for this function.
I hope now couy could help me out to solve this problem
Thank you very much!

Link to comment
Share on other sites

anything is possible to happen. it could be deleted by mistakes.
it also could be missed when you transfer your files to your site by FTP or your site control panel.
...

by the way, id you think your problem is solved, please mark is as SOLVED.

Link to comment
Share on other sites

×
×
  • Create New...