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

Home » FUDforum » FUDforum Installation Issues » Problem with private messaging
Show: Today's Messages :: Polls :: Message Navigator
Switch to threaded view of this topic Create a new topic Submit Reply
Problem with private messaging [message #21563] Fri, 03 December 2004 21:39 Go to next message
Mathieu is currently offline  Mathieu   France
Messages: 47
Registered: December 2004
Karma: 0
Member
I'm trying to make a recently transferred forum work on a new server. The FUDforum version is 2.3.5.

Everything seems to work all right: I can post messages, edit them, send an e-mail... But I have a problem with private messaging.

I can read old PMs, but when I try to send a private message, or if I store it in the drafts folder, then I get an empty message.

However, if I look at the file containing all private messages, I can read the message. The problem is in the table "fud23_pmsg": everything seems OK, but the private message length stored in it is zero, which explains why I get an empty message!

So, I'm trying to understand why this is happening: all forum files are owned by user and group Apache run as (nobody), the messages directory permissions are set to 700, the permissions of the files containing private messages and forum messages are both set to 600.

Please, could someone try to help me?

Mathieu
Re: Problem with private messaging [message #21564 is a reply to message #21563] Fri, 03 December 2004 21:44 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
Have you considered updating to a slightly newer release? Wink

Sounds like a bug in the message writing function that calculates the message length.


FUDforum Core Developer
Re: Problem with private messaging [message #21569 is a reply to message #21564] Fri, 03 December 2004 22:59 Go to previous messageGo to next message
Mathieu is currently offline  Mathieu   France
Messages: 47
Registered: December 2004
Karma: 0
Member
I've considered upgrading to a newer release. But, can you assure me I won't have any problem while upgrading?

And, what must I do with these private messages which are stored with a wrong length of zero? May this be a problem for the upgrade?
Re: Problem with private messaging [message #21572 is a reply to message #21569] Sat, 04 December 2004 02:03 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 messages will be ignored.

As far as problems with an upgrade most people don't have any however once in a while some system setting causes an issue. However, in most situations it is perfectly safe, even more so if you do a backup of the forum 1st so you have a quick restore path.


FUDforum Core Developer
Re: Problem with private messaging [message #21580 is a reply to message #21572] Sun, 05 December 2004 11:53 Go to previous messageGo to next message
Mathieu is currently offline  Mathieu   France
Messages: 47
Registered: December 2004
Karma: 0
Member
I did a backup of the forum, and I launched the upgrade script for the latest stable release of the forum: 2.6.8.

The problem is I have a MySQL error when beginning the SQL upgrades:

Beginning SQL Upgrades
MySQL Error: #1062 (Duplicate entry '2147483647' for key 1): ALTER TABLE fud23_action_log CHANGE id id INT NOT NULL AUTO_INCREMENT

What can I do in order to correct this?
Re: Problem with private messaging [message #21581 is a reply to message #21580] Sun, 05 December 2004 17:19 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 can safely remove all data from that table.

DELETE FROM fud23_action_log;

query would take care of that for you.


FUDforum Core Developer
Re: Problem with private messaging [message #21582 is a reply to message #21581] Sun, 05 December 2004 17:43 Go to previous messageGo to next message
Mathieu is currently offline  Mathieu   France
Messages: 47
Registered: December 2004
Karma: 0
Member
I have removed all entries in this table.

I've relauched the upgrade script, but for the moment I have no response from the server (The requested URL could not be retrieved).

How will I know if everything went on properly?
Re: Problem with private messaging [message #21583 is a reply to message #21582] Sun, 05 December 2004 18:05 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
Well, the upgrade script is going to run for a while since it needs to many things for a forum this old. You can re-run it again, until you get a success output.

FUDforum Core Developer
Re: Problem with private messaging [message #21585 is a reply to message #21583] Sun, 05 December 2004 19:37 Go to previous messageGo to next message
Mathieu is currently offline  Mathieu   France
Messages: 47
Registered: December 2004
Karma: 0
Member
All right, I've relaunched the upgrade script, and it's asking my admin login and password. Should I try to restart the upgrade process?

I've looked at the tables: "fud23_action_log" is still empty, and I have 49 tables in the database (it seems not to have changed for a while).

And by the way, what is the best answer to the question the upgrade script asks before starting "Have you manually modified FUDforum's SQL structure? (leave unchecked if unsure)". I know I modified something in the database of course, but is it better to answer "yes" or "no" in my case?
Re: Problem with private messaging [message #21586 is a reply to message #21585] Sun, 05 December 2004 20:09 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
If you modified the database structure of the forum such as adding new fields to tables, you should definately check that option.

FUDforum Core Developer
Re: Problem with private messaging [message #21588 is a reply to message #21586] Sun, 05 December 2004 21:21 Go to previous messageGo to next message
Mathieu is currently offline  Mathieu   France
Messages: 47
Registered: December 2004
Karma: 0
Member
I didn't modify the database structure: I don't think removing all entries in a table (fud23_action_log) changes the structure. So, unless someone else did, as I wasn't maintaining this forum on the old server, I chose not to use this option.

Here's what I get now:

Beginning SQL Upgrades
SQL Upgrades Complete
Creating Avatar Cache

Notice: Undefined offset: 6 in /home/www/htdocs/nolwenn/public_html/forum/upgrade.php on line 1252

Notice: Undefined offset: 6 in /home/www/htdocs/nolwenn/public_html/forum/upgrade.php on line 1253
Populating pdest field for private messages
Reserving id for anon users
Adding GLOBAL Variables
Compiling theme default
DUPE: SECTION -> approved_avatar_title found in /srv/www/htdocs/nolwenn/forumdata/thm/french/tmpl/avatar_msg.tmpl (now parsing /srv/www/htdocs/nolwenn/forumdata/thm/french/tmpl/users_adm.tmpl)

I have to tell you: srv is a symlink to home. I know this may be not really clean, but I wanted to have the same path as on the old server: there are three partitions on the new server hard drive, one for /home (the biggest one), one for /, and a swap partition.

Do you have any idea of what I should do now?

[Updated on: Sun, 05 December 2004 21:48]

Report message to a moderator

Re: Problem with private messaging [message #21589 is a reply to message #21588] Sun, 05 December 2004 23:19 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
Ok, you're just about done.

Remove the /srv/www/htdocs/nolwenn/forumdata/thm/french/tmpl/users_adm.tmpl file, go into the admin section of the forum and rebuild the theme.

If that goes without errors, then run the consistency checker, once that runs you are done.


FUDforum Core Developer
Re: Problem with private messaging [message #21590 is a reply to message #21589] Mon, 06 December 2004 00:10 Go to previous messageGo to next message
Mathieu is currently offline  Mathieu   France
Messages: 47
Registered: December 2004
Karma: 0
Member
Well, I'd like to remove this file, but it doesn't exist.

If you want, I give you the files I have in "/srv/www/htdocs/nolwenn/forumdata/thm/french/tmpl/":

ls -la
total 692
drwx--x--x 2 nobody nobody 4096 déc 5 21:49 .
drwxrwxrwx 5 nobody nobody 4096 mar 12 2003 ..
-rw-rw-rw- 1 nobody nobody 2479 déc 5 21:49 actions.tmpl
-rw-r--r-- 1 nobody nobody 944 déc 5 21:49 adm_acc.tmpl
-rw-rw-rw- 1 nobody nobody 2615 déc 5 21:49 admincp.tmpl
-rw-rw-rw- 1 nobody nobody 1095 déc 5 21:49 allowed_user_lnk.tmpl
-rw-rw-rw- 1 nobody nobody 631 déc 5 21:49 alt_var.tmpl
-rw-rw-rw- 1 nobody nobody 1044 déc 5 21:49 announcement.tmpl
-rw-rw-rw- 1 nobody nobody 629 déc 5 21:49 attach.tmpl
-rw-r--r-- 1 nobody nobody 953 déc 5 21:49 avatar_msg.tmpl
-rw-rw-rw- 1 nobody nobody 1931 déc 5 21:49 avatarsel.tmpl
-rw-rw-rw- 1 nobody nobody 4619 déc 5 21:49 buddy_list.tmpl
-rw-rw-rw- 1 nobody nobody 626 déc 5 21:49 buddy.tmpl
-rw-rw-rw- 1 nobody nobody 632 déc 5 21:49 cookies.tmpl
-rw-rw-rw- 1 nobody nobody 2554 déc 5 21:49 coppa_fax.tmpl
-rw-rw-rw- 1 nobody nobody 1438 déc 5 21:49 coppa.tmpl
-rw-rw-rw- 1 nobody nobody 755 déc 5 21:49 curtime.tmpl
-rw-r--r-- 1 nobody nobody 3285 déc 5 21:49 date_formats.tmpl
-rw-rw-rw- 1 nobody nobody 618 déc 5 21:49 db.tmpl
-rw-r--r-- 1 nobody nobody 1402 déc 5 21:49 draw_forum_path.tmpl
-rw-rw-rw- 1 nobody nobody 18277 déc 5 21:49 drawmsg.tmpl
-rw-rw-rw- 1 nobody nobody 2663 déc 5 21:49 draw_pager.tmpl
-rw-rw-rw- 1 nobody nobody 8923 déc 5 21:49 drawpmsg.tmpl
-rw-rw-rw- 1 nobody nobody 984 déc 5 21:49 draw_radio_opt.tmpl
-rw-rw-rw- 1 nobody nobody 969 déc 5 21:49 draw_select_opt.tmpl
-rw-rw-rw- 1 nobody nobody 872 déc 5 21:49 emailconf.tmpl
-rw-rw-rw- 1 nobody nobody 3939 déc 5 21:49 email.tmpl
-rw-r--r-- 1 nobody nobody 863 déc 5 21:49 errmsg.tmpl
-rw-rw-rw- 1 nobody nobody 1543 déc 5 21:49 error.tmpl
-rw-rw-rw- 1 nobody nobody 2356 déc 5 21:49 err.tmpl
-rw-rw-rw- 1 nobody nobody 629 déc 5 21:49 fileio.tmpl
-rw-rw-rw- 1 nobody nobody 5584 déc 5 21:49 finduser.tmpl
-rw-rw-rw- 1 nobody nobody 1239 déc 5 21:49 footer.tmpl
-rw-rw-rw- 1 nobody nobody 10352 déc 5 21:49 forum.css.tmpl
-rw-rw-rw- 1 nobody nobody 647 déc 5 21:49 forum_notify.tmpl
-rw-rw-rw- 1 nobody nobody 1731 déc 5 21:49 forumsel.tmpl
-rw-rw-rw- 1 nobody nobody 626 déc 5 21:49 forum.tmpl
-rw-rw-rw- 1 nobody nobody 1608 déc 5 21:49 get_cur_ppage.tmpl
-rw-rw-rw- 1 nobody nobody 692 déc 5 21:49 getfile.tmpl
-rw-rw-rw- 1 nobody nobody 8184 déc 5 21:49 groupmgr.tmpl
-rw-rw-rw- 1 nobody nobody 629 déc 5 21:49 groups.tmpl
-rw-rw-rw- 1 nobody nobody 1635 déc 5 21:49 header.tmpl
-rw-rw-rw- 1 nobody nobody 1775 déc 5 21:49 help_index.tmpl
-rw-rw-rw- 1 nobody nobody 3848 déc 5 21:49 iemail.tmpl
-rw-rw-rw- 1 nobody nobody 4465 déc 5 21:49 ignore_list.tmpl
-rw-rw-rw- 1 nobody nobody 629 déc 5 21:49 ignore.tmpl
-rw-rw-rw- 1 nobody nobody 852 déc 5 21:49 imsg_edt.tmpl
-rw-rw-rw- 1 nobody nobody 798 déc 5 21:49 imsg.tmpl
-rw-rw-rw- 1 nobody nobody 7420 déc 5 21:49 index.tmpl
-rw-rw-rw- 1 nobody nobody 627 déc 5 21:49 ipoll.tmpl
-rw-r--r-- 1 nobody nobody 2950 déc 5 21:49 ip.tmpl
-rw-rw-rw- 1 nobody nobody 672 déc 5 21:49 isearch.tmpl
-rw-rw-rw- 1 nobody nobody 635 déc 5 21:49 is_perms.tmpl
-rw-rw-rw- 1 nobody nobody 2058 déc 5 21:49 list_referers.tmpl
-rw-rw-rw- 1 nobody nobody 639 déc 5 21:49 logaction.tmpl
-rw-rw-rw- 1 nobody nobody 2475 déc 5 21:49 logedin.tmpl
-rw-rw-rw- 1 nobody nobody 3798 déc 5 21:49 login.tmpl
-rw-rw-rw- 1 nobody nobody 675 déc 5 21:49 markread.tmpl
-rw-r--r-- 1 nobody nobody 2604 déc 5 21:49 merge_th.tmpl
-rw-r--r-- 1 nobody nobody 2292 déc 5 21:49 messages
-rw-rw-rw- 1 nobody nobody 1551 déc 5 21:49 minimsg.tmpl
-rw-rw-rw- 1 nobody nobody 2763 déc 5 21:49 mklist.tmpl
-rw-rw-rw- 1 nobody nobody 2332 déc 5 21:49 mmod.tmpl
-rw-r--r-- 1 nobody nobody 5749 déc 5 21:49 mnav.tmpl
-rw-rw-rw- 1 nobody nobody 2125 déc 5 21:49 modque.tmpl
-rw-rw-rw- 1 nobody nobody 7828 déc 5 21:49 msg.tmpl
-rw-rw-rw- 1 nobody nobody 2497 déc 5 21:49 mvthread.tmpl
-rw-rw-rw- 1 nobody nobody 2253 déc 5 21:49 online_today.tmpl
-rw-r--r-- 1 nobody nobody 713 déc 5 21:49 pdf.tmpl
-rw-rw-rw- 1 nobody nobody 8688 déc 5 21:49 pmsg.tmpl
-rw-rw-rw- 1 nobody nobody 1658 déc 5 21:49 pmsg_view.tmpl
-rw-rw-rw- 1 nobody nobody 1953 déc 5 21:49 pmuserloc.tmpl
-rw-rw-rw- 1 nobody nobody 2991 déc 5 21:49 polllist.tmpl
-rw-rw-rw- 1 nobody nobody 5777 déc 5 21:49 poll.tmpl
-rw-rw-rw- 1 nobody nobody 1958 déc 5 21:49 postcheck.tmpl
-rw-r--r-- 1 nobody nobody 9687 déc 5 21:49 post_common.tmpl
-rw-rw-rw- 1 nobody nobody 1738 déc 5 21:49 post_opt.tmpl
-rw-rw-rw- 1 nobody nobody 798 déc 5 21:49 post_proc.tmpl
-rw-rw-rw- 1 nobody nobody 13222 déc 5 21:49 post.tmpl
-rw-rw-rw- 1 nobody nobody 9026 déc 5 21:49 ppost.tmpl
-rw-rw-rw- 1 nobody nobody 1695 déc 5 21:49 pre_reg.tmpl
-rw-rw-rw- 1 nobody nobody 907 déc 5 21:49 private.tmpl
-rw-rw-rw- 1 nobody nobody 2109 déc 5 21:49 qbud.tmpl
-rw-rw-rw- 1 nobody nobody 1728 déc 5 21:49 quicklogin.tmpl
-rw-rw-rw- 1 nobody nobody 681 déc 5 21:49 ratethread.tmpl
-rw-r--r-- 1 nobody nobody 723 déc 5 21:49 rdf.tmpl
-rw-rw-rw- 1 nobody nobody 2890 déc 5 21:49 referals.tmpl
-rw-r--r-- 1 nobody nobody 1485 déc 5 21:49 reg_conf.tmpl
-rw-rw-rw- 1 nobody nobody 19142 déc 5 21:49 register.tmpl
-rw-rw-rw- 1 nobody nobody 3904 déc 5 21:49 remail.tmpl
-rw-rw-rw- 1 nobody nobody 633 déc 5 21:49 replace.tmpl
-rw-rw-rw- 1 nobody nobody 2593 déc 5 21:49 reported.tmpl
-rw-rw-rw- 1 nobody nobody 2634 déc 5 21:49 report.tmpl
-rw-rw-rw- 1 nobody nobody 2638 déc 5 21:49 reset.tmpl
-rw-rw-rw- 1 nobody nobody 629 déc 5 21:49 return.tmpl
-rw-rw-rw- 1 nobody nobody 632 déc 5 21:49 rev_fmt.tmpl
-rw-rw-rw- 1 nobody nobody 626 déc 5 21:49 rhost.tmpl
-rw-rw-rw- 1 nobody nobody 691 déc 5 21:49 root_index.tmpl
-rw-rw-rw- 1 nobody nobody 2135 déc 5 21:49 rpasswd.tmpl
-rw-r--r-- 1 nobody nobody 938 déc 5 21:49 rst.tmpl
-rw-r--r-- 1 nobody nobody 1100 déc 5 21:49 search_forum_sel.tmpl
-rw-rw-rw- 1 nobody nobody 4920 déc 5 21:49 search.tmpl
-rw-rw-rw- 1 nobody nobody 635 déc 5 21:49 security.tmpl
-rw-rw-rw- 1 nobody nobody 4205 déc 5 21:49 selmsg.tmpl
-rw-rw-rw- 1 nobody nobody 2509 déc 5 21:49 showposts.tmpl
-rw-rw-rw- 1 nobody nobody 2015 déc 5 21:49 show.tmpl
-rw-rw-rw- 1 nobody nobody 630 déc 5 21:49 smiley.tmpl
-rw-rw-rw- 1 nobody nobody 1409 déc 5 21:49 smladd.tmpl
-rw-rw-rw- 1 nobody nobody 49 mar 12 2003 smtp.tmpl
-rw-rw-rw- 1 nobody nobody 682 déc 5 21:49 spell.tmpl
-rw-rw-rw- 1 nobody nobody 3257 déc 5 21:49 split_th.tmpl
-rw-rw-rw- 1 nobody nobody 679 déc 5 21:49 ssu.tmpl
-rw-rw-rw- 1 nobody nobody 954 déc 5 21:49 stats.tmpl
-rw-rw-rw- 1 nobody nobody 2848 déc 5 21:49 subscribed.tmpl
-rw-rw-rw- 1 nobody nobody 1543 déc 5 21:49 tabs.tmpl
-rw-r--r-- 1 nobody nobody 629 déc 5 21:49 th_adm.tmpl
-rw-rw-rw- 1 nobody nobody 1225 déc 5 21:49 th_nav.tmpl
-rw-rw-rw- 1 nobody nobody 650 déc 5 21:49 thread_notify.tmpl
-rw-rw-rw- 1 nobody nobody 8191 déc 5 21:49 thread.tmpl
-rw-rw-rw- 1 nobody nobody 5050 déc 5 21:49 threadt.tmpl
-rw-r--r-- 1 nobody nobody 4583 déc 5 21:49 thread_view_common.tmpl
-rw-rw-rw- 1 nobody nobody 3364 déc 5 21:49 thr_exch.tmpl
-rw-rw-rw- 1 nobody nobody 767 déc 5 21:49 th.tmpl
-rw-rw-rw- 1 nobody nobody 655 déc 5 21:49 tmp_view.tmpl
-rw-rw-rw- 1 nobody nobody 10428 déc 5 21:49 tree.tmpl
-rw-rw-rw- 1 nobody nobody 616 déc 5 21:49 tz.tmpl
-rw-r--r-- 1 nobody nobody 7560 déc 5 21:49 uc.tmpl
-rw-r--r-- 1 nobody nobody 961 déc 5 21:49 ulink.tmpl
-rw-rw-rw- 1 nobody nobody 4189 déc 5 21:49 usercp.tmpl
-rw-rw-rw- 1 nobody nobody 657 déc 5 21:49 users_reg.tmpl
-rw-rw-rw- 1 nobody nobody 626 déc 5 21:49 users.tmpl
-rw-rw-rw- 1 nobody nobody 11753 déc 5 21:49 usrinfo.tmpl
-rw-rw-rw- 1 nobody nobody 635 déc 5 21:49 wordwrap.tmpl
Re: Problem with private messaging [message #21596 is a reply to message #21590] Mon, 06 December 2004 16:11 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
Please check the thm/default/tmpl directory for that file.

FUDforum Core Developer
Re: Problem with private messaging [message #21597 is a reply to message #21596] Mon, 06 December 2004 16:38 Go to previous messageGo to next message
Mathieu is currently offline  Mathieu   France
Messages: 47
Registered: December 2004
Karma: 0
Member
Well, I have this file in thm/default/tmpl directory, but it seems to come from the forum old release.

Here's the content of this directory:

ls -la
total 768
drwx--x--x 2 nobody nobody 4096 déc 5 12:27 .
drwx--x--x 5 nobody nobody 4096 fév 27 2003 ..
-rw------- 1 nobody nobody 2479 déc 5 12:27 actions.tmpl
-rw-r--r-- 1 nobody nobody 944 déc 5 12:27 adm_acc.tmpl
-rw------- 1 nobody nobody 2615 déc 5 12:27 admincp.tmpl
-rw------- 1 nobody nobody 1095 déc 5 12:27 allowed_user_lnk.tmpl
-rw------- 1 nobody nobody 825 fév 27 2003 allperms.tmpl
-rw------- 1 nobody nobody 631 déc 5 12:27 alt_var.tmpl
-rw------- 1 nobody nobody 1044 déc 5 12:27 announcement.tmpl
-rw------- 1 nobody nobody 629 déc 5 12:27 attach.tmpl
-rw-r--r-- 1 nobody nobody 953 déc 5 12:27 avatar_msg.tmpl
-rw------- 1 nobody nobody 1931 déc 5 12:27 avatarsel.tmpl
-rw------- 1 nobody nobody 818 fév 27 2003 avatar.tmpl
-rw------- 1 nobody nobody 4619 déc 5 12:27 buddy_list.tmpl
-rw------- 1 nobody nobody 626 déc 5 12:27 buddy.tmpl
-rw------- 1 nobody nobody 820 fév 27 2003 cat_adm.tmpl
-rw------- 1 nobody nobody 828 fév 27 2003 cat.tmpl
-rw------- 1 nobody nobody 632 déc 5 12:27 cookies.tmpl
-rw------- 1 nobody nobody 2554 déc 5 12:27 coppa_fax.tmpl
-rw------- 1 nobody nobody 1438 déc 5 12:27 coppa.tmpl
-rw------- 1 nobody nobody 755 déc 5 12:27 curtime.tmpl
-rw------- 1 nobody nobody 831 fév 27 2003 customtags.tmpl
-rw-r--r-- 1 nobody nobody 3285 déc 5 12:27 date_formats.tmpl
-rw------- 1 nobody nobody 618 déc 5 12:27 db.tmpl
-rw-r--r-- 1 nobody nobody 1402 déc 5 12:27 draw_forum_path.tmpl
-rw------- 1 nobody nobody 18277 déc 5 12:27 drawmsg.tmpl
-rw------- 1 nobody nobody 2663 déc 5 12:27 draw_pager.tmpl
-rw------- 1 nobody nobody 8923 déc 5 12:27 drawpmsg.tmpl
-rw------- 1 nobody nobody 984 déc 5 12:27 draw_radio_opt.tmpl
-rw------- 1 nobody nobody 969 déc 5 12:27 draw_select_opt.tmpl
-rw------- 1 nobody nobody 872 déc 5 12:27 emailconf.tmpl
-rw------- 1 nobody nobody 3939 déc 5 12:27 email.tmpl
-rw-r--r-- 1 nobody nobody 863 déc 5 12:27 errmsg.tmpl
-rw------- 1 nobody nobody 1543 déc 5 12:27 error.tmpl
-rw------- 1 nobody nobody 2356 déc 5 12:27 err.tmpl
-rw------- 1 nobody nobody 629 déc 5 12:27 fileio.tmpl
-rw------- 1 nobody nobody 5584 déc 5 12:27 finduser.tmpl
-rw------- 1 nobody nobody 1239 déc 5 12:27 footer.tmpl
-rw------- 1 nobody nobody 844 fév 27 2003 forum_adm.tmpl
-rw------- 1 nobody nobody 10352 déc 5 12:27 forum.css.tmpl
-rw------- 1 nobody nobody 647 déc 5 12:27 forum_notify.tmpl
-rw------- 1 nobody nobody 1731 déc 5 12:27 forumsel.tmpl
-rw------- 1 nobody nobody 626 déc 5 12:27 forum.tmpl
-rw------- 1 nobody nobody 1608 déc 5 12:27 get_cur_ppage.tmpl
-rw------- 1 nobody nobody 692 déc 5 12:27 getfile.tmpl
-rw------- 1 nobody nobody 8184 déc 5 12:27 groupmgr.tmpl
-rw------- 1 nobody nobody 629 déc 5 12:27 groups.tmpl
-rw------- 1 nobody nobody 1635 déc 5 12:27 header.tmpl
-rw------- 1 nobody nobody 1775 déc 5 12:27 help_index.tmpl
-rw------- 1 nobody nobody 3848 déc 5 12:27 iemail.tmpl
-rw------- 1 nobody nobody 4465 déc 5 12:27 ignore_list.tmpl
-rw------- 1 nobody nobody 629 déc 5 12:27 ignore.tmpl
-rw------- 1 nobody nobody 819 fév 27 2003 ilogin.tmpl
-rw------- 1 nobody nobody 852 déc 5 12:27 imsg_edt.tmpl
-rw------- 1 nobody nobody 798 déc 5 12:27 imsg.tmpl
-rw------- 1 nobody nobody 7420 déc 5 12:27 index.tmpl
-rw------- 1 nobody nobody 997 fév 27 2003 init_errors.tmpl
-rw------- 1 nobody nobody 825 fév 27 2003 ipfilter.tmpl
-rw------- 1 nobody nobody 627 déc 5 12:27 ipoll.tmpl
-rw-r--r-- 1 nobody nobody 2950 déc 5 12:27 ip.tmpl
-rw------- 1 nobody nobody 672 déc 5 12:27 isearch.tmpl
-rw------- 1 nobody nobody 635 déc 5 12:27 is_perms.tmpl
-rw------- 1 nobody nobody 2058 déc 5 12:27 list_referers.tmpl
-rw------- 1 nobody nobody 639 déc 5 12:27 logaction.tmpl
-rw------- 1 nobody nobody 2475 déc 5 12:27 logedin.tmpl
-rw------- 1 nobody nobody 3798 déc 5 12:27 login.tmpl
-rw------- 1 nobody nobody 675 déc 5 12:27 markread.tmpl
-rw-r--r-- 1 nobody nobody 2604 déc 5 12:27 merge_th.tmpl
-rw-r--r-- 1 nobody nobody 2292 déc 5 12:27 messages
-rw------- 1 nobody nobody 813 fév 27 2003 mime.tmpl
-rw------- 1 nobody nobody 1551 déc 5 12:27 minimsg.tmpl
-rw------- 1 nobody nobody 2763 déc 5 12:27 mklist.tmpl
-rw------- 1 nobody nobody 2332 déc 5 12:27 mmod.tmpl
-rw-r--r-- 1 nobody nobody 5749 déc 5 12:27 mnav.tmpl
-rw------- 1 nobody nobody 2125 déc 5 12:27 modque.tmpl
-rw------- 1 nobody nobody 828 fév 27 2003 msgreport.tmpl
-rw------- 1 nobody nobody 7828 déc 5 12:27 msg.tmpl
-rw------- 1 nobody nobody 2497 déc 5 12:27 mvthread.tmpl
-rw------- 1 nobody nobody 821 fév 27 2003 objutil.tmpl
-rw------- 1 nobody nobody 2253 déc 5 12:27 online_today.tmpl
-rw-r--r-- 1 nobody nobody 713 déc 5 12:27 pdf.tmpl
-rw------- 1 nobody nobody 8688 déc 5 12:27 pmsg.tmpl
-rw------- 1 nobody nobody 1658 déc 5 12:27 pmsg_view.tmpl
-rw------- 1 nobody nobody 1953 déc 5 12:27 pmuserloc.tmpl
-rw------- 1 nobody nobody 2991 déc 5 12:27 polllist.tmpl
-rw------- 1 nobody nobody 5777 déc 5 12:27 poll.tmpl
-rw------- 1 nobody nobody 1958 déc 5 12:27 postcheck.tmpl
-rw-r--r-- 1 nobody nobody 9687 déc 5 12:27 post_common.tmpl
-rw------- 1 nobody nobody 1738 déc 5 12:27 post_opt.tmpl
-rw------- 1 nobody nobody 798 déc 5 12:27 post_proc.tmpl
-rw------- 1 nobody nobody 13222 déc 5 12:27 post.tmpl
-rw------- 1 nobody nobody 9026 déc 5 12:27 ppost.tmpl
-rw------- 1 nobody nobody 1695 déc 5 12:27 pre_reg.tmpl
-rw------- 1 nobody nobody 907 déc 5 12:27 private.tmpl
-rw------- 1 nobody nobody 2109 déc 5 12:27 qbud.tmpl
-rw------- 1 nobody nobody 809 fév 27 2003 que.tmpl
-rw------- 1 nobody nobody 1728 déc 5 12:27 quicklogin.tmpl
-rw------- 1 nobody nobody 681 déc 5 12:27 ratethread.tmpl
-rw-r--r-- 1 nobody nobody 723 déc 5 12:27 rdf.tmpl
-rw------- 1 nobody nobody 2890 déc 5 12:27 referals.tmpl
-rw-r--r-- 1 nobody nobody 1485 déc 5 12:27 reg_conf.tmpl
-rw------- 1 nobody nobody 19142 déc 5 12:27 register.tmpl
-rw------- 1 nobody nobody 3904 déc 5 12:27 remail.tmpl
-rw------- 1 nobody nobody 633 déc 5 12:27 replace.tmpl
-rw------- 1 nobody nobody 2593 déc 5 12:27 reported.tmpl
-rw------- 1 nobody nobody 2634 déc 5 12:27 report.tmpl
-rw------- 1 nobody nobody 2638 déc 5 12:27 reset.tmpl
-rw------- 1 nobody nobody 629 déc 5 12:27 return.tmpl
-rw------- 1 nobody nobody 632 déc 5 12:27 rev_fmt.tmpl
-rw------- 1 nobody nobody 626 déc 5 12:27 rhost.tmpl
-rw------- 1 nobody nobody 691 déc 5 12:27 root_index.tmpl
-rw------- 1 nobody nobody 2135 déc 5 12:27 rpasswd.tmpl
-rw-r--r-- 1 nobody nobody 938 déc 5 12:27 rst.tmpl
-rw------- 1 nobody nobody 835 fév 27 2003 rview.tmpl
-rw-r--r-- 1 nobody nobody 1100 déc 5 12:27 search_forum_sel.tmpl
-rw------- 1 nobody nobody 4920 déc 5 12:27 search.tmpl
-rw------- 1 nobody nobody 635 déc 5 12:27 security.tmpl
-rw------- 1 nobody nobody 4205 déc 5 12:27 selmsg.tmpl
-rw------- 1 nobody nobody 2509 déc 5 12:27 showposts.tmpl
-rw------- 1 nobody nobody 2015 déc 5 12:27 show.tmpl
-rw------- 1 nobody nobody 630 déc 5 12:27 smiley.tmpl
-rw------- 1 nobody nobody 1409 déc 5 12:27 smladd.tmpl
-rw------- 1 nobody nobody 49 fév 27 2003 smtp.tmpl
-rw------- 1 nobody nobody 682 déc 5 12:27 spell.tmpl
-rw------- 1 nobody nobody 3257 déc 5 12:27 split_th.tmpl
-rw------- 1 nobody nobody 679 déc 5 12:27 ssu.tmpl
-rw------- 1 nobody nobody 954 déc 5 12:27 stats.tmpl
-rw------- 1 nobody nobody 2848 déc 5 12:27 subscribed.tmpl
-rw------- 1 nobody nobody 1543 déc 5 12:27 tabs.tmpl
-rw-r--r-- 1 nobody nobody 629 déc 5 12:27 th_adm.tmpl
-rw------- 1 nobody nobody 815 fév 27 2003 theme.tmpl
-rw------- 1 nobody nobody 1225 déc 5 12:27 th_nav.tmpl
-rw------- 1 nobody nobody 650 déc 5 12:27 thread_notify.tmpl
-rw------- 1 nobody nobody 8191 déc 5 12:27 thread.tmpl
-rw------- 1 nobody nobody 5050 déc 5 12:27 threadt.tmpl
-rw-r--r-- 1 nobody nobody 4583 déc 5 12:27 thread_view_common.tmpl
-rw------- 1 nobody nobody 3364 déc 5 12:27 thr_exch.tmpl
-rw------- 1 nobody nobody 767 déc 5 12:27 th.tmpl
-rw------- 1 nobody nobody 811 fév 27 2003 time.tmpl
-rw------- 1 nobody nobody 655 déc 5 12:27 tmp_view.tmpl
-rw------- 1 nobody nobody 10428 déc 5 12:27 tree.tmpl
-rw------- 1 nobody nobody 616 déc 5 12:27 tz.tmpl
-rw-r--r-- 1 nobody nobody 7560 déc 5 12:27 uc.tmpl
-rw-r--r-- 1 nobody nobody 961 déc 5 12:27 ulink.tmpl
-rw------- 1 nobody nobody 808 fév 27 2003 url.tmpl
-rw------- 1 nobody nobody 4189 déc 5 12:27 usercp.tmpl
-rw------- 1 nobody nobody 1219 fév 27 2003 users_adm.tmpl
-rw------- 1 nobody nobody 657 déc 5 12:27 users_reg.tmpl
-rw------- 1 nobody nobody 626 déc 5 12:27 users.tmpl
-rw------- 1 nobody nobody 11753 déc 5 12:27 usrinfo.tmpl
-rw------- 1 nobody nobody 812 fév 27 2003 util.tmpl
-rw------- 1 nobody nobody 635 déc 5 12:27 wordwrap.tmpl
Re: Problem with private messaging [message #21598 is a reply to message #21597] Mon, 06 December 2004 16:45 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 was a slight bug in the upgrade your install triggered, because you don't have the default theme enabled and it got legacy files left over in it. Below is a link to an upgrade script that will resolve that problem.

http://bb.prohost.org/upgrade_new.tar.gz


FUDforum Core Developer
Re: Problem with private messaging [message #21601 is a reply to message #21598] Mon, 06 December 2004 17:08 Go to previous messageGo to next message
Mathieu is currently offline  Mathieu   France
Messages: 47
Registered: December 2004
Karma: 0
Member
I've downloaded the new upgrade script.

I've lauched it, and as my navigator has popup windows disabled, I've clicked on the link.

But, when I tried to log in, I couldn't do it.

What's wrong?

I have now allowed popup windows for the forum URL. Should I try to rerun the script?
Re: Problem with private messaging [message #21602 is a reply to message #21601] Mon, 06 December 2004 17:10 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 no need to re-run the script.

You need to login to the forum via the admin control panel and run the consitency checker.

To login via the admin control panel go to:
http://your/forum/url/adm/


FUDforum Core Developer
Re: Problem with private messaging [message #21603 is a reply to message #21602] Mon, 06 December 2004 17:17 Go to previous messageGo to next message
Mathieu is currently offline  Mathieu   France
Messages: 47
Registered: December 2004
Karma: 0
Member
This is exactly what I did, but the problem is I can't log in as an administrator user anymore!
Re: Problem with private messaging [message #21604 is a reply to message #21603] Mon, 06 December 2004 17:20 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
What error message you are getting?


FUDforum Core Developer
Re: Problem with private messaging [message #21605 is a reply to message #21604] Mon, 06 December 2004 17:29 Go to previous messageGo to next message
Mathieu is currently offline  Mathieu   France
Messages: 47
Registered: December 2004
Karma: 0
Member
I have no error messages.

It seems to be a problem with Mozilla (I use the password manager).

I've tried with Netscape version 4.7 (the last Netscape release available for my Linux PPC box), and I have access to the admin control panel.
Re: Problem with private messaging [message #21607 is a reply to message #21605] Mon, 06 December 2004 17: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
Now you need to run the consistency checker, once that completes it's run you are done with the upgrade.

FUDforum Core Developer
Re: Problem with private messaging [message #21608 is a reply to message #21607] Mon, 06 December 2004 18:03 Go to previous messageGo to next message
Mathieu is currently offline  Mathieu   France
Messages: 47
Registered: December 2004
Karma: 0
Member
I already did, but I have no output from the consistency checker with this old Netscape release.

Should I try to rerun it with another navigator?

[Updated on: Mon, 06 December 2004 18:04]

Report message to a moderator

Re: Problem with private messaging [message #21609 is a reply to message #21608] Mon, 06 December 2004 18:06 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 consistency checker will take a while to run, let be as long as "page loading" graphic is spinning or whatever. If you have output buffering enable it won't print anything until it is done.

FUDforum Core Developer
Re: Problem with private messaging [message #21610 is a reply to message #21609] Mon, 06 December 2004 18:19 Go to previous messageGo to next message
Mathieu is currently offline  Mathieu   France
Messages: 47
Registered: December 2004
Karma: 0
Member
The problem is that with Netscape 4.7 the page loading graphic isn't moving.

But, I was able to get system info, and it prints I have a 2.6.9RC1 forum installed.
Re: Problem with private messaging [message #21612 is a reply to message #21610] Mon, 06 December 2004 18:47 Go to previous messageGo to next message
Mathieu is currently offline  Mathieu   France
Messages: 47
Registered: December 2004
Karma: 0
Member
Well, now I have again access to the admin control panel with Mozilla (I have deleted my password in Password Manager).

How can I know if the consistency checker worked?
Re: Problem with private messaging [message #21613 is a reply to message #21612] Mon, 06 December 2004 18:52 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
If you don't know if it ran successfully, just re-run it.

FUDforum Core Developer
Re: Problem with private messaging [message #21619 is a reply to message #21613] Mon, 06 December 2004 21:25 Go to previous message
Mathieu is currently offline  Mathieu   France
Messages: 47
Registered: December 2004
Karma: 0
Member
Thank you very much Ilia for you help and patience.

I reopened the forum, and it works!
  Switch to threaded view of this topic Create a new topic Submit Reply
Previous Topic: Again a test
Next Topic: Fatal error: SQL Error has occurred
Goto Forum:
  

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

Current Time: Sat Nov 16 11:17:16 GMT 2024

Total time taken to generate the page: 0.03781 seconds