Hi,...
i'm not able to install hacks that changes the file:
/includes/functions.php
when i modify that file (even if the change is small)
i get errors like this:
PHP Code:
Parse error: parse error in /var/www/html/forum/includes/functions.php on line 2019
Fatal error: Call to undefined function: is_browser() in /var/www/html/forum/global.php on line 59
I just did this bug-test, please read:
i uploaded the
original vb file: /includes/functions.php
and there were not problems ...
then i opened the original file in my HHDD,
and i modified it in just one line of code
(added a small comment without change/add/delete anything else) :
// this is a small comment
i saved the file and uploaded again
and i got this error:
Quote:
Parse error: parse error in
/var/www/html/forum/includes/functions.php on line
2019
Fatal error: Call to undefined function: is_browser() in
/var/www/html/forum/global.php on line
59
the file was uploaded in ASCII mode and has the proper permissions
what's wrong?..... any idea?
:disappointed: