PHP Conditionals Issue - Printable Version +- MyBB Community Forums (https://community.mybb.com) +-- Forum: 1.8 Support (https://community.mybb.com/forum-175.html) +--- Forum: General Support (https://community.mybb.com/forum-176.html) +--- Thread: PHP Conditionals Issue (/thread-226800.html) |
PHP Conditionals Issue - jdmefsir - 2020-03-07 When I activate template conditionals and then try to open a thred i get a blank page. IF this is deactivated it loads just fine. any suggestions on where to look? RE: PHP Conditionals Issue - User 129272 - 2020-03-08 Hello, that would usually mean there's a PHP-related error somewhere. Try checking in your webserver's error log - there should be a hint as to what's causing the issue. RE: PHP Conditionals Issue - .m. - 2020-03-08 ... also have you added any conditional code in showthread template ? if so, post that code. and have you tried removing that condition ? |