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: Wed, 11 Sep 2002 01:03:51 -0400

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

Changes by: Dave Hall <address@hidden>
Date: 2002-Sep-11 15:03 (Australia/Melbourne)

            What     | Removed                   | Added
---------------------------------------------------------------------------
            Category | None                      | API - phpGWapi
              Status | Open                      | Closed


------------------ Additional Follow-up Comments ----------------------------
This has been corrected in CVS.

To grab a complete update of all fixes:

1)  Check to see if you have cvs installed: 'cvs --help'.
1a) If not, install a copy of cvs-cli from your favorite 
distro.

2)  Then just type:
    'cd <your phpgroupware dir>; cvs update -dP'.

You can do step 2 as many times in a day as you wish, and 
will always get the most current bug fixes.

Thanks,




=================== BUG #516: FULL BUG SNAPSHOT ===================


Submitted by: youki                     Project: phpGroupWare                   
Submitted on: 2002-Jun-01 00:29
Category:  API - phpGWapi               Bug Group:  0.9.14 RC3                  
Severity:  5 - Major                    Priority:  Low                          
Resolution:  None                       Assigned to:  None                      
Status:  Closed                         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-Sep-11 15:03             By: skwashd
This has been corrected in CVS.

To grab a complete update of all fixes:

1)  Check to see if you have cvs installed: 'cvs --help'.
1a) If not, install a copy of cvs-cli from your favorite 
distro.

2)  Then just type:
    'cd <your phpgroupware dir>; cvs update -dP'.

You can do step 2 as many times in a day as you wish, and 
will always get the most current bug fixes.

Thanks,


-------------------------------------------------------
Date: 2002-Aug-21 16:23             By: skwashd
Hi Nico,

Thanks for the info.  I have added this a patch on patch manager. See patch 
#487 ( 
http://savannah.gnu.org/patch/index.php?func=detailpatch&patch_id=487&group_id=509
 )

I'll get this one closed off.

Cheers

skwashd
Dave Hall

-------------------------------------------------------
Date: 2002-Jun-04 01: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]