phpgroupware-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Phpgroupware-tracker] [Bug #516] User with isociety generate apache err


From: nobody
Subject: [Phpgroupware-tracker] [Bug #516] User with isociety generate apache errors
Date: Mon, 03 Jun 2002 11:12:18 -0400

=================== BUG #516: FULL BUG SNAPSHOT ===================
http://savannah.gnu.org/bugs/?func=detailbug&bug_id=516&group_id=509

Submitted by: youki                     Project: phpGroupWare                   
Submitted on: 2002-May-31 14:29
Category:  None                         Bug Group:  0.9.14 RC3                  
Severity:  5 - Major                    Priority:  Low                          
Resolution:  None                       Assigned to:  None                      
Status:  Open                           Platform Version:  Linux - Mandrake     
Reproducibility:  Every Time            

Summary:  User with isociety generate apache errors

Original Submission:  Users that use idsociety are generating many errors that 
can be found in the apache error_log, like by example :
[Wed Apr 17 17:05:27 2002] [error] [client 63.90.26.6] File does not exist: 
/var/www/html/phpgroupware/preferences/phpgroupware/forum/templates/idsociety/images/navbar-over.png

However there is no viewing problem.

My server configuration is :
Server Version: Apache-AdvancedExtranetServer/1.3.20(Mandrake Linux/3mdk) 
mod_ssl/2.8.4 OpenSSL/0.9.6b PHP/4.0.6
The problem

Thx in advance for any help

Nico


Follow-up Comments
*******************

-------------------------------------------------------
Date: 2002-Jun-03 15:12             By: youki
The problem seems to come from /phpgwapi/templates/idsociety/navbar.inc.php :
The errors are generated by bad Javascript calls (cf MM_Preload in navbar.tpl) 
: 
the path that leads to the images to preload is wrong :
==> in navbar.inc.php line 83 : there is a call to str_replace that shouldn't 
be done.
The following of code : 
if($strip_portion)
{
  $img_src_over = str_replace($strip_portion,'',$img_src_over);
}

should be removed in order to solve the problem.

Additionnaly users who have chosen idsociety, have an increase of performances 
with this problem solved.

Hope this helps

Nico




No files currently attached


For detailed info, follow this link:
http://savannah.gnu.org/bugs/?func=detailbug&bug_id=516&group_id=509



reply via email to

[Prev in Thread] Current Thread [Next in Thread]