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:
QuoteParse 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
please do post then lines arround No. 660 from /Users/phylaxis/Sites/thelangleys/gallery/themes/default/theme.php on line 660
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.