Hi there,
When I get to the last page of the installation
process, the page which says : "Login using the
information you provided for your admin account.", and
I press 'proceed' to login, I get the following
error : "Parse error: parse error, unexpected $end in
C:\wamp\www\calender\themes\default\theme.php on line
3190".
Is there someone who knows what is happening or what I
am doing wrong?
I'm running windows XP SP2
phpMyAdmin - 2.8.0.3
MySQL - 5.0.21-community-nt
Logged In: NO
Hey, this was annoying me for ages too, I get it on a lot of
PHP things i download so i was thinking its probably
something due to my set-up and heres what fixed it for me:
changed all <? opening brackets to <?php i think its
something with how PHP interprets the scripts you might also
need to change =$THEME_DIR on line 1896 to echo $THEME_DIR;
Maybe thatll help maybe it wont
MJ
Logged In: YES
user_id=1538340
Thanks MJ. On the forum with this project, there are
several parse-errors. I guess they are all because of the
opening tag '<?' in several files.
I use wampserver and if I set the setting of short_open_tag
in php.ini to on, it handles the short notation correctly
and I do not need to manually change all the openingtags.
This solution was mentioned in another parse-issue on the
forum, but I didn't relate it to my problem at first.
Logged In: NO
I got the same error! any help will be great! thanks!