forum.coppermine-gallery.net

No Support => General discussion (no support!) => Topic started by: phylaxis on December 09, 2003, 09:36:17 pm

Title: HELP: pMachine Port
Post by: phylaxis on December 09, 2003, 09:36:17 pm
I am attempting to install the pMachine Coppermine port under Mac OS X 10.3, PHP 4.3.4 and mySQL 3.23.49. I have the install complete according to your instructions, but I keep getting the following error:

Quote
Parse error: parse error, expecting `T_STRING' or `T_VARIABLE' or `T_NUM_STRING' in/Users/phylaxis/Sites/thelangleys/gallery/themes/default/theme.php on line 660


 Fatal error: Call to undefined function: pageheader() in /Users/phylaxis/Sites/thelangleys/gallery/index.php on line 450


Any help is appreciated. Thanks
Title: HELP: pMachine Port
Post by: sigi on December 09, 2003, 09:52:10 pm
please do post then lines arround No. 660 from /Users/phylaxis/Sites/thelangleys/gallery/themes/default/theme.php on line 660
Title: HELP: pMachine Port
Post by: hyperion on December 09, 2003, 09:55:25 pm
The first error is usually a typo when editing your theme. Look for missing $ ; " ' { or } from line 660 back.

The second error should be a result of the failure of the theme file to open. Fix the first, and the second should go away.