Parse error: parse error, expecting `T_OLD_FUNCTION'
or `T_FUNCTION' or `T_VAR' or `'}''
in /.../private/lib/sourdough/Sourdough.class.php on
line 44
this is an error caused not just by not having php5,
but by servers with multiple versions of php choosing
a lower version to try to run yabook.
i made a temporary fix to the program by changing the
necessary file extensions throughout the program
from .php to .php5 which directs the server to
choose .php5. the only problem is that while servers
recognize it, most computers do not recognize .php5
as a file extension so to edit the configuration
settings, a person must first change config.inc.php5
to config.inc.php, then make their changes, then
change the file back to config.inc.php5
the quick fix is available on my site in zip format.
http://angelratdesigns.com/yabook.zip
this is really a good program and worth following up
on the php 5 problem.