Install only creates SOME directories; can't CHMOD; can't import! [message #18014] |
Thu, 29 April 2004 07:15 |
HarmonyMajor
Messages: 46 Registered: September 2003
Karma: 0
|
Member |
|
|
Hello.
I can't import a .sql backup into the forum that I just
installed. Each time I tried, I got an error saying that
some file didn't exist. When I changed the permissions of
the .sql file to 777, running the import just brings up a
blank page.
It's a .sql file I created through phpMyAdmin, not the
forum "data dump" utility. I tried importing it to both
a new 2.5.2 version installation, and the latest stable
version (I forget the version numbers).
I believe that the problem is that install.php DIDN'T
create all of the required directories/files. And I
can't manually CHMOD ANY directories or files with my
FTP client, nor can I even browse to the directories the
FUDforum script created!
Any suggestions, please?
Thank you.
Namaste,
FitnessJunkie
[Updated on: Thu, 29 April 2004 07:16] Report message to a moderator
|
|
|
|
|
|
|
|
Sorry... [message #18226 is a reply to message #18223] |
Thu, 13 May 2004 21:22 |
HarmonyMajor
Messages: 46 Registered: September 2003
Karma: 0
|
Member |
|
|
I got it working. I think it was because I hadn't named the
table prefixes quite the same.
Thank you.
Namaste,
FitnessJunkie
|
|
|
Similar problem, actually... (550 permission denied) [message #18228 is a reply to message #18226] |
Thu, 13 May 2004 21:39 |
HarmonyMajor
Messages: 46 Registered: September 2003
Karma: 0
|
Member |
|
|
Hi again.
I should've check this first, but although it did seem to
install right this time, I'm still not able to CHMOD any
directories or files with my FTP client -- nor can I even
browse to the directories FUDforum created. It gives me a
"550 permission denied" error any time I try to do any of
the above.
How can I get around this? Thank you.
Namaste,
FitnessJunkie
|
|
|
Re: Similar problem, actually... (550 permission denied) [message #18230 is a reply to message #18228] |
Thu, 13 May 2004 22:08 |
Ilia
Messages: 13241 Registered: January 2002
Karma: 0
|
Senior Member Administrator Core Developer |
|
|
You need to access the admin control panel of your forum and click on the "Lock/Unlock Forum's Files" that will allow you to "unlock" forum files. After that you'll be able to modify them with your FTP client.
FUDforum Core Developer
|
|
|
Re: Similar problem, actually... (550 permission denied) [message #18234 is a reply to message #18230] |
Fri, 14 May 2004 08:53 |
HarmonyMajor
Messages: 46 Registered: September 2003
Karma: 0
|
Member |
|
|
Thank you. What does this error mean?
Quote: | Warning: fopen(/home/blowncov/FUDForum/messages/msg_1): failed to open stream: No such file or directory in /home/blowncov/public_html/truth/forum/theme/default/msg.php on line 740
Warning: fseek(): supplied argument is not a valid stream resource in /home/blowncov/public_html/truth/forum/theme/default/msg.php on line 760
Warning: fread(): supplied argument is not a valid stream resource in /home/blowncov/public_html/truth/forum/theme/default/msg.php on line 761
|
As the first part of the error message says, there's nothing
in the /messages directory. I'm confused as to why the topics
and categories are there, but when you click on a post, you
get the above.
Also, what do the second and third error messages above mean?
Thanks very much.
Namaste,
FitnessJunkie
|
|
|
|
|
|
|