FUDforum
Fast Uncompromising Discussions. FUDforum will get your users talking.

Home » FUDforum » FUDforum Installation Issues » Upgrading 3.0.0 -> 3.0.4 Error
Show: Today's Messages :: Polls :: Message Navigator
Switch to threaded view of this topic Create a new topic Submit Reply
Upgrading 3.0.0 -> 3.0.4 Error [message #167668] Sun, 26 August 2012 14:14 Go to next message
ToniCE is currently offline  ToniCE   Germany
Messages: 22
Registered: January 2008
Location: Germany
Karma: 0
Junior Member

When i'm running upgrade.php i get the following error:
Fatal error: Call to undefined function stricmp() in ****/upgrade.php on line 600

Any ideas or hints?

The forum itself runs without problems since upgrade to 3.0.0 Smile

Some system info:
FUDforum version: 3.0.0
PHP version: 5.3.9-pl0-gentoo
Database type: mysql (mysql)
Database version: 5.1.56-log
Web server: Apache
Web server to PHP interface: cgi-fcgi
Relevant PHP settings:
Safe mode: OFF
Open basedir: none
Display errors: ON
File uploads: ON
Maximum file upload size: 2M
Magic quotes: ON
Register globals: OFF
Output buffering: No
Disabled functions: none
PSpell support: Yes
Zlib support: Yes
Re: Upgrading 3.0.0 -> 3.0.4 Error [message #167669 is a reply to message #167668] Sun, 26 August 2012 15:06 Go to previous messageGo to next message
naudefj is currently offline  naudefj   South Africa
Messages: 3771
Registered: December 2004
Karma: 28
Senior Member
Administrator
Core Developer
Looks like the problem was introduced with this patch:
http://sourceforge.net/apps/trac/fudforum/changeset/5516

Please change stricmp() to strcasecmp() and let us know it solves the problem.

Aw: Re: Upgrading 3.0.0 -> 3.0.4 Error [message #167670 is a reply to message #167669] Sun, 26 August 2012 16:02 Go to previous messageGo to next message
ToniCE is currently offline  ToniCE   Germany
Messages: 22
Registered: January 2008
Location: Germany
Karma: 0
Junior Member

Changes solved the problem, now I have a new one... Sad

Disabling the forum.
Forum is now disabled.
Rename directory default/i18n/lithuanian to lt
...
SQL upgrades completed.

Fatal error: Call to undefined function q_limit() in /local/sites/service/de/slackforum/www/htdocs/forum/upgrade.php on line 1014


Help pls. Smile
Re: Aw: Re: Upgrading 3.0.0 -> 3.0.4 Error [message #167671 is a reply to message #167670] Sun, 26 August 2012 16:38 Go to previous messageGo to next message
naudefj is currently offline  naudefj   South Africa
Messages: 3771
Registered: December 2004
Karma: 28
Senior Member
Administrator
Core Developer
Please try to run it again. It should pick up the latest DB driver the second time.
Another posibility is that you're using an old 'fudforum_archive' file.
Aw: Re: Aw: Re: Upgrading 3.0.0 -> 3.0.4 Error [message #167672 is a reply to message #167671] Sun, 26 August 2012 16:44 Go to previous messageGo to next message
ToniCE is currently offline  ToniCE   Germany
Messages: 22
Registered: January 2008
Location: Germany
Karma: 0
Junior Member

Thx, worked!

For Step 3 i had to change permission for /forum/adm but then it worked too.

Hope everything works now and i'm running an up-to-date FUDforum... Smile

[EDIT:]
Had to disable my custom theme... have to create a new one. That was planned in the future, now it has priority. Very Happy

[Updated on: Sun, 26 August 2012 16:55]

Report message to a moderator

Re: Upgrading 3.0.0 -> 3.0.4 Error [message #167677 is a reply to message #167669] Thu, 30 August 2012 01:33 Go to previous messageGo to next message
NeXuS is currently offline  NeXuS   Korea, Republic of
Messages: 121
Registered: July 2010
Location: South Korea
Karma: 5
Senior Member
Contributing Core Developer
naudefj wrote on Mon, 27 August 2012 00:06
Looks like the problem was introduced with this patch:
http://sourceforge.net/apps/trac/fudforum/changeset/5516

Please change stricmp() to strcasecmp() and let us know it solves the problem.



Damn... I hate when I get all mixed up with C. Sorry.
Re: Upgrading 3.0.0 -> 3.0.4 Error [message #167678 is a reply to message #167677] Thu, 30 August 2012 01:39 Go to previous messageGo to next message
NeXuS is currently offline  NeXuS   Korea, Republic of
Messages: 121
Registered: July 2010
Location: South Korea
Karma: 5
Senior Member
Contributing Core Developer
Corrected and committed. Frank, do you want me to do a 3.4.1 minor release for this bugfix?
Re: Upgrading 3.0.0 -> 3.0.4 Error [message #167685 is a reply to message #167678] Thu, 30 August 2012 05:53 Go to previous messageGo to next message
naudefj is currently offline  naudefj   South Africa
Messages: 3771
Registered: December 2004
Karma: 28
Senior Member
Administrator
Core Developer
Please go head. Version should be either 3.0.4.1 or 3.0.5.
Re: Upgrading 3.0.0 -> 3.0.4 Error [message #167686 is a reply to message #167685] Thu, 30 August 2012 05:55 Go to previous messageGo to next message
NeXuS is currently offline  NeXuS
Messages: 121
Registered: July 2010
Location: South Korea
Karma: 5
Senior Member
Contributing Core Developer
naudefj wrote on Thu, 30 August 2012 14:53
Version should be either 3.0.4.1


Yeah, that's what I meant. I'll prepare, double check and release later today, then.
Re: Upgrading 3.0.0 -> 3.0.4 Error [message #167691 is a reply to message #167686] Thu, 30 August 2012 06:27 Go to previous messageGo to next message
naudefj is currently offline  naudefj   South Africa
Messages: 3771
Registered: December 2004
Karma: 28
Senior Member
Administrator
Core Developer
Siebrand committed a bunch of translation updates. It will be good if we can include them into the new release. Also, we should probably apply all changes to both trunc and the 'CodeIgniter' branch?
Re: Upgrading 3.0.0 -> 3.0.4 Error [message #167692 is a reply to message #167691] Thu, 30 August 2012 06:31 Go to previous messageGo to next message
NeXuS is currently offline  NeXuS   Korea, Republic of
Messages: 121
Registered: July 2010
Location: South Korea
Karma: 5
Senior Member
Contributing Core Developer
Will include translation updates as well.

Regarding the CI branch I am still pretty far away from localization, but changes will definitely be ported over.

I was thinking that, when the CI version is ready for release, we could enforce the updater to work only with the latest non-CI version of FUDf, so to have a simpler script.
Re: Upgrading 3.0.0 -> 3.0.4 Error [message #168754 is a reply to message #167669] Mon, 15 July 2013 11:51 Go to previous messageGo to next message
now_what is currently offline  now_what
Messages: 6
Registered: July 2013
Karma: 0
Junior Member
it fixes this particular problem, but there are others.
Re: Upgrading 3.0.0 -> 3.0.4 Error [message #168764 is a reply to message #168754] Fri, 19 July 2013 14:43 Go to previous message
naudefj is currently offline  naudefj   South Africa
Messages: 3771
Registered: December 2004
Karma: 28
Senior Member
Administrator
Core Developer
now_what wrote on Mon, 15 July 2013 13:51
it fixes this particular problem, but there are others.


Like what, or are you just spamming our forum?
  Switch to threaded view of this topic Create a new topic Submit Reply
Previous Topic: "Skip atmp_consist is not a FUDforum table!"
Next Topic: Can't get rid of index.php
Goto Forum:
  

-=] Back to Top [=-
[ Syndicate this forum (XML) ] [ RSS ]

Current Time: Fri Mar 29 13:54:48 GMT 2024

Total time taken to generate the page: 0.02759 seconds