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

Home » FUDforum » FUDforum Installation Issues » Upgrade from 2.5.0 to 2.5.2 does not work
Show: Today's Messages :: Polls :: Message Navigator
Return to the default flat view Create a new topic Submit Reply
Re: Upgrade from 2.5.0 to 2.5.2 does not work [message #12297 is a reply to message #12295] Sun, 03 August 2003 01:42 Go to previous messageGo to previous message
Ilia is currently offline  Ilia   Canada
Messages: 13241
Registered: January 2002
Karma:
Senior Member
Administrator
Core Developer
As of 2.5.1 memory limit is a non issue so raising the memory limit won't help.

Let's start from the top, on line 1001 of the upgrade script there is a line that tries to determine what database type your forum is using. Something goes wrong on that line and causes incorrect database type detection.
Above this line try adding the following code and see if it could give you any clues as to why database was not determined correctly.
<?php
$a
= $GLOBALS['DATA_DIR'] . 'include/theme/default/db.inc';
$b = $GLOBALS['DATA_DIR'] . 'sql/pgsql/db.inc';

echo
"Compiled {$a} ".md5_file($a)."\n";
echo
"Source {$b} ".md5_file($b)."\n";
?>


Now for arvhive decomoression. At the top of the file find function called
upgrade_decompress_archive().

Inside that function find a line which has fopen() and right above it add
<?php
echo $path . "
"
;
?>


If it dies decompressing files at least we'll know on which file it died.


FUDforum Core Developer
[Message index]
 
Read Message
Read Message
Read Message icon5.gif
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: Problems posting messages...
Next Topic: 2.5.2 upgrade problem
Goto Forum:
  

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

Current Time: Sat Oct 05 00:41:34 GMT 2024

Total time taken to generate the page: 0.05400 seconds