EDIT: Problem fixed
Cause: My PhP Editor. (sorry for wasting your time).
Support Question:
- Stand Alone Install on vb3 gold. No hacks except HTL
I installed the file edits, and when I try to log into the admincp I recieve the following error message:
Quote:
Parse error: parse error in /home/nytalk/domains/nytalk.net/public_html/board/includes/functions.php on line 1873
Fatal error: Call to undefined function: exec_nocache_headers() in /home/nytalk/domains/nytalk.net/public_html/board/admincp/global.php on line 37
|
PHP Code:
Line 1873
$debughtml .= " (<a href=\"" . htmlspecialchars_uni(SCRIPTPATH) . iif(strpos(SCRIPTPATH, '?') '?')=== false, '?', '?','&') . "tempusage=1\">Template Usage</a>) (<a href=\"" . htmlspecialchars_uni(SCRIPTPATH) . iif(strpos(SCRIPTPATH, '?') '?')=== false, '?', '?','&') . "explain=1\">Explain</a>)<br />\n";
[php]
Second error message / global php file line 37
PHP Code:
require_once('./includes/functions.php');
I thought I may have made a mistake so I redid the file edit, no luck.