robi052
Active member
I have problem with template. With debug false see error message "The following error occurred: The requested page could not be found."
With debug true error message is "The following error occurred: A controller for the route path undefined.json was not found.".
Before that have problem with installation plugin LoginUserLocks. On rebuild cache forum is gone/blank. It happened with a firefox 18.0 @ Linux Mint 14. Then try with Chromium and rebuild is finished. But now on rebuild template cache must manual click to Continue rebuilding 5 times to get forum back.
xenForo version: 1.1.3
Installed Add-ons: Avatar for banned users, Digital Point Ad Positioning, ForumRunner for xenForo, LoginUserLocks - Prevent attempts to brute force the login area, Social Beta2, sonbb- Prevent double post, Tapatalk, Template Modification System, [bd] Tag me, [Tinhte] XenTag
Use CloudFlare. In library/config.php add this line
My EXTRA.css http://pastebin.com/6fQ9qeGu
PS Sorry on my english
With debug true error message is "The following error occurred: A controller for the route path undefined.json was not found.".
Before that have problem with installation plugin LoginUserLocks. On rebuild cache forum is gone/blank. It happened with a firefox 18.0 @ Linux Mint 14. Then try with Chromium and rebuild is finished. But now on rebuild template cache must manual click to Continue rebuilding 5 times to get forum back.
xenForo version: 1.1.3
Installed Add-ons: Avatar for banned users, Digital Point Ad Positioning, ForumRunner for xenForo, LoginUserLocks - Prevent attempts to brute force the login area, Social Beta2, sonbb- Prevent double post, Tapatalk, Template Modification System, [bd] Tag me, [Tinhte] XenTag
Use CloudFlare. In library/config.php add this line
Code:
if (isset($_SERVER['HTTP_CF_CONNECTING_IP'])) { $_SERVER['REMOTE_ADDR'] = $_SERVER['HTTP_CF_CONNECTING_IP']; }
My EXTRA.css http://pastebin.com/6fQ9qeGu
PS Sorry on my english