apache2 error.log

46 views
Skip to first unread message

dbeck

unread,
Sep 29, 2011, 11:12:14 AM9/29/11
to planscalendar
Each time a user adds an event to the calendar, the apache.log
displays "File does not exist: /cgi-bin/throbber.gif, referrer: /
plans.cgi

Anyone know how to fix this?

The calendar works correctly, just displays this error when adding
event.

thanks!

Spode

unread,
Sep 30, 2011, 12:29:31 AM9/30/11
to planscalendar
The throbber.gif file is used by the Ajax javascripting. It is
included in the calendar package at
/plans_8.2.1/theme/images/throbber.gif

The only references are in the stylesheet and the .js file:

plans_8.2.1/theme/plans.css: background-image:url(images/
throbber.gif);
plans_8.2.1/theme/plans.js: image: jQuery.planscalendar.theme_url + "/
images/throbber.gif",
plans_8.2.1/theme/plans.js: image: jQuery.planscalendar.theme_url + "/
images/throbber.gif",
plans_8.2.1/theme/plans.js: image: jQuery.planscalendar.theme_url + "/
images/throbber.gif",
plans_8.2.1/theme/plans.js: image: jQuery.planscalendar.theme_url + "/
images/throbber.gif",
plans_8.2.1/theme/plans.js: image: jQuery.planscalendar.theme_url + "/
images/throbber.gif",
plans_8.2.1/theme/plans.js: image: jQuery.planscalendar.theme_url + "/
images/throbber.gif",
plans_8.2.1/theme/plans.js: image: jQuery.planscalendar.theme_url + "/
images/throbber.gif",
plans_8.2.1/theme/plans.js: image: jQuery.planscalendar.theme_url + "/
images/throbber.gif",
plans_8.2.1/theme/plans.js: image: jQuery.planscalendar.theme_url + "/
images/throbber.gif",
plans_8.2.1/theme/plans.js:(function($){var
defaultOptions={ajax:true,delay:
0,image:"throbber.gif",parent:"",wrap:""};$().ajaxStop(function()
{_throbberHide($
(".throbber_ajax"));});_throbberShow=function(options,jelement){var
jparent;if(options.parent){jelement=null;jparent=$(options.parent);}
else{jparent=(jelement?jelement.parent():$("body"));}

Not sure why it is being called as being in your cgi-bin directory.
Check you configuration, or revert to a default installation.

I can't troubleshoot mroe as I use an earlier version without the Ajax
beauty, as it was screwing up Chinese editing.

Good luck!

-Edward

p.s. Consider posting a link to the actual installation, as that might
draw out someone more knowledgeable.

Dineshkumar Natarajan

unread,
Sep 24, 2014, 11:46:57 PM9/24/14
to plansc...@googlegroups.com
Hi Edward,

i am also facing the same issue. Can you please help me to resolve this?

Couldn't add event to calendar. Getting below error message on httpd error_log file.

[Thu Sep 25 11:31:44 2014] [error] [client 172.16.50.224] script not found or unable to stat: /var/www/cgi-bin/calendar/throbber.gif,

Thanks,
Dinesh.

Kevin

unread,
Sep 25, 2014, 3:36:07 PM9/25/14
to plansc...@googlegroups.com
The easiest solution is to drop a copy of throbber.gif in your /cgi-bin/calendar/ folder. throbber.gif can be found in the theme/images/ folder.

Good luck,
Kevin
Reply all
Reply to author
Forward
0 new messages