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.1.2-1ubuntu2.18 (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: settings Code: id Code: recaptcha Code: force_ssl Code: css_sample Code: us_css1 Code: us_css2 Code: us_css3 Code: site_name Code: language Code: track_guest Code: site_offline Code: force_pr Code: glogin Code: fblogin Code: gid Code: gsecret Code: gredirect Code: ghome Code: fbid Code: fbsecret Code: fbcallback Code: graph_ver Code: finalredir Code: req_cap Code: req_num Code: min_pw Code: max_pw Code: min_un Code: max_un Code: messaging Code: snooping Code: echouser Code: wys Code: change_un Code: backup_dest Code: backup_source Code: backup_table Code: msg_notification Code: permission_restriction Code: auto_assign_un Code: page_permission_restriction Code: msg_blocked_users Code: msg_default_to Code: notifications Code: notif_daylimit Code: recap_public Code: recap_private Code: page_default_private Code: navigation_type Code: copyright Code: custom_settings Code: system_announcement Error performing query ' INSERT INTO Code: settings Code: id Code: recaptcha Code: force_ssl Code: css_sample Code: us_css1 Code: us_css2 Code: us_css3 Code: site_name Code: language Code: track_guest Code: site_offline Code: force_pr Code: glogin Code: fblogin Code: gid Code: gsecret Code: gredirect Code: ghome Code: fbid Code: fbsecret Code: fbcallback Code: graph_ver Code: finalredir Code: req_cap Code: req_num Code: min_pw Code: max_pw Code: min_un Code: max_un Code: messaging Code: snooping Code: echouser Code: wys Code: change_un Code: backup_dest Code: backup_source Code: backup_table Code: msg_notification Code: permission_restriction Code: auto_assign_un Code: page_permission_restriction Code: msg_blocked_users Code: msg_default_to Code: notifications Code: notif_daylimit Code: recap_public Code: recap_private Code: page_default_private Code: navigation_type Code: copyright Code: custom_settings Error performing query ' ALTER TABLE Code: settings Code: id Error performing query 'ALTER TABLE Code: settings Code: id Tables 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. |