Jump to content

Upgrading from 3.4 to 4.3


Buzzydan

Recommended Posts

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 1188

Fatal 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

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

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()

Error.thumb.png.28c96a290450f7ed69b4dabbf7afa93a.png

Any idea why ?

Thanks

Edited by Buzzydan
Link to comment
Share on other sites

https://invisioncommunity.com/news/product-updates/invision-community-42-r1030/page/3/?tab=comments#comment-203149

This 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

  • 2 weeks later...
Guest
This topic is now closed to further replies.
×
×
  • Create New...