Menu

#5 Failed Installation

open
nobody
None
7
2006-12-03
2006-12-03
Englesos
No

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

Discussion

  • Englesos

    Englesos - 2006-12-03
    • priority: 5 --> 7
     
  • Andy Felong

    Andy Felong - 2006-12-11

    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

     
  • Englesos

    Englesos - 2006-12-12

    Logged In: YES
    user_id=1654302
    Originator: YES

    Works like a charm - excellent work on a very useful mod :-)

     
  • emsbear

    emsbear - 2007-03-21

    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"

     
  • emsbear

    emsbear - 2007-03-21

    Logged In: YES
    user_id=1749429
    Originator: NO

    Outstanding! The updated install file solved another issue I was seeing. Great work!

     

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.