auge8472 / My-Little-Forum-1

My Little Forum 1 is a thread based forum with additional board and nested views
GNU General Public License v2.0
6 stars 2 forks source link

"Admin contact" broken since version 1.7.8 #50

Closed bttrx closed 4 years ago

bttrx commented 4 years ago

Hi,

I receive only a blank page when clicking "Admin contact". The log says "PHP Fatal error: Uncaught Error: Call to undefined function htmlsc() in [snip]/www/forum/contact.php:33".

Proposed solution: Move the line include("inc.php"); to the top of the file. At least before the line if (isset($_GET['forum_contact'])) $forum_contact = htmlsc($_GET['forum_contact']);.

Thanks and cheers, Robert

auge8472 commented 4 years ago

Proposed solution: Move the line include("inc.php"); to the top of the file.

That's the correct solution. I'll fix it within the next minutes for contact.php and further script files.

auge8472 commented 4 years ago

Fix for version 1.7.10 in c41558061a57
Fix for version 1.8 will follow