upgrade.php problem [message #161821] |
Thu, 11 February 2010 01:26 |
WilliamBurns
Messages: 123 Registered: March 2004 Location: San Jose, CA
Karma: 0
|
Senior Member |
|
|
I have 2.6.4 running. I downloaded the 3.0.0 upgrade to my PC, unzipped the upgrade.php file (with WinRAR), uploaded it via FTP to my forum folder, set the permissions to 777 and put the file name in my browser. Then, after backing up things, I hit enter on the browser (Mozilla Firefox) and ... nothing happened. The browser screen was blank, and it said "Done" in the status line. I have not seen anything in the apache logs to indicate that anything happened. Thankfully, 2.6.4 appears to still be intact.
I tried the same thing with IE8, and got a 500 error message.
I also uploaded the zip file to my web forum folder and ran the unzip command on it, then copied it to the proper spot and attempted to run it again. Same result. Nada!
Is there a list of basic settings I can check?
I feel like there must be something simple that somebody else must have run into
I have PHP 5.2.9, Mysql 5.0.75.
One other thing, I installed 2.6.1 many years ago on a small account, and was able to upgrade it to 2.6.4. A couple of years ago I moved the forum and the data and the database to the exact same paths on a larger account by copying all the files rather than by re-installing from scratch. I am a very happy user of FUDforum, but I seem to be stuck at step 1 of the upgrade process.
|
|
|
|
|
|
|
|
|
|
|
|
Re: upgrade.php problem [message #161896 is a reply to message #161892] |
Wed, 17 February 2010 19:44 |
WilliamBurns
Messages: 123 Registered: March 2004 Location: San Jose, CA
Karma: 0
|
Senior Member |
|
|
OK, I adjusted the permissions and the upgrade script appears to have run. However, when I try to get into any of the discussions, I instead get:
UNABLE TO WRITE TO SQL LOG FILE
(/home/rpivps/www/rpinet.com/wforum/index.php:78
/home/rpivps/www/rpinet.com/wforum/index.php:138
/home/rpivps/www/rpinet.com/wforum/theme/default/thread.php:179
/home/rpivps/www/rpinet.com/wforum/index.php:1223
) 1146: Table 'rpimysql.fud261_tv_16' doesn't exist
Query: SELECT seq FROM fud261_tv_16 ORDER BY seq DESC LIMIT 1
_GET: array ( 't' => 'thread', 'frm_id' => '16', 'rid' => '2', 'S' => 'd6d03ff024b2e015d0b285d878c6e7a0', )
Server Version: 5.0.45
[Referring Page] http://www.rpinet.com/wforum/index.php?S=d6d03ff024b2e015d0b285d878c6e7a0
Sure enough, there is no table with the name given in the message. What would you recommend?
|
|
|
|
|
Re: upgrade.php problem [message #161909 is a reply to message #161898] |
Sat, 20 February 2010 00:49 |
WilliamBurns
Messages: 123 Registered: March 2004 Location: San Jose, CA
Karma: 0
|
Senior Member |
|
|
One last problem. On my old 2.6.4 version I modified header.tmpl and footer.tmpl to read in graphics and text to "sandwich" the forum. I made those modifications in version 3.0.0, and it "almost works." The forum runs smoothly, but the graphic context is a bit screwed up. I'm pretty sure the trouble is being caused by the css info. I vaguely remember, several years ago, having to modify or maybe add some css to make it work. Of course the css seems to be much more complex (and I am NOT getting any smarter). Is there a way I can get a clue as to which css specs are overiding my non-css html info. You can see what is happening by looking at www.rpinet.com/wforum and comparing it with the way the graphic context looks at www.rpinet.com.
|
|
|