|
Re: problem with blank.gif [message #843 is a reply to message #842] |
Sun, 03 March 2002 06:13 |
Ilia
Messages: 13241 Registered: January 2002
Karma: 0
|
Senior Member Administrator Core Developer |
|
|
juicysauce wrote on Sun, 03 March 2002 12:57 AM | okay... thanks to some excellent support from prottoss (about an hour walking me through things in IRC), my forum is up and running! hooray!
but for some reason, blank.gif is showing up as a broken image. i'm assuming blank.gif is a simple image (1px by 1px ?) used to create the black horizontal lines that appear in messages.
the file is showing up on my server, but its size is 0k. when i try to upload a homemade version of the file, i get a permission denied error. i've chmoded the folder, but i still get this permission denied error.
any clues?
http://justincone.com/forum
|
chmod the file 666 then you'll be able to overwrite it.
FUDforum Core Developer
|
|
|
Re: problem with blank.gif [message #853 is a reply to message #843] |
Sun, 03 March 2002 17:29 |
juicysauce
Messages: 14 Registered: February 2002
Karma: 0
|
Junior Member |
|
|
oh boy... so i tried to chomod 666 on the file, but it wouldn't let me do anything. "operation not permitted". so then i got the bright idea to delete the file and then just re-upload file. that seemed to work.
but when i went to my forum page, i got a new error:
Warning: Failed opening 'core.inc' for inclusion (include_path='') in /home/juicysauce/forum/include/GLOBALS.php on line 131
Fatal error: Call to undefined function: fud_use() in /home/juicysauce/www/forum/index.php on line 22
so then i thought i'd try to re-install the forum. i ran install.php, by got this message after step 2:
FAILED DURING COPY /home/juicysauce/www/forum_install/install_data/docs/.blank.gif, /home/juicysauce/www/forum/.blank.gif
"aha! so now i see where all this started," i thought to myself. the reason blank.gif was a problem is because it was messed up in the forum_install files. i checked the forum_install path, and sure enough: blank.gif was 0k. i uploaded blank.gif (from the original untarred file bundle) over this one.
but that didn't help matters. i still get both sets of error messages, the first when i try to access the forum, the second when i try to run install.php.
it seems as though replacing the 0k blank.gif with the true blank.gif image has somehow messed up globals.php and/or core.inc?! i can't imagine how/why...
and, as the first paragraph of this message suggests, i can't chmod anything inside home/www/forum. i can chmod the forum folder, but i can't do anything to any files inside it. weird.
|
|
|
Re: problem with blank.gif [message #855 is a reply to message #853] |
Sun, 03 March 2002 17:45 |
Ilia
Messages: 13241 Registered: January 2002
Karma: 0
|
Senior Member Administrator Core Developer |
|
|
1) Did you chmod the file 666 or the directory. You should have chmoded the file.
2) Which version of the forum you've tried installing?
FUDforum Core Developer
|
|
|
|
|