Page 1 of 1

Error - File not found

Posted: Sun Jan 09, 2011 7:58 am
by quethiock
Hi guys,

CMS Made Simple Version 1.9.2 running through cPanel. CMS is giving a small error in my cPanel Error Log - it regularly reports a "File Not Found" when I access the Admin Screens:-

File does not exist: /admin/themes/default/images/icons/system/attachment.gif, referer: /admin/adminlog.php?sp_=e015507b

This error can be consistently reproduced when I go to look at a (non-empty) Admin Log through Site Admin. I think the problem is also tied in with the text link on the Admin Log page to "Download" the copy of the Log where the text link appears twice and the second version slightly higher than the first.

Here is the snippet of HTML where the error occurs (with the offending line in bold, and the code indented to show what links to where):

<div class="pagecontainer">
..<div class="pageoverflow">
....<p class="pageshowrows">
....</p>
....<div class="pageheader">Admin Log</div>
..</div>
..<div class="pageoptions">
....<p class="pageoptions">
......<a href="adminlog.php?sp_=3ef5b5f1&download=1">
........<img src="themes/default/images/icons/system/attachment.gif" class="systemicon" alt="Download" title="Download" />
......</a>
......<a class="pageoptions" href="adminlog.php?sp_=3ef5b5f1&download=1">Download</a>
....</p>
..</div>

It's a simple fault, not serious, but just a slight niggle. Just be nice to fix it in the next release (or some convenient time).

Regards

Mike

Re: Error - File not found

Posted: Sun Jan 09, 2011 8:31 am
by quethiock
Hi again,

Just checked the FULL Zipped release file for CMS 1.9.2 and .\admin\themes\default\images\icons\system\attachment.gif is not included in that release. Not checked earlier releases.

Regards

Mike

Re: Error - File not found

Posted: Sun Jan 09, 2011 7:54 pm
by jackstringer
Look in the folder called,
/public_html/admin/themes/NCleanGrey/images/icons/system

Its in there, if you were to copy it over it would fix the missing file. I must say its missing on my install but I don't get a 404, try changing the admin theme to NCleanGrey as you might have a theme issue.


Jack

Re: Error - File not found

Posted: Sun Jan 09, 2011 10:21 pm
by quethiock
Thanks Jack for the Reply - I had already done what you had suggested to get rid of the error. The intention of the message was to let the developers know to put the right image in the folder for the next release of CMS core (and make CMS Made Simple even better!) ;)

Regards

Mike

Re: Error - File not found

Posted: Sun Jan 09, 2011 10:32 pm
by M@rtijn
quethiock wrote:...The intention of the message was to let the developers know to put the right image in the folder for the next release of CMS core...
This is not the way to do that ;)
If you want something from the dev's please follow the procedure, make a bug report or a future request in the forge.

Re: [SOLVED]Error - File not found

Posted: Mon Jan 10, 2011 6:33 am
by quethiock
M@rtijn wrote:This is not the way to do that ;)
If you want something from the dev's please follow the procedure, make a bug report or a future request in the forge.
Thanks for the pointer to the right place M@rtijn, have raised a Bug Report and have flagged this original posting up as resolved.

Mike

Re: Error - File not found [SOLVED]

Posted: Mon Jan 10, 2011 8:53 am
by quethiock
Update - Bug Report (5971) has been accepted and the missing file will be included in the SVN for the next release (1.9.3) :)

Mike