Buzzydan 0 Posted October 2, 2019 Share Posted October 2, 2019 Hi. I did upgrade my IPB 3.4 to IPB 4.3 yesterday. I ran the IPS UTF8 Converter before and all table was converted successfully. I did copy all IPB 4.3 files/folders to the root of IPB 3.4. I had no choice to do this way because I can't log anymore to ACP on 3.4.. Got some errors Warning: require_once(/home/xxx/public_html/forum.com/forum/admin/applications/core/modules_admin/login/manualResolver.php): failed to open stream: No such file or directory in /home/xxxx/public_html/forum.com/forum/admin/sources/base/core.php on line 1188Fatal error: require_once(): Failed opening required '/home/xxx/public_html/forum.com/forum/admin/applications/core/modules_admin/login/manualResolver.php' (include_path='.:/opt/cpanel/ea-php56/root/usr/share/pear:/home/xxx/public_html/forum.com/forum/ips_kernel/') in /home/xxx/public_html/forum.com/forum/admin/sources/base/core.php on line 1188 So, what I did .. Copied all files/folders to my laptop and ran WAMP Added original database to WAMP Change PHP version to 7.0.33 Ran IPS UTF8 Converter Upload all files/folders from IPB 4.3 folders to WAMP Now, when I try to log to my forum, I got this error 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. If I try to log to AdminCP, I got this error An error occurred (500 Error) We're sorry, but a temporary technical error has occurred which means we cannot display this site right now. Table 'xxx_forum221.x_utf_ibf_core_sys_conf_settings' doesn't exist You can try again by clicking the button below, or try again later. I'm lost... Did I miss something ?.. I'm not a guru in mysql or PHP.. Is someone can help me please ? Thanks Link to comment Share on other sites More sharing options...
S!r.ReaDy 120 Posted October 2, 2019 Share Posted October 2, 2019 Try first to upgrade your forum to 4.0.0, if it's successful, upgrade to 4.3. Link to comment Share on other sites More sharing options...
Buzzydan 0 Posted October 3, 2019 Author Share Posted October 3, 2019 Hi S!r.ReaDy. Thanks for the reply. I did and got the same error. I have check in config_global.php and the only difference is INFO['sql_tbl_prefix'] = 'ibf_'; changed to $INFO['sql_tbl_prefix'] = 'x_utf_ibf_'; Added in new config_global.php $INFO['sql_charset'] = 'utf8'; Changed default Board URL to $INFO['board_url'] = 'http://localhost/forumtest/index.php'; Link to comment Share on other sites More sharing options...
Buzzydan 0 Posted October 5, 2019 Author Share Posted October 5, 2019 (edited) I was able to fix this by changing PHP version to 7.3 Now, when I try to do the update, I got this error Call to undefined method IPS\Image::canWriteText() Any idea why ? Thanks Edited October 5, 2019 by Buzzydan Link to comment Share on other sites More sharing options...
S!r.ReaDy 120 Posted October 5, 2019 Share Posted October 5, 2019 https://invisioncommunity.com/news/product-updates/invision-community-42-r1030/page/3/?tab=comments#comment-203149This indicates a file is out of date, and the full file package needs to be reuploaded (specifically in this case, system/Image/Image.php needs to be reuploaded, but anytime a single file is not updated I recommend reuploading the full package). Try. Link to comment Share on other sites More sharing options...
Corona 15 Posted October 14, 2019 Share Posted October 14, 2019 For IPS 4.3 use PHP 7.2 If upgrade to IPS 4.4 then you can use PHP 7.3 Link to comment Share on other sites More sharing options...
Recommended Posts