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

Home » FUDforum » FUDforum Installation Issues » Upgrading to 2.6.13RC2
Show: Today's Messages :: Polls :: Message Navigator
Switch to threaded view of this topic Create a new topic Submit Reply
Upgrading to 2.6.13RC2 [message #24990] Sat, 21 May 2005 05:36 Go to next message
leecovuk is currently offline  leecovuk   United Kingdom
Messages: 43
Registered: May 2005
Karma: 0
Member
hello,

(yes me again, over here this time)

Tried upgrading but for some reason it went wrong;
When the upgrade.php was run the 'pop up' appeared but to a non existant web page. I then looked at the original page, and clicked on the link 'click here if you did not see the pop up window' and then I seemed to lose all my forum on the web.
If my forum was live this would of course been a bit awkward.
I didn't think I would have any chance / success of getting it back, so just deleted the whole lot including database and did a fresh install of 2.6.13RC2

One problem I've so far found, is when clicking on the 'Test Category' link on the web, (which I have renamed to something else in Category/Forum Manager) I get an error page showing the text below. When this first happened I thought I had probably lost my whole forum again, but luckily not.

Warning: implode(): Bad arguments. in /usr/home/incel/public_html/forums/theme/default/index.php on line 188
(/usr/home/incel/public_html/forums/index.php:130
/usr/home/incel/public_html/forums/theme/default/index.php:188
/usr/home/incel/public_html/forums/index.php:1182
) 1064: You have an error in your SQL syntax. Check the manual that corresponds to your MySQL server version for the right syntax to use near ') ORDER BY v.id' at line 12
Query: SELECT m.subject, m.id, m.post_stamp, u.id, u.alias, f.cat_id, f.forum_icon, f.id, f.last_post_id, f.moderators, f.name, f.descr, f.post_count, f.thread_count, fr.last_view, mo.id, CASE WHEN g2.group_cache_opt IS NULL THEN g1.group_cache_opt ELSE g2.group_cache_opt END AS group_cache_opt, c.cat_opt & 4 FROM fud26_fc_view v INNER JOIN fud26_cat c ON c.id=v.c INNER JOIN fud26_forum f ON f.id=v.f INNER JOIN fud26_group_cache g1 ON g1.user_id=2147483647 AND g1.resource_id=f.id LEFT JOIN fud26_msg m ON f.last_post_id=m.id LEFT JOIN fud26_users u ON u.id=m.poster_id LEFT JOIN fud26_forum_read fr ON fr.forum_id=f.id AND fr.user_id=2 LEFT JOIN fud26_mod mo ON mo.user_id=2 AND mo.forum_id=f.id LEFT JOIN fud26_group_cache g2 ON g2.user_id=2 AND g2.resource_id=f.id WHERE v.c IN() ORDER BY v.id
_GET: t=index&cat=1&c=&S=0850a1cbedee136c062678cc930d618d&SQ=1063 8812cfb5ca120dc71b44cc0398c1&
Server Version: 4.0.21
[Referring Page] http://www.incelsite.com/forums/index.php?S=0850a1cbedee136c062678cc930d618 d&SQ=00a92aa25755fa5821177857b51342c9
Re: Upgrading to 2.6.13RC2 [message #24993 is a reply to message #24990] Sat, 21 May 2005 14:27 Go to previous messageGo to next message
Ilia is currently offline  Ilia   Canada
Messages: 13241
Registered: January 2002
Karma: 0
Senior Member
Administrator
Core Developer
This patch will fix the problem:
http://cvs.prohost.org/c/index.cgi/FUDforum/chngview?cn=3525

As far as the blank page, I am 99% certain the forum was still there and could've been recovered had you not deleted it.


FUDforum Core Developer
Re: Upgrading to 2.6.13RC2 [message #24998 is a reply to message #24993] Sat, 21 May 2005 18:34 Go to previous messageGo to next message
leecovuk is currently offline  leecovuk   United Kingdom
Messages: 43
Registered: May 2005
Karma: 0
Member
thankyou;

I assume my problem with the forum apparently vanishing was permissions suddenly changing? Is there a general technique / first step to try when this kind of thing happens?

As for the category patch, what do I actually do with it? is it a diff? I only loosely understand such things and don't know how to manually do them.
I am ok with ftp of course, and manually changing code sections where and when specifically told to.

thankyou.



Re: Upgrading to 2.6.13RC2 [message #24999 is a reply to message #24998] Sat, 21 May 2005 18:42 Go to previous messageGo to next message
Ilia is currently offline  Ilia   Canada
Messages: 13241
Registered: January 2002
Karma: 0
Senior Member
Administrator
Core Developer
There is a link there to download the complete version of the file, if you do that all you need is to replace it and then rebuild the theme followed by consistency checker run.

FUDforum Core Developer
Re: Upgrading to 2.6.13RC2 [message #25001 is a reply to message #24999] Sat, 21 May 2005 19:33 Go to previous messageGo to next message
leecovuk is currently offline  leecovuk   United Kingdom
Messages: 43
Registered: May 2005
Karma: 0
Member
great thanks, success.

This is not a criticism but I am finding the Fud way of files/design a bit 'techy', but I am getting used to it. I am just an operator with little or no unix knowledge or shell/command line access, happy with 'run this one script in your c panel and everything will happen for you' !

btw, I assume this is not possible, but ideally I don't want my forums to be inside any 'category' at all. I tried to avoid using any categories but it seemed impossible. Not a big deal but have I missed something?

thankyou.


Re: Upgrading to 2.6.13RC2 [message #25003 is a reply to message #25001] Sat, 21 May 2005 20:40 Go to previous messageGo to next message
Ilia is currently offline  Ilia   Canada
Messages: 13241
Registered: January 2002
Karma: 0
Senior Member
Administrator
Core Developer
You cannot avoid categories, the best you can do is stick everything into one category and modify front page not to display category entries.

FUDforum Core Developer
Re: Upgrading to 2.6.13RC2 [message #25004 is a reply to message #25003] Sat, 21 May 2005 21:02 Go to previous messageGo to next message
leecovuk is currently offline  leecovuk   United Kingdom
Messages: 43
Registered: May 2005
Karma: 0
Member
ok, thanks.
Re: Upgrading to 2.6.13RC2 [message #25013 is a reply to message #24990] Sun, 22 May 2005 07:22 Go to previous messageGo to next message
leecovuk is currently offline  leecovuk   United Kingdom
Messages: 43
Registered: May 2005
Karma: 0
Member
I'm not 100% sure if I am going mad, or maybe the web browser / cookies (?) are confusing me, but I think my chosen catgeory setting of 'open' is being diplayed as 'collapsed'.
It seems it may be displayed differently with respect to whether the viewer is anonymous, standard user or admin.

As I say, I'm a little confused ... does anyone else find this in any particular browser? I mention browsers because my main one is Firefox which quite often catches me out regarding how it seems to cache / refresh a little differently to IE6.

Unfortunately I don't recall if this was the same before applying the patch referred to earlier in this thread.

many thanks.

PS
Are there any known Fudforum browser compatibility issues between IE6 and Firefox, for example?
Re: Upgrading to 2.6.13RC2 [message #25014 is a reply to message #25013] Sun, 22 May 2005 16:00 Go to previous messageGo to next message
Ilia is currently offline  Ilia   Canada
Messages: 13241
Registered: January 2002
Karma: 0
Senior Member
Administrator
Core Developer
The category collapse status is stored for registered users, so if let's say you collapsed a category, on your return visit the category would remain collapsed until you manually expand it.

FUDforum Core Developer
Re: Upgrading to 2.6.13RC2 [message #25017 is a reply to message #25014] Sun, 22 May 2005 16:08 Go to previous message
leecovuk is currently offline  leecovuk   United Kingdom
Messages: 43
Registered: May 2005
Karma: 0
Member
ok thanks Ilia, I'll try to get used to it. Not a big deal.

btw I'm sure you haven't, but just checking you haven't forgotten about the text formatting things I mailed you about yesterday. Obviously you may well have been having a life, so no rush of course.
  Switch to threaded view of this topic Create a new topic Submit Reply
Previous Topic: Logo into forum's header
Next Topic: I can´t install the forum
Goto Forum:
  

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

Current Time: Mon Jul 08 15:57:32 GMT 2024

Total time taken to generate the page: 0.02580 seconds