Failed Installation
Brought to you by:
datamgmt
On following instructions to install the mod, clicking the "install" button for 0.2.2 Google Services in the Module Installer/Updater page crashes the site and offers the following message:
Parse error: syntax error, unexpected T_IF in /home/lookersc/public_html/mod/googlesvcs/boost/install.php on line 1
No damage is done to the PHPWebsite installation (happily :-) ) but the installation is unsuccessful.
I did send this issue to your website before I realised that this was your preferred method of reporting a bug. My apologies for the duplication.
Webz
Logged In: YES
user_id=1032304
Originator: NO
Should be fixed with new file .../boost/install.php - looks like last upload lost line breaks. Look in CVS for new file or check out redwoodhouse.com for updated file
- Andy
Logged In: YES
user_id=1654302
Originator: YES
Works like a charm - excellent work on a very useful mod :-)
Logged In: YES
user_id=1749429
Originator: NO
There is an error in the code...it's a missing ";"
Change this...
deity before running this script */if (!$_SESSION["OBJ_user"]->isDeity()){
To this....
deity before running this script */;if (!$_SESSION["OBJ_user"]->isDeity()){
The only change is the addition of the semicolon between the back slash and the word "if"
Logged In: YES
user_id=1749429
Originator: NO
Outstanding! The updated install file solved another issue I was seeing. Great work!