Ryan@SwiftKey Posted January 22, 2015 Posted January 22, 2015 Hi,I'm trying to install IPS V4.0 Forums onto my server (running Ubuntu 14.04). Once I've done the initial setup (all checks were passed), after the progress bar completes and the database has been installed/populated, the page refreshes (without the progress bar reaching 100% completion) and I'm taken to a blank white page, URL path is: /admin/install/index.php?controller=install&mr=["3","core"]It stays blank. If I go back to my home URL, I get the following error message:An error occurred (500 Error)We're sorry, but a temporary technical error has occurred which means we cannot display this site right now. You can try again by clicking the button below, or try again later. Try again I've tried changing perms on all files and folders to 777. I've also looked at the apache error logs and found the following:[Thu Jan 22 14:56:57.899508 2015] [:error] [pid 10340] [client 86.188.229.98:5323] PHP Fatal error: Class 'IPS\\core\\extensions\\core\\FileStorage\\._Theme' not found in /var/www/html/system/Application/Application.php on line 567, referer: http://mysite.com/admin/install/index.php?controller=install&start=1Any ideas?
bfarber Posted January 23, 2015 Posted January 23, 2015 An option is to go to init.php, find the exceptionHandler function and then add to the beginning of it var_dump( $exception );exit; . This would output the actual exception or error that is being thrown.
Ryan@SwiftKey Posted January 23, 2015 Author Posted January 23, 2015 Thank you bfarber. Here it is. object(InvalidArgumentException)#12 (7) { ["message":protected]=> string(0) "" ["string":"Exception":private]=> string(0) "" ["code":protected]=> int(0) ["file":protected]=> string(38) "/var/www/html/system/Member/Member.php" ["line":protected]=> int(454) ["trace":"Exception":private]=> array(14) { [0]=> array(4) { ["function"]=> string(17) "set_mgroup_others" ["class"]=> string(11) "IPS\_Member" ["type"]=> string(2) "->" ["args"]=> array(1) { [0]=> string(0) "" } } [1]=> array(4) { ["file"]=> string(46) "/var/www/html/system/Patterns/ActiveRecord.php" ["line"]=> int(316) ["function"]=> string(14) "call_user_func" ["args"]=> array(2) { [0]=> array(2) { [0]=> object(IPS\Member)#10 (19) { ["_followData"]=> NULL ["_group"]=> NULL ["restrictions":protected]=> NULL ["modPermissions":protected]=> NULL ["calculatedLanguageId":protected]=> NULL ["markers"]=> array(0) { } ["markersResetTimes":protected]=> array(0) { } ["previousName":protected]=> NULL ["sessionData":protected]=> NULL ["_lang":protected]=> NULL ["_url":protected]=> NULL ["_reputationData":protected]=> NULL ["_following":protected]=> array(0) { } ["reportCount":protected]=> NULL ["ignorePreferences":protected]=> NULL ["_data":protected]=> array(1) { ["member_group_id"]=> NULL } ["_new":protected]=> bool(true) ["changed"]=> array(0) { } ["skipCloneDuplication"]=> bool(false) } [1]=> string(17) "set_mgroup_others" } [1]=> string(0) "" } } [2]=> array(6) { ["file"]=> string(38) "/var/www/html/system/Member/Member.php" ["line"]=> int(219) ["function"]=> string(5) "__set" ["class"]=> string(26) "IPS\Patterns\_ActiveRecord" ["type"]=> string(2) "->" ["args"]=> array(2) { [0]=> string(13) "mgroup_others" [1]=> string(0) "" } } [3]=> array(6) { ["file"]=> string(46) "/var/www/html/system/Patterns/ActiveRecord.php" ["line"]=> int(257) ["function"]=> string(16) "setDefaultValues" ["class"]=> string(11) "IPS\_Member" ["type"]=> string(2) "->" ["args"]=> array(0) { } } [4]=> array(6) { ["file"]=> string(38) "/var/www/html/system/Session/Front.php" ["line"]=> int(160) ["function"]=> string(11) "__construct" ["class"]=> string(26) "IPS\Patterns\_ActiveRecord" ["type"]=> string(2) "->" ["args"]=> array(0) { } } [5]=> array(4) { ["function"]=> string(4) "read" ["class"]=> string(18) "IPS\Session\_Front" ["type"]=> string(2) "->" ["args"]=> array(1) { [0]=> string(26) "d6tslno6cqb6h858v82nad1gr0" } } [6]=> array(4) { ["file"]=> string(40) "/var/www/html/system/Session/Session.php" ["line"]=> int(85) ["function"]=> string(13) "session_start" ["args"]=> array(0) { } } [7]=> array(6) { ["file"]=> string(38) "/var/www/html/system/Member/Member.php" ["line"]=> int(127) ["function"]=> string(1) "i" ["class"]=> string(12) "IPS\_Session" ["type"]=> string(2) "::" ["args"]=> array(0) { } } [8]=> array(6) { ["file"]=> string(36) "/var/www/html/system/Theme/Theme.php" ["line"]=> int(231) ["function"]=> string(8) "loggedIn" ["class"]=> string(11) "IPS\_Member" ["type"]=> string(2) "::" ["args"]=> array(0) { } } [9]=> array(6) { ["file"]=> string(44) "/var/www/html/system/Dispatcher/Standard.php" ["line"]=> int(50) ["function"]=> string(1) "i" ["class"]=> string(10) "IPS\_Theme" ["type"]=> string(2) "::" ["args"]=> array(0) { } } [10]=> array(6) { ["file"]=> string(41) "/var/www/html/system/Dispatcher/Front.php" ["line"]=> int(452) ["function"]=> string(7) "baseCss" ["class"]=> string(24) "IPS\Dispatcher\_Standard" ["type"]=> string(2) "::" ["args"]=> array(0) { } } [11]=> array(6) { ["file"]=> string(41) "/var/www/html/system/Dispatcher/Front.php" ["line"]=> int(51) ["function"]=> string(7) "baseCss" ["class"]=> string(21) "IPS\Dispatcher\_Front" ["type"]=> string(2) "::" ["args"]=> array(0) { } } [12]=> array(6) { ["file"]=> string(46) "/var/www/html/system/Dispatcher/Dispatcher.php" ["line"]=> int(86) ["function"]=> string(4) "init" ["class"]=> string(21) "IPS\Dispatcher\_Front" ["type"]=> string(2) "->" ["args"]=> array(0) { } } [13]=> array(6) { ["file"]=> string(23) "/var/www/html/index.php" ["line"]=> int(13) ["function"]=> string(1) "i" ["class"]=> string(15) "IPS\_Dispatcher" ["type"]=> string(2) "::" ["args"]=> array(0) { } } } ["previous":"Exception":private]=> NULL }
craigf136 Posted January 23, 2015 Posted January 23, 2015 I would log a bug for this, it may be overlooked in the forum.
bfarber Posted January 26, 2015 Posted January 26, 2015 It's trying to set an invalid or non-existing group - I can't reproduce this.
tbar Posted June 20, 2018 Posted June 20, 2018 I have the same error message and code, but not the type that can go into the code and make any changes. :(
Aiwa Posted June 20, 2018 Posted June 20, 2018 Topic risen from the grave....... I suggest submitting a ticket...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.