A. Mj Posted May 1, 2016 Share Posted May 1, 2016 Dear All In my Prestashop Back office, i have figured a lot of file modifications detected in core and native modules. And now i have no idea how to fix them. Since i have a very less knowledge on how to fix technical aspects such as these, i am yet to figure out how to fix them. Attached are the files showing which problems are arising in Core and Native modules & how page disappears in another attachment. With these file modifications, these re the following few problems i have founded. For example if some one is ordering on my website, after confirming an order at check out, page gets disappeared. Even if from the back office i am sending emails to that particular order, stating that your order has been processed or is in processing again screen disappears and no email message passes to the customer. Please advice how to resolve this problem here ? I have no idea how to quickly fix this. Please help me out on this !! Link to comment Share on other sites More sharing options...
endriu107 Posted May 1, 2016 Share Posted May 1, 2016 At first turn on DEV mode: https://www.prestashop.com/forums/topic/224525-how-to-turn-on-error-reporting-for-debug-information-blank-page-500-internal-server-error/ Link to comment Share on other sites More sharing options...
A. Mj Posted May 1, 2016 Author Share Posted May 1, 2016 I have no idea how to fix it. Please advice. All these are going above my head !! Link to comment Share on other sites More sharing options...
endriu107 Posted May 1, 2016 Share Posted May 1, 2016 I check now your site and its works. Link to comment Share on other sites More sharing options...
A. Mj Posted May 1, 2016 Author Share Posted May 1, 2016 (edited) Site is working. But if some one is ordering on site and checking out, after clicking "confirm order" page disappears. When i click "Advance Parameters" > "Emails" from Back office, again page disappears.When i also click "My Preferences" on the top right section of My Back Office, change my password, After clicking "Save" page disappears. When some one places an order, and i try to send an email from my back office, neither i nor my customer gets any email. I have checked and tested with my another email as well. I think any thing related to Emails, is not working, and page disappears. Please advice and HELP me out with this. Edited May 1, 2016 by A. Mj (see edit history) Link to comment Share on other sites More sharing options...
endriu107 Posted May 1, 2016 Share Posted May 1, 2016 Did you turn on dev mode? Link to comment Share on other sites More sharing options...
A. Mj Posted May 1, 2016 Author Share Posted May 1, 2016 Sir I dont know how to turn it on ? Link to comment Share on other sites More sharing options...
endriu107 Posted May 1, 2016 Share Posted May 1, 2016 Did you even read what I wrote to you? At first turn on DEV mode: https://www.prestashop.com/forums/topic/224525-how-to-turn-on-error-reporting-for-debug-information-blank-page-500-internal-server-error/ Link to comment Share on other sites More sharing options...
A. Mj Posted May 1, 2016 Author Share Posted May 1, 2016 Hello See you might be knowing this, but even after reading this i have no knowledge on how to turn on DEV mode or fix this whole situation. Please let me know if you could fix it for me or not ? Link to comment Share on other sites More sharing options...
endriu107 Posted May 1, 2016 Share Posted May 1, 2016 HOW TO ENABLE PRETASHOP DEBUG: PrestaShop 1.5.3 -- 1.6 open file: config/defines.inc.php (using FTP or hosting control panel) change false-->true: define('_PS_MODE_DEV_', false);define('_PS_MODE_DEV_', true); Now visit page(s) with issues and you should see underlying error message. After doing that you supposed to see some error when usually you see blank page. Link to comment Share on other sites More sharing options...
A. Mj Posted May 1, 2016 Author Share Posted May 1, 2016 Hello See i dont know how to use FTP, how to open files, and how to enable pretashop debug. Is there something which you can do it to help ? Link to comment Share on other sites More sharing options...
endriu107 Posted May 1, 2016 Share Posted May 1, 2016 Using ftp client is very simply: Editing file you can in any html editor. Link to comment Share on other sites More sharing options...
A. Mj Posted May 1, 2016 Author Share Posted May 1, 2016 Hello I have changed from false to true. define('_PS_MODE_DEV_', false); define('_PS_MODE_DEV_', true); Now can you advice what next to do? Link to comment Share on other sites More sharing options...
endriu107 Posted May 1, 2016 Share Posted May 1, 2016 After doing that you supposed to see some error when usually you see blank page. If you see those errors paste them here. Link to comment Share on other sites More sharing options...
A. Mj Posted May 1, 2016 Author Share Posted May 1, 2016 Fatal error: Cannot redeclare class Swift in /home/redtagb1/public_html/tools/swift/Swift.php on line 31 Link to comment Share on other sites More sharing options...
A. Mj Posted May 1, 2016 Author Share Posted May 1, 2016 Fatal error: Call to undefined method Swift_Message::newInstance() in /home/redtagb1/public_html/classes/Mail.php on line 179 Link to comment Share on other sites More sharing options...
endriu107 Posted May 1, 2016 Share Posted May 1, 2016 Check in modules list did you use some third party module that has used the old Swift Library directly. 1 Link to comment Share on other sites More sharing options...
A. Mj Posted May 1, 2016 Author Share Posted May 1, 2016 how to check that now ? Link to comment Share on other sites More sharing options...
endriu107 Posted May 1, 2016 Share Posted May 1, 2016 Check every module who can send email, you can turn it off and check pages if problem still exist. You can also go to Advanced Parameters > Performance > Disable non PrestaShop modules switch to yes, and Disable all overrides switch to yes it show that the some module is a problem. Link to comment Share on other sites More sharing options...
A. Mj Posted May 1, 2016 Author Share Posted May 1, 2016 I went to Advanced Parameters > Performance > Disable non PrestaShop modules switch to yes, and Disable all overrides switch to yes it show that the some module is a problem but i am not figuring out how to find which one module is having a problem. Before there were 8 file modifications now there are 10. Please advice how to fix it. Can You FIX it for ME ???? Link to comment Share on other sites More sharing options...
A. Mj Posted May 1, 2016 Author Share Posted May 1, 2016 This is not helping me out. Please HELP to fix this issue. Link to comment Share on other sites More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now