google-code-backups / rsslounge

Automatically exported from code.google.com/p/rsslounge
0 stars 0 forks source link

Installation problem - syntax error #37

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?

1. Upload installation files to the server (binary mode) to the folder 'news'
2. Checked appropriate directory attributes (all have 755)
3. Open the appropriate folder in the browser
4. Get the message:

Parse error: syntax error, unexpected T_OBJECT_OPERATOR in 
/...[cut].../news/index.php on line 20

What version of the product are you using? On what operating system?

rsslounge 1.6
Firefox 3.6.9
PHP 5.2.13
MySQL 5.0.75

Attached phpinfo() results.

Original issue reported on code.google.com by totallyu...@gmail.com on 14 Sep 2010 at 6:51

Attachments:

GoogleCodeExporter commented 8 years ago
After investigation I noticed that on my hosting web server the default handler 
is set to PHP4, not PHP5. I have set the proper handler in .httaccess and the 
installation succeeded.

Anyway, it would be nice if the installation script checked at least the basic 
system requirements, because non-technical person may get totally lost.

Original comment by totallyu...@gmail.com on 15 Sep 2010 at 8:14

GoogleCodeExporter commented 8 years ago
Normaly the php version will be tested. I will check this for PHP4 
installations!

Original comment by zzuzzlwuzzl@googlemail.com on 30 Sep 2010 at 7:57