Pyrocms stopped rendering after page refresh

64 views Asked by At

Currently, I'm working on a website that built with Pyrocms (the website is not mine, and I'm new to Pyrocms).

The problem is:

  • On the first load, the layout will be displayed, but without any image.

  • When I try to refresh the page (second load), everything disappear, just blank page.

But when I try to install it on my local machine, the site just working well without any problem.

I've been checking any error possibilities from cache folder permissions, .htaccess file, and clearing the cache, but it seems nothing is work.

When I trace the rendering process (grey bar with number in my screenshot), the process stopped on number 3.

On: /system/cms/core/MY_Controller.php line 75, after this code, the rendering process stopped:

$this->load->library(array('session', 'settings/settings'));

Here is a screenshot:

FIRST LOAD: first load

AFTER REFRESH: second load

Any advice or help would be appreciated.

0

There are 0 answers