We have moved to Github. Please open tickets there.

Opened 5 years ago

Closed 5 years ago

#312 closed Defect (invalid)

Using Version 1.0 unable to install

Reported by: jetta Owned by:
Priority: high Milestone:
Component: Core Version: 1.0
Severity: major Keywords: Installation
Cc: brettp Difficulty:

Description

Settings:

Apache version 2.2.9 (Unix)
 PHP version 5.2.6 
 MySQL version 5.0.45-community-log 
 Mod Rewrite Installed
 settings.php & .htaccess files are on server

On install getting error message: Parse error: syntax error, unexpected T_NEW in /home/andyswe1/public_html/1ishionline/members/elgg/engine/start.php on line 85

Line 85: if (!@include_once(dirname(__FILE__) . "/lib/database.php"))	// Database connection
	throw new InstallationException("Elgg could not load the main Elgg database library.");

All files in place, do not understand what the problem would be.

Jetta

Change History (3)

comment:1 in reply to: ↑ description Changed 5 years ago by jetta

Replying to jetta:

Please note that all the programs we run on this server are PHP and do not have issues. I see that another user reported this same issue last week and the ticket was closed as invalid.

Jetta

Settings:

Apache version 2.2.9 (Unix)
 PHP version 5.2.6 
 MySQL version 5.0.45-community-log 
 Mod Rewrite Installed
 settings.php & .htaccess files are on server

On install getting error message: Parse error: syntax error, unexpected T_NEW in /home/andyswe1/public_html/1ishionline/members/elgg/engine/start.php on line 85

Line 85: if (!@include_once(dirname(__FILE__) . "/lib/database.php"))	// Database connection
	throw new InstallationException("Elgg could not load the main Elgg database library.");

All files in place, do not understand what the problem would be.

Jetta

comment:2 Changed 5 years ago by marcus

Please run phpinfo() from within a web page and confirm that you have the apache php 5 module installed and running.

You may have php5_cli and php5_cgi installed, which would give a 5.2.6 to php -v, but that doesn't necessarily mean that it isn't PHP4 running as an apache module.

comment:3 Changed 5 years ago by marcus

  • Resolution set to invalid
  • Status changed from new to closed

No response so closed.

Note: See TracTickets for help on using tickets.