Hi,
I tried to install elgg on my web host and it worked.
however, i also tried to install it on a local intranet server on linux OS and the installation page gives me this error:
Fatal error: Trying to clone an uncloneable object of class DatabaseException in elgglib.php on line 1749
I had previously created the database and data folder and settings.php as well as .htaccess files.
what am i doing wrong???
info@elgg.org
Security issues should be reported to security@elgg.org!
©2014 the Elgg Foundation
Elgg is a registered trademark of Thematic Networks.
Cover image by Raül Utrera is used under Creative Commons license.
Icons by Flaticon and FontAwesome.
- Imoutofhere@durangod

Imoutofhere - 0 likes
- determined1@determined1

determined1 - 0 likes
- Imoutofhere@durangod

Imoutofhere - 0 likes
- Cash@costelloc

Cash - 0 likes
- determined1@determined1

determined1 - 0 likes
- Cash@costelloc

Cash - 0 likes
- determined1@determined1

determined1 - 0 likes
You must log in to post replies.what is in your elgglib.php line 1749, whats the content of that line
it says:
function __elgg_php_exception_handler($exception) {
when you installed it on your intranet did you copy the files over from your host installation or did you use fresh install files from the elgg download, i dont see an issue with already having the db and the data file created previous to install but there might be an issue with already having an htaccess present when you install, not sure but its worth a look, i only say this because there is some handler code in the htaccess from elgg out of the box.
Shooting in the dark here: maybe your php has zend.ze1_compatibility_mode turned on when it should be off?
thanks cash, changing the zend.ze1_compatibility_mode to 'off' worked.
the installation page came up, however, the next page says 'page cannot be found' after clicking the submit button.
what do i do?
Read the documentation :)
http://docs.elgg.org/wiki/Install_Troubleshooting
the actual error is:
page cannot be found /elgg/action/systemsettings/install.php
is there a script i can run to check my php.ini file and verify that all values and variables are set or not set correctly?