Jump to content

Buzzydan

Newbie
  • Posts

    3
  • Joined

  • Last visited

Profile Information

  • Language
    English
  • Software
    Other
  • Version
    3.4

Buzzydan's Achievements

Newbie

Newbie (1/14)

  • First Post
  • Week One Done
  • One Month Later
  • One Year In
  • Conversation Starter Rare

Recent Badges

0

Reputation

  1. 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
  2. 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';
  3. 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
×
×
  • Create New...