Customizing SMF > SMF Coding Discussion

Need Help on Both error log and unknown permission

(1/2) > >>

johnpaul2k2:
1.

Whenever i want to post an article on a particular Category  on my SMF. this is what i see.

is it from my robot.txt??  how will i resolve it??

2. I checked my error log . this is the statistic i am seeing



What will i do ??

My robot text is this

--- Code: --- User-agent: *
Disallow: index.php?action=search*
Disallow: index.php?action=calendar*
Disallow: index.php?action=login*
Disallow: index.php?action=register*
Disallow: index.php?action=profile*
Disallow: index.php?action=stats*
Disallow: index.php?action=arcade*
Disallow: index.php?action=printpage*
Disallow: index.php?PHPSESSID=*
Disallow: index.php?*rss*
Disallow: index.php?*wap*
Disallow: index.php?*wap2*
Disallow: index.php?*imode*   
--- End code ---

MrPhil:
1. Do you really have a directory /adverts-and-market-affiliate-tips? That path seems to indicate that it's looking at the filesystem root / rather than the HTML root /. Check if you need to add the /home/ACCOUNT/public_html/ etc. before that path, to form a complete absolute path.


--- Quote ---is it from my robot.txt??
--- End quote ---
It should have nothing to do with robots.txt.

2. All you're showing is that you have a whole bunch of errors logged. I would investigate the most severe errors first. Eventually you'll have to get around to fixing these "undefined" errors (usually an array index used without being defined, due to a bad mod install or uninstall).

johnpaul2k2:

--- Quote from: MrPhil on September 25, 2012, 08:19:51 PM ---1. Do you really have a directory /adverts-and-market-affiliate-tips? That path seems to indicate that it's looking at the filesystem root / rather than the HTML root /. Check if you need to add the /home/ACCOUNT/public_html/ etc. before that path, to form a complete absolute path.


--- Quote ---is it from my robot.txt??
--- End quote ---
It should have nothing to do with robots.txt.

2. All you're showing is that you have a whole bunch of errors logged. I would investigate the most severe errors first. Eventually you'll have to get around to fixing these "undefined" errors (usually an array index used without being defined, due to a bad mod install or uninstall).

--- End quote ---


Thank but

1. I don't really know about the directory thing
2. How will i fix it?  This is one of the example 

K@:
I think the PrettyURLs mod is screwing your site.

Try disabling it and see if that helps.

johnpaul2k2:

--- Quote from: K@ on September 26, 2012, 04:56:01 AM ---I think the PrettyURLs mod is screwing your site.

Try disabling it and see if that helps.

--- End quote ---

I have removed the Pretty URL......
Thanks , Please what will i do to all these Errors ?? should i delete them or is there a way to fix it

Navigation

[0] Message Index

[#] Next page

Go to full version