Jump to content
You are viewing a curated collection of the most significant posts in this topic.

Featured Replies

Posted

Hello,

During upgrade, I am getting below error:

Unknown column 'word_plugin' in 'field list'
/home/xxx/public_html/forums/system/Lang/Lang.php::350

REPLACE INTO `core_sys_lang_words` ( `lang_id`, `word_app`, `word_plugin`, `word_key`, `word_default`, `word_custom`, `word_js`, `word_export` ) VALUES ( ?, ?, ?, ?, ?, ?, ?, ? )

Help please on how to fix it? Thanks

Update: I added the column manually but now i get this:

Field 'word_pack' doesn't have a default value
/home/xxx/public_html/forums/system/Lang/Lang.php::350

REPLACE INTO `core_sys_lang_words` ( `lang_id`, `word_app`, `word_plugin`, `word_key`, `word_default`, `word_custom`, `word_js`, `word_export` ) VALUES ( ?, ?, ?, ?, ?, ?, ?, ? )

Edited by AlexJ

  • Community Expert

It sounds like there is an issue creating these columns/tables in your database, you may wish to investigate that.

However, I am very sorry, but version 3.x is no longer supported, including upgrades. I have moved this topic to our community support forum so you can receive assistance from other administrators. 

  • Author
 

Can't find file: './xxx/members.frm' (errno: 2 - No such file or directory)
/home/xxxx/public_html/forums/applications/core/setup/upg_40000/upgrade.php::42

@Miss_B  This is the error, which I am stuck on. Any thoughts on how to fix it? 

 

 

Hi @AlexJ,

I am just letting you know the only way to have these files are if you retained them before upgrading. We do not provide previous versions of our software, unfortunately.

  • Community Expert
 

I guess I’m confused here… 4.7.3 uses the same exact upgrade scripts from 3.X. It’s incremental and takes the older ones and steps them up with next version changes. So the files related to old version are going to be the same. What are you gaining by this?

Also IPB has never distributed old versions of the software.  Even back in the 3.X and 2.X days… old versions were not available after a new one was released. This is by no means new or different. 

In an earlier reply I suggested testing with a version up to 4.7.3 and PHP 7.4 (as long as they had the files). With PHP 8 being much more strict, legacy upgrades are throwing all kinds of new errors for code that previously simply failed and/or worked silently.

Edited by teraßyte

Recently Browsing 0

  • No registered users viewing this page.