Programming-Twit Posted September 4, 2015 Share Posted September 4, 2015 Hi, I am a newbie in prestashop. When I enter user details for signup on registration page, after hitting the submit button, it directs to blank page and stops there. No message is displayed or no confirmation email is sent to the registered email. (I don't know how to and from where the confirmation of accounts registered should be processed with email verifications methodology). When I click on refresh button of the browser to resend data, then it works fine and takes me to the home page. When I login with the new account, it works fine, that means the credentials are being saved successfully. The same kind of issue is coming when logout is pressed it takes no where, I mean it successfully logouts from the account, but stays on the page, on which, logout button was pressed. I want this to be redirected to the home page. How can I resolve the above issues ? Link to comment Share on other sites More sharing options...
NemoPS Posted September 4, 2015 Share Posted September 4, 2015 If you get a blank page, check my signature and enable dev mode, then try again. You should get an error Link to comment Share on other sites More sharing options...
Programming-Twit Posted September 7, 2015 Author Share Posted September 7, 2015 (edited) Here is the list showing some warnings and a fatal error. I am unable to fix this fatal error because the file which it says unable to be found is there in the directory. Warning: Base directory /home3/.../public_html/.../purifier does not exist, please create or change using %Cache.SerializerPath in /home3/.../public_html/.../tools/htmlpurifier/HTMLPurifier.standalone.php on line 15280Warning: Base directory /home3/.../public_html/.../cache/purifier does not exist, please create or change using %Cache.SerializerPath in /home3/.../public_html/.../tools/htmlpurifier/HTMLPurifier.standalone.php on line 15280Warning: Base directory /home3/.../public_html/.../cache/purifier does not exist, please create or change using %Cache.SerializerPath in /home3/.../public_html/.../tools/htmlpurifier/HTMLPurifier.standalone.php on line 15280Warning: touch() [function.touch]: Unable to create file /home3/.../public_html/.../cache/push/activity because No such file or directory in /home3/.../public_html/.../classes/Tools.php on line 3129Warning: require_once(/home3/.../public_html/.../tools/swift/Swift/../Swift/Plugin/Decorator/Replacements.php) [function.require-once]: failed to open stream: No such file or directory in /home3/.../public_html/.../tools/swift/Swift/ClassLoader.php on line 35Fatal error: require_once() [function.require]: Failed opening required '/home3/.../public_html/.../tools/swift/Swift/../Swift/Plugin/Decorator/Replacements.php' (include_path='/home3/.../public_html/.../tools/htmlpurifier/standalone:.:/opt/php53/lib/php') in /home3/.../public_html/.../tools/swift/Swift/ClassLoader.php on line 35 Please help. Edited September 7, 2015 by Programming-Twit (see edit history) Link to comment Share on other sites More sharing options...
NemoPS Posted September 7, 2015 Share Posted September 7, 2015 Go to advanced parameters, performance, and disable the html purifier Link to comment Share on other sites More sharing options...
Recommended Posts