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

Home » FUDforum » FUDforum Installation Issues » Installation stoped in the middle
Show: Today's Messages :: Polls :: Message Navigator
Switch to threaded view of this topic Create a new topic Submit Reply
Installation stoped in the middle [message #15986] Sun, 11 January 2004 08:18 Go to next message
Gady is currently offline  Gady   Canada
Messages: 117
Registered: March 2003
Karma: 0
Senior Member
I'm running upgrade from 2.5.2.

Uploaded upgrade.php, in broser pointed to it, entered admin credentials and ... screwed up.

Quote:

Checking if SQL permissions to perform the upgrade are avaliable
Disable the forum
Forum is now disabled
Beginning the file upgrade process
Begining to decompress the archive
Couldn't open "/home/virtual/site8/fst/var/www/html/forum/thm/path_info/tmpl/actions.tmpl " for write


I can't move neither forward nor back. I can't upload back my local copy because of permissions.

Help, please.


Re: Installation stoped in the middle [message #15989 is a reply to message #15986] Sun, 11 January 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
make sure webserver can write to the file and re-run the script.

FUDforum Core Developer
Re: Installation stoped in the middle [message #15993 is a reply to message #15989] Sun, 11 January 2004 19:28 Go to previous messageGo to next message
Gady is currently offline  Gady   Canada
Messages: 117
Registered: March 2003
Karma: 0
Senior Member
I did it, and I got:

Quote:

THIS UPGRADE SCRIPT HAS ALREADY BEEN RUN, IF YOU WISH TO RUN IT AGAIN USE THE FILE MANAGER TO REMOVE THE "/home/virtual/site8/fst/var/www/html/forum/errors/UPGRADE_STATUS" FILE.


But I can't delete the file because of permitions, and I can't cmod it too. Sad


Re: Installation stoped in the middle [message #15994 is a reply to message #15993] Sun, 11 January 2004 19:37 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
Make a simple script and run it via the webserver
<?php
unlink
('/home/virtual/site8/fst/var/www/html/forum/errors/UPGRADE_STATUS');
?>


FUDforum Core Developer
Re: Installation stoped in the middle [message #15999 is a reply to message #15994] Sun, 11 January 2004 20:37 Go to previous messageGo to next message
Gady is currently offline  Gady   Canada
Messages: 117
Registered: March 2003
Karma: 0
Senior Member
Same result:

Checking if SQL permissions to perform the upgrade are avaliable
Disable the forum
Forum is now disabled
Beginning the file upgrade process
Begining to decompress the archive
Couldn't open "/home/virtual/site8/fst/var/www/html/forum/thm/path_info/tmpl/actions.tmpl " for write

I can't cmod 'thm' folder.


Re: Installation stoped in the middle [message #16002 is a reply to message #15999] Sun, 11 January 2004 20:50 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
Use php to do it.

FUDforum Core Developer
Re: Installation stoped in the middle [message #16007 is a reply to message #16002] Sun, 11 January 2004 23:04 Go to previous messageGo to next message
Gady is currently offline  Gady   Canada
Messages: 117
Registered: March 2003
Karma: 0
Senior Member
I'm using

<?php
chmod ('/home/virtual/site8/fst/var/www/html/forum/thm/path_info/tmpl/actions.tmpl', 0666);
?> 


But I got

Warning: chmod(): Operation not permitted Sad


Re: Installation stoped in the middle [message #16008 is a reply to message #16007] Sun, 11 January 2004 23:16 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
Who has the ownership of that file?

FUDforum Core Developer
Re: Installation stoped in the middle [message #16010 is a reply to message #16008] Mon, 12 January 2004 02:50 Go to previous messageGo to next message
Gady is currently offline  Gady   Canada
Messages: 117
Registered: March 2003
Karma: 0
Senior Member
Well, I'm continued messing arround. Sad

Now I can't import my old data:

(/home/virtual/site8/fst/var/www/html/forum/include/theme/default/db.inc:114
/home/virtual/site8/fst/var/www/html/forum/adm/admimport.php:179
) 1146: Table 'bccompass_com.fud_ses' doesn't exist
Query: DELETE FROM fud_ses




Any clue? [message #16033 is a reply to message #16010] Mon, 12 January 2004 18:42 Go to previous messageGo to next message
Gady is currently offline  Gady   Canada
Messages: 117
Registered: March 2003
Karma: 0
Senior Member
-

Re: Installation stoped in the middle [message #16051 is a reply to message #15986] Tue, 13 January 2004 02:10 Go to previous messageGo to next message
Gady is currently offline  Gady   Canada
Messages: 117
Registered: March 2003
Karma: 0
Senior Member
Again, when I tryied to import my old data I got

(/home/virtual/site8/fst/var/www/html/forum/include/theme/default/db.inc:114
/home/virtual/site8/fst/var/www/html/forum/adm/admimport.php:179
) 1146: Table 'bccompass_com.fud_ses' doesn't exist
Query: DELETE FROM fud_ses


And ALL fud_ tables were gone. So I'm stock again.

How can I escape this circle?


Re: Installation stoped in the middle [message #16064 is a reply to message #16051] Tue, 13 January 2004 14:31 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
Reinstall 2.5.2, make sure file permissions will allow webserver to write to all (forum's) files and try import again.

I think the repeated import attempts resulted in the loss of the new tables.


FUDforum Core Developer
Re: Installation stoped in the middle [message #16076 is a reply to message #16064] Tue, 13 January 2004 16:23 Go to previous messageGo to next message
Gady is currently offline  Gady   Canada
Messages: 117
Registered: March 2003
Karma: 0
Senior Member
Thanks, Ilia.

I'll give it a try tonight,


Re: Installation stoped in the middle [message #16095 is a reply to message #16076] Wed, 14 January 2004 05:25 Go to previous message
Gady is currently offline  Gady   Canada
Messages: 117
Registered: March 2003
Karma: 0
Senior Member
It's not funny anymore Sad

I've install 2.52 from scratch, unlocked forum, ran import and got same error

(admimport.php) 1146: Table 'bccompass_com.fud_ses' doesn't exist
Query: DELETE FROM fud_ses


  Switch to threaded view of this topic Create a new topic Submit Reply
Previous Topic: Upgrade-error: MySQL Error: #1044 (Access denied for user: ...
Next Topic: how to set the forum in another language
Goto Forum:
  

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

Current Time: Fri Jun 07 22:42:20 GMT 2024

Total time taken to generate the page: 0.02331 seconds