Page 1 of 1

Files missing in 141 download

PostPosted: Tue Mar 03, 2009 8:55 pm
Author: .QUACK.Major.Pain
I was checking my error log after my new install, and I am getting a lot of errors for missing files.

/bindepot.net/favicon.ico
/bindepot.net/robots.txt
/forum/templates/prototype.js
/forum/templates/scriptaculous.js
/forum/templates/lightbox.js


For the favicon.ico, I copied the one from inside the /forum/ folder.

For the robots.txt, I added an empty file.
Is this ok, or should I copy the file inside the /forum/ folder?

The other, I don't know how to fix.

Re: Files missing in 141 download

PostPosted: Wed Mar 04, 2009 9:20 am
Author: Helter
looks like I added a few premodded filed to the package from the photo bbcode mod. To remove the partial mod, edit these files
root/mods/bbcode_box/bbcode_box.js
root/mods/bbcode_box/bbcode_box.js_a
root/templates/fisubice/overall_header.tpl
root/templates/fisubice/fisubice.css

open root/mods/bbcode_box/bbcode_box.js
find and delete
Code: Select all
photo_help = "Insert photo image]http://photo URL[/photo]";

find and delete
Code: Select all
 function BBCphoto() {     var ToAdd = "";     var Result1 = 0;     while (Result1 == 0)     {         var Prompt1 = showPrompt("Enter the photo URL","http]"+Prompt1+"[/photo]";             Result1 = 1;         }     }     PostWrite(ToAdd);}



open root/mods/bbcode_box/bbcode_box_a.js
find and delete
Code: Select all
photo_help = "Insert photo image]http://photo URL[/photo]";

find and delete
Code: Select all
 function BBCphoto() {     var ToAdd = "";     var Result1 = 0;     while (Result1 == 0)     {         var Prompt1 = showPrompt("Enter the photo URL","http]"+Prompt1+"[/photo]";             Result1 = 1;         }     }     PostWrite(ToAdd);}


open root/templates/fisubice/overall_header.tpl
find and delete
Code: Select all
<script></script><script></script><script></script>


open root/templates/fisubice/fisubice.css
find and delete
[code]#lightbox{     position]

Re: Files missing in 141 download

PostPosted: Wed Mar 04, 2009 2:23 pm
Author: .QUACK.Major.Pain
Thanks Helter - removed everything.

As for the robots.txt, is a blank file ok just to eliminate the error, or should there be something in it.

Also, can you help me with my other post with the attachment issue?
Getting error message all the time.

Thanks again.

Re: Files missing in 141 download

PostPosted: Wed Mar 04, 2009 6:41 pm
Author: Helter
it should contain this
[code]Disallow]

Re: Files missing in 141 download

PostPosted: Wed Mar 04, 2009 7:35 pm
Author: .QUACK.Major.Pain
the one in the forum folder contains all that.

The one that's giving the error is:
root/forum/
root/robots.txt

It's outside the forum folder.

I thought those wouldn't apply unless inside the forum folder.