11-13-2017, 10:17 PM
I can not update to 4.3 by many factors. I can not make it work or the fresh facilities. Could you tell me which version of PHP runs 4.3?
| The following warnings occurred: | ||||||||||||
Warning [2] Undefined variable $unreadreports - Line: 26 - File: global.php(961) : eval()'d code PHP 8.2.29 (Linux)
|
|
PHP version
|
|
11-13-2017, 10:17 PM
I can not update to 4.3 by many factors. I can not make it work or the fresh facilities. Could you tell me which version of PHP runs 4.3?
11-13-2017, 10:20 PM
It will potentially run on 5.5, but 5.6 is probably your best bet.
By the way, we have been fixing backwards compatibility for 4.3 so even if it didn't work in the past, it might work now.
11-13-2017, 10:27 PM
Thank you very much mudmin, the version I am currently executing is 7.1.5. I will try the 5.6
11-13-2017, 10:41 PM
Oh, it just has to be above 5.6...7.x is fine. If it doesn't work on 7 there is some other server config issue other than the php version.
11-14-2017, 12:59 PM
I can not update:
performing query ' CREATE TABLE Code: settingsCode: idCode: recaptchaCode: force_sslCode: css_sampleCode: us_css1Code: us_css2Code: us_css3Code: site_nameCode: languageCode: track_guestCode: site_offlineCode: force_prCode: gloginCode: fbloginCode: gidCode: gsecretCode: gredirectCode: ghomeCode: fbidCode: fbsecretCode: fbcallbackCode: graph_verCode: finalredirCode: req_capCode: req_numCode: min_pwCode: max_pwCode: min_unCode: max_unCode: messagingCode: snoopingCode: echouserCode: wysCode: change_unCode: backup_destCode: backup_sourceCode: backup_tableCode: msg_notificationCode: permission_restrictionCode: auto_assign_unCode: page_permission_restrictionCode: msg_blocked_usersCode: msg_default_toCode: notificationsCode: notif_daylimitCode: recap_publicCode: recap_privateCode: page_default_privateCode: navigation_typeCode: copyrightCode: custom_settingsCode: system_announcementError performing query ' INSERT INTO Code: settingsCode: idCode: recaptchaCode: force_sslCode: css_sampleCode: us_css1Code: us_css2Code: us_css3Code: site_nameCode: languageCode: track_guestCode: site_offlineCode: force_prCode: gloginCode: fbloginCode: gidCode: gsecretCode: gredirectCode: ghomeCode: fbidCode: fbsecretCode: fbcallbackCode: graph_verCode: finalredirCode: req_capCode: req_numCode: min_pwCode: max_pwCode: min_unCode: max_unCode: messagingCode: snoopingCode: echouserCode: wysCode: change_unCode: backup_destCode: backup_sourceCode: backup_tableCode: msg_notificationCode: permission_restrictionCode: auto_assign_unCode: page_permission_restrictionCode: msg_blocked_usersCode: msg_default_toCode: notificationsCode: notif_daylimitCode: recap_publicCode: recap_privateCode: page_default_privateCode: navigation_typeCode: copyrightCode: custom_settingsError performing query ' ALTER TABLE Code: settingsCode: idError performing query 'ALTER TABLE Code: settingsCode: idTables imported successfully Entered your custom settings!
11-14-2017, 01:04 PM
In clean installations I get the error above, but nevertheless it lets me move forward. When I visit my index.php it hits me: Fatal error: Class 'Config' not found in /storage/emulated/legacy/htdocs/users/init.php on line 53
11-15-2017, 03:36 PM
Hmm. That is very weird, but very helpful. That's a strange place for things to stop working. It would be extremely helpful if you'd let us kind of use you as a test case to figure out what's up. Can you tell me a little bit more about your hosting provider/server config?
If you're having this problem, someone else is likely to also. Just curious. Have you tried upgrading your existing 4.2 with the latest 4.3.2? I fixed a ton of compatibility issues on that release.
11-16-2017, 11:48 AM
Hi, mudmin. The error that hits me is that the installer fails to import the data from the settings table. Try all the possible php and mysql versions. I would like you to do a clean installation and export the entire database for me.
11-16-2017, 02:20 PM
Sure. I'd be happy to help.
11-16-2017, 05:57 PM
Hi Shoropio, I had the same problem. My solution was to get the release from mudmin.screenshot Here is the download link from this git version: https://github.com/mudmin/UserSpice43dev...8aaf6f.zip I can be wrong, but the SQL from last push has some problems. |