PDA

View Full Version : Parse error (adminfunctions_template) and a fatal error (vbacmps_install)


Kizzmet
09-29-2004, 01:30 PM
When trying to run the install, I get:

Parse error: parse error, expecting `','' or `';'' in /export/web19/alpha/XXXXXXXX/www/testvb/includes/adminfunctions_template.php on line 456


Fatal error: Call to undefined function: compile_template() in /export/web19/alpha/XXXXXXXX/www/testvb/admincp/vbacmps_install.php on line 40

I have not altered the vbacmps_install.php.



P.S. How do I find line 456 without counting down?

<--NEWB

Artayick
09-29-2004, 02:54 PM
Use a software that counts the lines for you... most newer editors have a way to search by line or show the lines

Our Sponsors
 

Kizzmet
09-29-2004, 08:36 PM
Use a software that counts the lines for you... most newer editors have a way to search by line or show the lines

such as?

Brian
09-29-2004, 08:39 PM
Get a fresh, un-hacked version of that file and reapply the changes with Notepad (which will also show you what line you are on) or another simple text editor. Do not use Dreamweaver or any similar programs as they are known to cause problems.

Our Sponsors
 

Kizzmet
09-30-2004, 07:16 PM
thank you very much