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

Home » FUDforum Development » Bug Reports » Quirk while upgrading from 2.6.0 to 2.6.14
Show: Today's Messages :: Polls :: Message Navigator
Switch to threaded view of this topic Create a new topic Submit Reply
Quirk while upgrading from 2.6.0 to 2.6.14 [message #26225] Mon, 11 July 2005 14:56 Go to next message
math_adm is currently offline  math_adm   France
Messages: 126
Registered: September 2003
Location: France
Karma: 0
Senior Member
Hello

Our server is currently running fudforum 2.6.0 (which was an update of old 2.3.Cool and I am planning an upgrade to 2.6.14. Before doing it on the server, I installed 2.6.0 on my local machine running EasyPHP and imported a datadump of our server's forum.

Then I ran the upgrade script on my local installation. The upgrade itself went fine apparently but when I log into the forum (after the consistency checker has completed) :

1) All my categories are gone ! All my forums are displayed below one another and there is no category separator at all. All my forums means those who were in categories that were not collapsed by default. The remaining forums are invisible and there is no apparent way of getting them back !
2) I have a line at the top of the screen saying that
"Notice: Undefined offset: 3 in c:\program files\easyphp1-7\www\forum_math\theme\default\index.php on line 208"
and I don't understand that.

I went into the category/forum management panel in the admin panel and modified a few things (namely, I had a category "Archives 2003-2004" which I renamed to "Archives" and created a subcategory "2003-2004" in which I moved all forums that inhabited "Archives 2003-2004") (hope that's clear Smile ).

Back to the forum and everything looks fine again. Even the error message is gone !

What do you think about this ?
Re: Quirk while upgrading from 2.6.0 to 2.6.14 [message #26226 is a reply to message #26225] Mon, 11 July 2005 15:04 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
Unusual problem, send me SQL contents of the forum & cat tables from your 2.6.0 install and I'll try to see if I can replicate the problem.

FUDforum Core Developer
Re : Quirk while upgrading from 2.6.0 to 2.6.14 [message #26227 is a reply to message #26225] Mon, 11 July 2005 15:13 Go to previous messageGo to next message
math_adm is currently offline  math_adm   France
Messages: 126
Registered: September 2003
Location: France
Karma: 0
Senior Member
When I said everything looked fine again, I was talking about the front page. As soon as I click on a forum, I get tons of error messages and nothing works.

The consistency checker does not work either, or compact messages, etc. Everything seems to be broken.

I will reinstall 2.6.0, reimport my backup and send you what you want... If I can find it Smile
Re: Re : Quirk while upgrading from 2.6.0 to 2.6.14 [message #26228 is a reply to message #26227] Mon, 11 July 2005 15:14 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, I've upgraded two forums to 2.6.14 already and so far have not seen any problems, that said the upgrades were made from a much recent release.

FUDforum Core Developer
Re : Quirk while upgrading from 2.6.0 to 2.6.14 [message #26229 is a reply to message #26225] Mon, 11 July 2005 15:38 Go to previous messageGo to next message
math_adm is currently offline  math_adm   France
Messages: 126
Registered: September 2003
Location: France
Karma: 0
Senior Member
I tried again (same operations) to see if I hadn't missed any error msg while upgrading... Exacly same effects !

However, here is what I got when running the consistency checker :

Disabling the forum for the duration of maintenance run
Locking the database for checking
Locked!
Validating category order
Done: Validating category order
Checking if moderator and users table match
Rebuilding moderators
Done: Rebuilding moderators
Checking if all private messages have users
Checking messages against users & threads
Checking threads against forums
Checking message approvals
Done: Checking message approvals
Checking threads against messages
OK
Checking thread last & first post ids
Done: Checking thread last & first post ids
Checking forum & topic relations
Done: Checking forum & topic relations
Validating Forum Order
Done: Validating Forum Order
Checking for presence of forum lock tables
Done: Checking for presence of forum lock tables
Checking thread_exchange
Checking read table against users & threads
Checking file attachments against messages
OK
Rebuild attachment cache for regular messages
Done: Rebuild attachment cache for regular messages
Rebuild attachment cache for private messages
Done: Rebuild attachment cache for private messages
Checking message reports
Checking polls against messages
Checking messages against polls
Checking polls options against polls
Checking polls votes
Rebuilding poll cache
Done: Rebuilding poll cache
Validating poll activation
Done: Validating poll activation
Checking smilies against disk files
OK
Checking disk files against smilies
OK
Rebuild Smiley Cache
Checking topic notification
Checking forum notification
Checking topic votes against topics
Rebuild topic rating cache
Done: Rebuild topic rating cache
Rebuilding Topic Views
(c:\program files\easyphp1-7\www\FUDforum\include\theme\default\db.inc:123
c:\program files\easyphp1-7\www\FUDforum\include\theme\default\th_adm.inc:92
c:\program files\easyphp1-7\www\forum_math\adm\consist.php:463
) 1034: Key 2 - Found too many records; Can't continue
Query: INSERT INTO fud26_thread_view (thread_id,forum_id,page) SELECT fud26_thread.id, 1, 2147483645 FROM fud26_thread INNER JOIN fud26_msg ON fud26_thread.root_msg_id=fud26_msg.id WHERE forum_id=1 AND fud26_msg.apr=1 ORDER BY (CASE WHEN thread_opt>=2 AND (fud26_msg.post_stamp+fud26_thread.orderexpiry>1121095851 OR fud26_thread.orderexpiry=0) THEN 4294967294 ELSE fud26_thread.last_post_date END) DESC, fud26_thread.last_post_id DESC
_GET: enable_forum=1&S=2af67c97cc071dc8ab36b2127ec7c16b&SQ=736be98d00121a 0ad3db9b3291132773&
Server Version: 4.0.15-max-debug
[Referring Page] http://localhost/forum_math/upgrade.php


This will surely help ! I'm sending (Private Message) you an sql dump of my forum and cat tables I made with phpMyAdmin, hoping that's what you wanted.
Re: Re : Quirk while upgrading from 2.6.0 to 2.6.14 [message #26230 is a reply to message #26229] Mon, 11 July 2005 17:08 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 here is what I've done:

1) Installed FUDforum 2.6.10 (MySQL Driver)
2) Removed content from category and forum tables.
3) Imported the content from your data dump.
4) Ran consistency checker.

At this point I could see all the categories and their forums.

5) Ran 2.6.14 upgrade script
6) Ran consistency checker.

At this point I see the exact same forum & category listing.

Another words, I could not replicate the problem.


FUDforum Core Developer
Re : Quirk while upgrading from 2.6.0 to 2.6.14 [message #26235 is a reply to message #26225] Mon, 11 July 2005 17:47 Go to previous messageGo to next message
math_adm is currently offline  math_adm   France
Messages: 126
Registered: September 2003
Location: France
Karma: 0
Senior Member
Did I say upgrade from 2.6.10 ? It was 2.6.0 ! So maybe that's the difference !

Or maybe it was because I tested this update in EasyPHP (version 1.7) with Windows XP ? It puts files in a path with a space (something like "C:\Program Files\EasyPHP\www\") ?
Re: Re : Quirk while upgrading from 2.6.0 to 2.6.14 [message #26236 is a reply to message #26235] Mon, 11 July 2005 17:48 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
Oh ok, misread the text Smile

Let me try 2.6.0


FUDforum Core Developer
Re: Re : Quirk while upgrading from 2.6.0 to 2.6.14 [message #26243 is a reply to message #26236] Mon, 11 July 2005 21:12 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 tried 2.6.0 now, still no problem.

FUDforum Core Developer
Re : Quirk while upgrading from 2.6.0 to 2.6.14 [message #26250 is a reply to message #26225] Tue, 12 July 2005 07:15 Go to previous messageGo to next message
math_adm is currently offline  math_adm   France
Messages: 126
Registered: September 2003
Location: France
Karma: 0
Senior Member
OK back to my problems...

Installing 2.6.0 and upgrading it immediately gives no error, everything goes fine. Installing 2.6.0, importing my data dump from our server (2.6.0 too) and upgrading to 2.6.14 gives the errors listed above.

I tried the other way : I installed 2.6.0 and upgraded it to 2.6.14 immediately. Then I imported my data dump. Here is what I get during the import :
Notice: Undefined variable: global_vals in c:\program files\easyphp1-7\www\forum_math\adm\admimport.php on line 229

Warning: Invalid argument supplied for foreach() in c:\program files\easyphp1-7\www\FUDforum\include\glob.inc on line 81
Your current login (math_adm) is not found in the imported database.
Therefor you'll need to re-login once the import process is complete
Recompiling Templates
Correcting Avatar Paths
Correcting Attachment Paths
Import process is now complete
To finalize the import process you should now run the consistency checker.


When I try to run the consistency checker, I get this :
Fatal error: SQL Error has occurred, please contact the administrator  of the forum and have them review the forum's SQL query log in c:\program files\easyphp1-7\www\FUDforum\include\theme\default\db.inc on line 55


I guess there is somthing wicked in my data dump ?

After that, if I try to go to the main page, theres
Fatal error: SQL Error has occurred, please contact the administrator of the forum and have them review the forum's SQL query log in c:\program files\easyphp1-7\www\forum_math\index.php on line 58
Re: Quirk while upgrading from 2.6.0 to 2.6.14 [message #26251 is a reply to message #26225] Tue, 12 July 2005 09:14 Go to previous messageGo to next message
fritti is currently offline  fritti   Netherlands
Messages: 7
Registered: July 2005
Karma: 0
Junior Member
Maybe my problem is related, although we started using FUD around 2.6.11.

I get the following on a consistency check:

....
Rebuilding Topic Views

Warning: pg_query(): Query failed: ERROR: syntax error at or near "AND"
at character 133 in /local/www/apps/fudforum/include/theme/default/db.inc on line 148

Warning: pg_query(): supplied argument is not a valid
PostgreSQL link resource in /local/www/apps/fudforum/include/theme/default/db.inc on line 88

Warning: pg_fetch_row(): supplied argument is not a valid PostgreSQL result resource
in /local/www/apps/fudforum/include/theme/default/db.inc on line 88
(/local/www/apps/fudforum/include/theme/default/db.inc:148
/local/www/apps/fudforum/include/theme/default/th_adm.inc:67
/local/www/sites/forum/adm/consist.php:463
) : ERROR: syntax error at or near "AND" at character 133
Query: SELECT fud26_thread.id FROM fud26_thread INNER JOIN fud26_msg ON
fud26_thread.root_msg_id=fud26_msg.id WHERE fud26_thread.forum_id=
AND thread_opt>=2 AND (fud26_msg.post_stamp+fud26_thread.orderexpiry)<=1121159239
_POST: conf=Yes&SQ=305f7e774144200e6ce486083ba05330&
Server Version:
[Referring Page] http://forum.sandcat.nl/adm/consist.php?rid=12&SQ=305f7e774144200e6ce486083ba05330


At first this wouldn't allow the upgrade to complete. I hacked around it by inserting the following code in src/th_adm.inc.t at the start of function rebuild_forum_view:

if (!$forum_id) {
    return;
}


This allowed the consistency check to complete. However there is of course still an inconsistency somewhere in my database.

I'm willing to debug some more myself, but I'd appreciate any clues of the form 'maybe your forum_id is null because...'.

*EDIT*: forgot to say, I encountered this while upgrading from 2.6.13 to 2.6.15. Consistency checks using 2.6.13 would complete (at least the last time I'd run them).

[Updated on: Tue, 12 July 2005 09:24]

Report message to a moderator

Re: Quirk while upgrading from 2.6.0 to 2.6.14 [message #26253 is a reply to message #26225] Tue, 12 July 2005 09:23 Go to previous messageGo to next message
fritti is currently offline  fritti   Netherlands
Messages: 7
Registered: July 2005
Karma: 0
Junior Member
Ok, scratch that, the forum doesn't work, only the toplevel categories are displayed. No threads at all. I'll see if I can determine what's going on.
Re: Quirk while upgrading from 2.6.0 to 2.6.14 [message #26254 is a reply to message #26253] Tue, 12 July 2005 09:43 Go to previous messageGo to next message
fritti is currently offline  fritti   Netherlands
Messages: 7
Registered: July 2005
Karma: 0
Junior Member
OK, narrowed down the problem to the following code in adm/consist.php:

        draw_stat('Rebuilding Topic Views');
        q('DELETE FROM '.$tbl.'thread_view');
        foreach (db_all('SELECT id FROM '.$tbl.'forum') as $v) {
                draw_stat("DEBUG: tbl $tbl id $v\n");
                rebuild_forum_view($v);
        }


Basically, the db_all() method does not return IDs for some reason. I hardcoded the calls to rebuild_forum_view with my forum ids, and then my forum was fixed again.

I verified that I can execute the query as my fud db user on the command line (psql), so database permissions are not the culprit.
Re: Quirk while upgrading from 2.6.0 to 2.6.14 [message #26256 is a reply to message #26254] Tue, 12 July 2005 10:00 Go to previous messageGo to next message
fritti is currently offline  fritti   Netherlands
Messages: 7
Registered: July 2005
Karma: 0
Junior Member
Ok, I figured it out. The code in db_all is not valid.

function db_all($q)
{
        if (function_exists('pg_fetch_all_columns')) {
                return pg_fetch_all_columns(q($q));
        }

        if (!($r = pg_fetch_all(q($q)))) {
                return array();
        }
        $f = array();
        foreach ($r as $v) {
                $f[] = $v[0];
        }
        return $f;
}


The problem is that pg_fetch_all returns a hash indexed on field name instead of a regular array. So the assignment

$f[] = $v[0]


fail in the case of the consistency query. In that case it should be

$f[] = $v['id']


After changing this my consistency check runs to completion.

I guess this means that all uses of db_all are broken right now. Was this changed in this release? (related, is there an online CVS browser somewhere?)
Re: Quirk while upgrading from 2.6.0 to 2.6.14 [message #26258 is a reply to message #26225] Tue, 12 July 2005 10:06 Go to previous messageGo to next message
fritti is currently offline  fritti   Netherlands
Messages: 7
Registered: July 2005
Karma: 0
Junior Member
And as a last message: change line 306 of src/db_all.inc.t to the following to fix the problem the right way:

                $f[] = array_shift($v);


so it looks like this:

function db_all($q)
{
        if (function_exists('pg_fetch_all_columns')) {
                return pg_fetch_all_columns(q($q));
        }

        if (!($r = pg_fetch_all(q($q)))) {
                return array();
        }
        $f = array();
        foreach ($r as $v) {
                $f[] = array_shift($v);
        }
        return $f;
}

Re : Re: Quirk while upgrading from 2.6.0 to 2.6.14 [message #26259 is a reply to message #26256] Tue, 12 July 2005 10:06 Go to previous messageGo to next message
math_adm is currently offline  math_adm   France
Messages: 126
Registered: September 2003
Location: France
Karma: 0
Senior Member
fritti a écrit le mar, 12 juillet 2005 12:00

(related, is there an online CVS browser somewhere?)



Click on "timeline" in the downloads section...
Re: Re : Re: Quirk while upgrading from 2.6.0 to 2.6.14 [message #26260 is a reply to message #26259] Tue, 12 July 2005 10:07 Go to previous messageGo to next message
fritti is currently offline  fritti   Netherlands
Messages: 7
Registered: July 2005
Karma: 0
Junior Member
thanks! and sorry for hijacking your thread, but at first glance it seemed related... guess not.
Re: Re : Re: Quirk while upgrading from 2.6.0 to 2.6.14 [message #26262 is a reply to message #26260] Tue, 12 July 2005 13: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
fritti wrote on Tue, 12 July 2005 06:07

thanks! and sorry for hijacking your thread, but at first glance it seemed related... guess not.


Ok, I see the bug. The fix for it was applied to cvs and can be found at:
http://cvs.prohost.org/c/index.cgi/FUDforum/chngview?cn=7101


FUDforum Core Developer
Re: Re : Quirk while upgrading from 2.6.0 to 2.6.14 [message #26263 is a reply to message #26250] Tue, 12 July 2005 13:28 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
Any chance you could send me (provide a URL to) to the datadump so that I can try to replicate the entire process?

FUDforum Core Developer
Re : Quirk while upgrading from 2.6.0 to 2.6.14 [message #26265 is a reply to message #26225] Tue, 12 July 2005 13:40 Go to previous messageGo to next message
math_adm is currently offline  math_adm   France
Messages: 126
Registered: September 2003
Location: France
Karma: 0
Senior Member
I PM'ed it to you.

Thanks for your help.

[Updated on: Tue, 12 July 2005 13:40]

Report message to a moderator

Re : Quirk while upgrading from 2.6.0 to 2.6.14 [message #26274 is a reply to message #26225] Tue, 12 July 2005 15:29 Go to previous messageGo to next message
math_adm is currently offline  math_adm   France
Messages: 126
Registered: September 2003
Location: France
Karma: 0
Senior Member
It worked !

I deinstalled easyPHP 1.7 and installed EasyPHP-1.8, installed FudForum 2.6.0 and imported my datadump. I got :

Warning: gzread(): Length parameter must be greater than 0. in c:\program files\easyphp1-8\www\forum_math\adm\admimport.php on line 93

Warning: gzread(): Length parameter must be greater than 0. in c:\program files\easyphp1-8\www\forum_math\adm\admimport.php on line 93

Warning: gzread(): Length parameter must be greater than 0. in c:\program files\easyphp1-8\www\forum_math\adm\admimport.php on line 93

Warning: gzread(): Length parameter must be greater than 0. in c:\program files\easyphp1-8\www\forum_math\adm\admimport.php on line 93

Warning: gzread(): Length parameter must be greater than 0. in c:\program files\easyphp1-8\www\forum_math\adm\admimport.php on line 93

Warning: gzread(): Length parameter must be greater than 0. in c:\program files\easyphp1-8\www\forum_math\adm\admimport.php on line 93

Warning: gzread(): Length parameter must be greater than 0. in c:\program files\easyphp1-8\www\forum_math\adm\admimport.php on line 93

Warning: gzread(): Length parameter must be greater than 0. in c:\program files\easyphp1-8\www\forum_math\adm\admimport.php on line 93

Warning: gzread(): Length parameter must be greater than 0. in c:\program files\easyphp1-8\www\forum_math\adm\admimport.php on line 93

Warning: gzread(): Length parameter must be greater than 0. in c:\program files\easyphp1-8\www\forum_math\adm\admimport.php on line 93

Warning: gzread(): Length parameter must be greater than 0. in c:\program files\easyphp1-8\www\forum_math\adm\admimport.php on line 93

Warning: gzread(): Length parameter must be greater than 0. in c:\program files\easyphp1-8\www\forum_math\adm\admimport.php on line 93

Warning: gzread(): Length parameter must be greater than 0. in c:\program files\easyphp1-8\www\forum_math\adm\admimport.php on line 93

Warning: gzread(): Length parameter must be greater than 0. in c:\program files\easyphp1-8\www\forum_math\adm\admimport.php on line 93

Warning: gzread(): Length parameter must be greater than 0. in c:\program files\easyphp1-8\www\forum_math\adm\admimport.php on line 93

Warning: gzread(): Length parameter must be greater than 0. in c:\program files\easyphp1-8\www\forum_math\adm\admimport.php on line 93

Warning: gzread(): Length parameter must be greater than 0. in c:\program files\easyphp1-8\www\forum_math\adm\admimport.php on line 93
Processed 10000 queries
Processed 20000 queries
Recompiling Templates
Correcting Avatar Paths
Correcting Attachment Paths
Import process is now complete
To finalize the import process you should now run the consistency checker.


The consistency checker ran fine to the end, and I upgraded to 2.6.15 (not .14 !) without problem.

Now my forum works fine.

Something must have been wrong in the old EasyPHP because in my last attempts the 2.6.0 wouldn't even import the datadump !

Anyway, everything seems fine now, except for PDF generation (adobe reader complains that the file does not begin with %PDF).

I'll upgrade the forum on our server when I'm back from vacation.

Thanks for your help !



About PDF : My file begins with this :

<br />
<b>Warning</b>:  Missing argument 2 for add_attacments() in <b>c:\program files\easyphp1-8\www\forum_math\pdf.php</b> on line <b>44</b><br />
<br />
<b>Warning</b>:  Missing argument 2 for add_attacments() in <b>c:\program files\easyphp1-8\www\forum_math\pdf.php</b> on line <b>44</b><br />
<br />
<b>Warning</b>:  Missing argument 2 for add_attacments() in <b>c:\program files\easyphp1-8\www\forum_math\pdf.php</b> on line <b>44</b><br />
<br />
<b>Warning</b>:  Missing argument 2 for add_attacments() in <b>c:\program files\easyphp1-8\www\forum_math\pdf.php</b> on line <b>44</b><br />
<br />
<b>Warning</b>:  Missing argument 2 for add_attacments() in <b>c:\program files\easyphp1-8\www\forum_math\pdf.php</b> on line <b>44</b><br />
<br />
<b>Warning</b>:  Missing argument 2 for add_attacments() in <b>c:\program files\easyphp1-8\www\forum_math\pdf.php</b> on line <b>44</b><br />
<br />
<b>Warning</b>:  Missing argument 2 for add_attacments() in <b>c:\program files\easyphp1-8\www\forum_math\pdf.php</b> on line <b>44</b><br />
<br />
<b>Warning</b>:  Missing argument 2 for add_attacments() in <b>c:\program files\easyphp1-8\www\forum_math\pdf.php</b> on line <b>44</b><br />
<br />
<b>Warning</b>:  Missing argument 2 for add_attacments() in <b>c:\program files\easyphp1-8\www\forum_math\pdf.php</b> on line <b>44</b><br />
<br />
<b>Warning</b>:  Missing argument 2 for add_attacments() in <b>c:\program files\easyphp1-8\www\forum_math\pdf.php</b> on line <b>44</b><br />
<br />
<b>Warning</b>:  Missing argument 2 for add_attacments() in <b>c:\program files\easyphp1-8\www\forum_math\pdf.php</b> on line <b>44</b><br />
<br />
<b>Warning</b>:  Missing argument 2 for add_attacments() in <b>c:\program files\easyphp1-8\www\forum_math\pdf.php</b> on line <b>44</b><br />
<br />
<b>Warning</b>:  Missing argument 2 for add_attacments() in <b>c:\program files\easyphp1-8\www\forum_math\pdf.php</b> on line <b>44</b><br />
<br />
<b>Warning</b>:  Missing argument 2 for add_attacments() in <b>c:\program files\easyphp1-8\www\forum_math\pdf.php</b> on line <b>44</b><br />
<br />
<b>Warning</b>:  Missing argument 2 for add_attacments() in <b>c:\program files\easyphp1-8\www\forum_math\pdf.php</b> on line <b>44</b><br />
<br />
<b>Warning</b>:  Missing argument 2 for add_attacments() in <b>c:\program files\easyphp1-8\www\forum_math\pdf.php</b> on line <b>44</b><br />
<br />
<b>Warning</b>:  Missing argument 2 for add_attacments() in <b>c:\program files\easyphp1-8\www\forum_math\pdf.php</b> on line <b>44</b><br />
<br />
<b>Warning</b>:  Missing argument 2 for add_attacments() in <b>c:\program files\easyphp1-8\www\forum_math\pdf.php</b> on line <b>44</b><br />
<br />
<b>Warning</b>:  Missing argument 2 for add_attacments() in <b>c:\program files\easyphp1-8\www\forum_math\pdf.php</b> on line <b>44</b><br />
<br />
<b>Warning</b>:  Missing argument 2 for add_attacments() in <b>c:\program files\easyphp1-8\www\forum_math\pdf.php</b> on line <b>44</b><br />
<br />
<b>Warning</b>:  Missing argument 2 for add_attacments() in <b>c:\program files\easyphp1-8\www\forum_math\pdf.php</b> on line <b>44</b><br />
<br />
<b>Warning</b>:  Missing argument 2 for add_attacments() in <b>c:\program files\easyphp1-8\www\forum_math\pdf.php</b> on line <b>44</b><br />
<br />
<b>Warning</b>:  Missing argument 2 for add_attacments() in <b>c:\program files\easyphp1-8\www\forum_math\pdf.php</b> on line <b>44</b><br />
<br />
<b>Warning</b>:  Missing argument 2 for add_attacments() in <b>c:\program files\easyphp1-8\www\forum_math\pdf.php</b> on line <b>44</b><br />
<br />
<b>Warning</b>:  Missing argument 2 for add_attacments() in <b>c:\program files\easyphp1-8\www\forum_math\pdf.php</b> on line <b>44</b><br />
<br />
<b>Warning</b>:  Missing argument 2 for add_attacments() in <b>c:\program files\easyphp1-8\www\forum_math\pdf.php</b> on line <b>44</b><br />
<br />
<b>Warning</b>:  Missing argument 2 for add_attacments() in <b>c:\program files\easyphp1-8\www\forum_math\pdf.php</b> on line <b>44</b><br />
<br />
<b>Warning</b>:  Missing argument 2 for add_attacments() in <b>c:\program files\easyphp1-8\www\forum_math\pdf.php</b> on line <b>44</b><br />
<br />
<b>Warning</b>:  Missing argument 2 for add_attacments() in <b>c:\program files\easyphp1-8\www\forum_math\pdf.php</b> on line <b>44</b><br />
<br />
<b>Warning</b>:  Missing argument 2 for add_attacments() in <b>c:\program files\easyphp1-8\www\forum_math\pdf.php</b> on line <b>44</b><br />
<br />
<b>Warning</b>:  Missing argument 2 for add_attacments() in <b>c:\program files\easyphp1-8\www\forum_math\pdf.php</b> on line <b>44</b><br />
<br />
<b>Warning</b>:  Missing argument 2 for add_attacments() in <b>c:\program files\easyphp1-8\www\forum_math\pdf.php</b> on line <b>44</b><br />
<br />
<b>Warning</b>:  Missing argument 2 for add_attacments() in <b>c:\program files\easyphp1-8\www\forum_math\pdf.php</b> on line <b>44</b><br />
<br />
<b>Warning</b>:  Missing argument 2 for add_attacments() in <b>c:\program files\easyphp1-8\www\forum_math\pdf.php</b> on line <b>44</b><br />
<br />
<b>Warning</b>:  Missing argument 2 for add_attacments() in <b>c:\program files\easyphp1-8\www\forum_math\pdf.php</b> on line <b>44</b><br />
<br />
<b>Warning</b>:  Missing argument 2 for add_attacments() in <b>c:\program files\easyphp1-8\www\forum_math\pdf.php</b> on line <b>44</b><br />
<br />
<b>Warning</b>:  Missing argument 2 for add_attacments() in <b>c:\program files\easyphp1-8\www\forum_math\pdf.php</b> on line <b>44</b><br />
<br />
<b>Warning</b>:  Missing argument 2 for add_attacments() in <b>c:\program files\easyphp1-8\www\forum_math\pdf.php</b> on line <b>44</b><br />
<br />
<b>Warning</b>:  Missing argument 2 for add_attacments() in <b>c:\program files\easyphp1-8\www\forum_math\pdf.php</b> on line <b>44</b><br />
<br />
<b>Warning</b>:  Missing argument 2 for add_attacments() in <b>c:\program files\easyphp1-8\www\forum_math\pdf.php</b> on line <b>44</b><br />
<br />
<b>Warning</b>:  Missing argument 2 for add_attacments() in <b>c:\program files\easyphp1-8\www\forum_math\pdf.php</b> on line <b>44</b><br />
<br />
<b>Warning</b>:  Missing argument 2 for add_attacments() in <b>c:\program files\easyphp1-8\www\forum_math\pdf.php</b> on line <b>44</b><br />
<br />
<b>Warning</b>:  Missing argument 2 for add_attacments() in <b>c:\program files\easyphp1-8\www\forum_math\pdf.php</b> on line <b>44</b><br />
<br />
<b>Warning</b>:  Missing argument 2 for add_attacments() in <b>c:\program files\easyphp1-8\www\forum_math\pdf.php</b> on line <b>44</b><br />
<br />
<b>Warning</b>:  Missing argument 2 for add_attacments() in <b>c:\program files\easyphp1-8\www\forum_math\pdf.php</b> on line <b>44</b><br />
<br />
<b>Warning</b>:  Missing argument 2 for add_attacments() in <b>c:\program files\easyphp1-8\www\forum_math\pdf.php</b> on line <b>44</b><br />
<br />
<b>Warning</b>:  Missing argument 2 for add_attacments() in <b>c:\program files\easyphp1-8\www\forum_math\pdf.php</b> on line <b>44</b><br />
<br />
<b>Warning</b>:  Missing argument 2 for add_attacments() in <b>c:\program files\easyphp1-8\www\forum_math\pdf.php</b> on line <b>44</b><br />
<br />
<b>Warning</b>:  Missing argument 2 for add_attacments() in <b>c:\program files\easyphp1-8\www\forum_math\pdf.php</b> on line <b>44</b><br />
<br />
<b>Warning</b>:  Missing argument 2 for add_attacments() in <b>c:\program files\easyphp1-8\www\forum_math\pdf.php</b> on line <b>44</b><br />
<br />
<b>Warning</b>:  Missing argument 2 for add_attacments() in <b>c:\program files\easyphp1-8\www\forum_math\pdf.php</b> on line <b>44</b><br />
<br />
<b>Warning</b>:  Missing argument 2 for add_attacments() in <b>c:\program files\easyphp1-8\www\forum_math\pdf.php</b> on line <b>44</b><br />
<br />
<b>Warning</b>:  Missing argument 2 for add_attacments() in <b>c:\program files\easyphp1-8\www\forum_math\pdf.php</b> on line <b>44</b><br />
<br />
<b>Warning</b>:  Missing argument 2 for add_attacments() in <b>c:\program files\easyphp1-8\www\forum_math\pdf.php</b> on line <b>44</b><br />
<br />
<b>Warning</b>:  Missing argument 2 for add_attacments() in <b>c:\program files\easyphp1-8\www\forum_math\pdf.php</b> on line <b>44</b><br />
<br />
<b>Warning</b>:  Missing argument 2 for add_attacments() in <b>c:\program files\easyphp1-8\www\forum_math\pdf.php</b> on line <b>44</b><br />
<br />
<b>Warning</b>:  Missing argument 2 for add_attacments() in <b>c:\program files\easyphp1-8\www\forum_math\pdf.php</b> on line <b>44</b><br />
<br />
<b>Warning</b>:  Missing argument 2 for add_attacments() in <b>c:\program files\easyphp1-8\www\forum_math\pdf.php</b> on line <b>44</b><br />
<br />
<b>Warning</b>:  Missing argument 2 for add_attacments() in <b>c:\program files\easyphp1-8\www\forum_math\pdf.php</b> on line <b>44</b><br />
<br />
<b>Warning</b>:  Missing argument 2 for add_attacments() in <b>c:\program files\easyphp1-8\www\forum_math\pdf.php</b> on line <b>44</b><br />
<br />
<b>Warning</b>:  Missing argument 2 for add_attacments() in <b>c:\program files\easyphp1-8\www\forum_math\pdf.php</b> on line <b>44</b><br />
<br />
<b>Warning</b>:  Missing argument 2 for add_attacments() in <b>c:\program files\easyphp1-8\www\forum_math\pdf.php</b> on line <b>44</b><br />
<br />
<b>Warning</b>:  Missing argument 2 for add_attacments() in <b>c:\program files\easyphp1-8\www\forum_math\pdf.php</b> on line <b>44</b><br />
<br />
<b>Warning</b>:  Missing argument 2 for add_attacments() in <b>c:\program files\easyphp1-8\www\forum_math\pdf.php</b> on line <b>44</b><br />
<br />
<b>Warning</b>:  Missing argument 2 for add_attacments() in <b>c:\program files\easyphp1-8\www\forum_math\pdf.php</b> on line <b>44</b><br />
<br />
<b>Warning</b>:  Missing argument 2 for add_attacments() in <b>c:\program files\easyphp1-8\www\forum_math\pdf.php</b> on line <b>44</b><br />
<br />
<b>Warning</b>:  Missing argument 2 for add_attacments() in <b>c:\program files\easyphp1-8\www\forum_math\pdf.php</b> on line <b>44</b><br />
<br />
<b>Warning</b>:  Missing argument 2 for add_attacments() in <b>c:\program files\easyphp1-8\www\forum_math\pdf.php</b> on line <b>44</b><br />
<br />
<b>Warning</b>:  Missing argument 2 for add_attacments() in <b>c:\program files\easyphp1-8\www\forum_math\pdf.php</b> on line <b>44</b><br />
<br />
<b>Warning</b>:  Missing argument 2 for add_attacments() in <b>c:\program files\easyphp1-8\www\forum_math\pdf.php</b> on line <b>44</b><br />
<br />
<b>Warning</b>:  Missing argument 2 for add_attacments() in <b>c:\program files\easyphp1-8\www\forum_math\pdf.php</b> on line <b>44</b><br />
<br />
<b>Warning</b>:  Missing argument 2 for add_attacments() in <b>c:\program files\easyphp1-8\www\forum_math\pdf.php</b> on line <b>44</b><br />
<br />
<b>Warning</b>:  Missing argument 2 for add_attacments() in <b>c:\program files\easyphp1-8\www\forum_math\pdf.php</b> on line <b>44</b><br />
<br />
<b>Warning</b>:  Missing argument 2 for add_attacments() in <b>c:\program files\easyphp1-8\www\forum_math\pdf.php</b> on line <b>44</b><br />
<br />
<b>Warning</b>:  Missing argument 2 for add_attacments() in <b>c:\program files\easyphp1-8\www\forum_math\pdf.php</b> on line <b>44</b><br />
<br />
<b>Warning</b>:  Missing argument 2 for add_attacments() in <b>c:\program files\easyphp1-8\www\forum_math\pdf.php</b> on line <b>44</b><br />
<br />
<b>Warning</b>:  Missing argument 2 for add_attacments() in <b>c:\program files\easyphp1-8\www\forum_math\pdf.php</b> on line <b>44</b><br />
<br />
<b>Warning</b>:  Missing argument 2 for add_attacments() in <b>c:\program files\easyphp1-8\www\forum_math\pdf.php</b> on line <b>44</b><br />
<br />
<b>Warning</b>:  Missing argument 2 for add_attacments() in <b>c:\program files\easyphp1-8\www\forum_math\pdf.php</b> on line <b>44</b><br />
<br />
<b>Warning</b>:  Missing argument 2 for add_attacments() in <b>c:\program files\easyphp1-8\www\forum_math\pdf.php</b> on line <b>44</b><br />
<br />
<b>Warning</b>:  Missing argument 2 for add_attacments() in <b>c:\program files\easyphp1-8\www\forum_math\pdf.php</b> on line <b>44</b><br />
<br />
<b>Warning</b>:  Missing argument 2 for add_attacments() in <b>c:\program files\easyphp1-8\www\forum_math\pdf.php</b> on line <b>44</b><br />
<br />
<b>Warning</b>:  Missing argument 2 for add_attacments() in <b>c:\program files\easyphp1-8\www\forum_math\pdf.php</b> on line <b>44</b><br />
<br />
<b>Warning</b>:  Missing argument 2 for add_attacments() in <b>c:\program files\easyphp1-8\www\forum_math\pdf.php</b> on line <b>44</b><br />
%PDF-1.3
3 0 obj
<</Type /Page
/Parent 1 0 R

(etc)
Re: Re : Quirk while upgrading from 2.6.0 to 2.6.14 [message #26276 is a reply to message #26274] Tue, 12 July 2005 17: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 PDF warning has been fixed in CVS with the following patch:
http://cvs.prohost.org/c/index.cgi/FUDforum/chngview?cn=7104


FUDforum Core Developer
Re: Quirk while upgrading from 2.6.0 to 2.6.14 [message #26277 is a reply to message #26225] Tue, 12 July 2005 17:35 Go to previous message
fritti is currently offline  fritti   Netherlands
Messages: 7
Registered: July 2005
Karma: 0
Junior Member
Thanks for the quick fix, Ilia!
  Switch to threaded view of this topic Create a new topic Submit Reply
Previous Topic: phpBB2 converter does not work
Next Topic: fudapi.inc.php
Goto Forum:
  

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

Current Time: Wed Jun 26 05:31:11 GMT 2024

Total time taken to generate the page: 0.02560 seconds