Skip to main content

Always a timeout in Prestashop backend.

Comments

6 comments

  • Jcats
    Hello, Do you have the ability to change PHP options? I'd start with upping max_execution_time and the memory_limit. I would also check for any PHP error_logs as they may contain the actual issue.
    # find ~/public_html/ -type f -name error_log
    If you don't have SSH access, you can go into File Manager and use the search feature to find any error_log files
    0
  • James77
    Hi Jcats, Thank you for your help. I'm not good in all these things. The "max_execution_time" I set on 5000 now. And the "memory_limit" to the max. 512mb. But it still the problem.
    0
  • Jcats
    In that case, it will most likely come down to logging. Any luck on finding any PHP error_log files?
    0
  • cPanelMichael
    Hello, Check to see if an error_log file exists in the document root of the script and let us know of any output that appears when you notice this issue. You could also review /usr/local/apache/logs/error_log to see if anything appears when this happens. Thank you.
    0
  • James77
    Hello, Check to see if an error_log file exists in the document root of the script and let us know of any output that appears when you notice this issue. You could also review /usr/local/apache/logs/error_log to see if anything appears when this happens. Thank you.

    Hi Michael, How do I find this error_log file trough the file manager? In the root public_html the file is empty. Where should I look for it? Thank you, James.
    0
  • cPanelMichael
    The empty error_log file in the document root of the installed script suggests no PHP error output. You won't have access to /usr/local/apache/logs/error_log as a reseller, but you could view the "Errors" option in cPanel to see a list of the most recent Apache errors: Errors - Documentation - cPanel Documentation Let us know the output from this option (ensuring to remove real domain names and IP addresses). Thank you.
    0

Please sign in to leave a comment.