Members: 16,996
Threads: 38,846
Posts: 159,391
Online: 24

Newest Member: Kl_broka@rediffmail.com


Odoo.tv - Outdoor Television


Sedo - Domains kaufen und verkaufen das Projekt mambers.com steht zum Verkauf Besucherstatistiken von mambers.com etracker® Web-Controlling statt Logfile-Analyse

Go Back   Mambers.com > Mambo 4.5.1 > Mambo 4.5.1 General Talk

Reply
 
LinkBack Thread Tools Display Modes
Old 02.02.2005, 03:08   #11 (permalink)
Expert Mamber
 
rober's Avatar
 
Join Date: May 2004
Location: Kansas, U.S.A.
Posts: 332
rober is on a distinguished road
Send a message via MSN to rober
Default Re: Security Patch a Must Upgrade

Quote:
Originally Posted by MasterChief
Shoot! Are you running on a PHP 4.1.2 server?
Running Php version 4.3.10 here
__________________
Peace, wherever you are.
Designs by Rober
Network Engineer and graphics designer. Jack of all internet trades...
rober is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Sponsored Links
Old 02.02.2005, 03:10   #12 (permalink)
Senior Mamber
 
doctorj's Avatar
 
Join Date: Jan 2005
Location: California, U.S.A.
Posts: 242
doctorj is on a distinguished road
Send a message via AIM to doctorj Send a message via MSN to doctorj Send a message via Yahoo to doctorj
Default Re: Security Patch a Must Upgrade

Thanks,I just did the upgrade!
__________________
until next time,

ThA DoC
www.gotgtek.com
Expose Project Admin
doctorj is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 02.02.2005, 03:14   #13 (permalink)
Baby Mamber
 
webdude's Avatar
 
Join Date: May 2004
Posts: 8
webdude is on a distinguished road
Default Re: Security Patch a Must Upgrade

Quote:
Originally Posted by MasterChief
Shoot! Are you running on a PHP 4.1.2 server?
YUP

PHP Version: 4.1.2
Web Server: Apache/1.3.27 (Unix) (Red-Hat/Linux) mod_ssl/2.8.12 OpenSSL/0.9.6 PHP/4.1.2 mod_perl/1.27
WebServer to PHP interface: apache
Mambo Version: Version: Mambo 4.5.1a Stable [Three For Rum] 05/10/2004 16:12 GMT
webdude is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 02.02.2005, 03:31   #14 (permalink)
Junior Mamber
 
MasterChief's Avatar
 
Join Date: Jun 2004
Location: Australia
Posts: 37
MasterChief is on a distinguished road
Default Re: Security Patch a Must Upgrade

Quote:
Originally Posted by webdude
YUP
PHP Version: 4.1.2
OK.

To get you out of trouble quickly, add the following lines above where array_change_key_case is called (line 14).

Code:
if (!function_exists( 'array_change_key_case' )) {
	if (!defined('CASE_LOWER')) {
	    define('CASE_LOWER', 0);
	}
	if (!defined('CASE_UPPER')) {
	    define('CASE_UPPER', 1);
	}
	function array_change_key_case( $input, $case=CASE_LOWER ) {
	    if (!is_array( $input )) {
	        return false;
		}
		$array = array();
		foreach ($input as $k=>$v) {
			if ($case) {
			    $array[strtoupper( $k )] = $v;
			} else {
			    $array[strtolower( $k )] = $v;
			}
		}
		return $array;
	}
}
I'm sorry, I didn't even thing to look at the verions compatibility on that function.
__________________
Andrew Eddie
<><
jxtended.com - Really cool extensions for Joomla!
Magazine, Catalog, Comments Systems and much more...
MasterChief is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 02.02.2005, 03:34   #15 (permalink)
Baby Mamber
 
Join Date: Feb 2005
Posts: 3
CafeMonkey is on a distinguished road
Default Re: Security Patch a Must Upgrade

I'm having problems on all of my sites with this patch.

On every Mambo page, I get this error:
Code:
Warning: Cannot modify header information - headers already sent by (output started at /home/userdir/public_html/includes/mambo.php:3422) in /home/userdir/public_html/includes/mambo.php on line 278

Warning: Cannot modify header information - headers already sent by (output started at /home/userdir/public_html/includes/mambo.php:3422) in /home/userdir/public_html/index.php on line 192

Warning: Cannot modify header information - headers already sent by (output started at /home/userdir/public_html/includes/mambo.php:3422) in /home/userdir/public_html/index.php on line 193

Warning: Cannot modify header information - headers already sent by (output started at /home/userdir/public_html/includes/mambo.php:3422) in /home/userdir/public_html/index.php on line 194

Warning: Cannot modify header information - headers already sent by (output started at /home/userdir/public_html/includes/mambo.php:3422) in /home/userdir/public_html/index.php on line 195

Warning: Cannot modify header information - headers already sent by (output started at /home/userdir/public_html/includes/mambo.php:3422) in /home/userdir/public_html/index.php on line 196
And on the admin page, I get this:
Code:
Warning: session_start(): Cannot send session cache limiter - headers already sent (output started at /home/userdir/public_html/includes/mambo.php:3422) in /home/userdir/public_html/administrator/index2.php on line 34
Mambo Version: Mambo 4.5.1a Stable [Three For Rum] 05/10/2004 16:12 GMT
PHP Version: 4.3.10

Tips?
CafeMonkey is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 02.02.2005, 03:38   #16 (permalink)
Expert Mamber
 
rober's Avatar
 
Join Date: May 2004
Location: Kansas, U.S.A.
Posts: 332
rober is on a distinguished road
Send a message via MSN to rober
Default Re: Security Patch a Must Upgrade

After your fix above, this is what I am getting:

Warning: main(/home/mysite/public_html/version.php): failed to open stream: No such file or directory in /home/mysite/public_html/includes/mambo.php on line 55

Warning: main(): Failed opening '/home/mysite/public_html/version.php' for inclusion (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/mysite/public_html/includes/mambo.php on line 55

Warning: main(/home/mysite/public_html/classes/database.php): failed to open stream: No such file or directory in /home/mysite/public_html/includes/mambo.php on line 57

Fatal error: main(): Failed opening required '/home/mysite/public_html/classes/database.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/mysite/public_html/includes/mambo.php on line 57
__________________
Peace, wherever you are.
Designs by Rober
Network Engineer and graphics designer. Jack of all internet trades...
rober is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 02.02.2005, 03:38   #17 (permalink)
Junior Mamber
 
MasterChief's Avatar
 
Join Date: Jun 2004
Location: Australia
Posts: 37
MasterChief is on a distinguished road
Default Re: Security Patch a Must Upgrade

Quote:
Originally Posted by CafeMonkey
I'm having problems on all of my sites with this patch. Tips?
There is a stray new-line character at the end of the mambo.php file. Delete this and you'll be ok.
__________________
Andrew Eddie
<><
jxtended.com - Really cool extensions for Joomla!
Magazine, Catalog, Comments Systems and much more...
MasterChief is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 02.02.2005, 03:45   #18 (permalink)
Baby Mamber
 
webdude's Avatar
 
Join Date: May 2004
Posts: 8
webdude is on a distinguished road
Default Re: Security Patch a Must Upgrade

Thanks...That worked !!
webdude is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 02.02.2005, 03:46   #19 (permalink)
Junior Mamber
 
MasterChief's Avatar
 
Join Date: Jun 2004
Location: Australia
Posts: 37
MasterChief is on a distinguished road
Default Re: Security Patch a Must Upgrade

Quote:
Originally Posted by rober
After your fix above, this is what I am getting:
I think you applied the wrong version of the patch to your site?
__________________
Andrew Eddie
<><
jxtended.com - Really cool extensions for Joomla!
Magazine, Catalog, Comments Systems and much more...
MasterChief is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 02.02.2005, 03:47   #20 (permalink)
Baby Mamber
 
Join Date: Feb 2005
Posts: 3
CafeMonkey is on a distinguished road
Default Re: Security Patch a Must Upgrade

Quote:
There is a stray new-line character at the end of the mambo.php file. Delete this and you'll be ok.
Great! Thanks!
CafeMonkey is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Offizieller Patch: Upgrade Mambo 4.5.1 auf 4.5.1a descartes Mamboreport Ankündigungen & News 0 09.10.2004 10:12
Security patch issue!!! ChicoMendez Mambo 4.5 Security 2 03.10.2004 10:18
GetMambo update - 25 Sept 2004 with this mornings Mambo Security Patch TheGreek Community Announcements 0 25.09.2004 16:40
DB Upgrade 4.5.09 -> 4.5.1 workaroud ideas? bananenschnitzel Mambo 4.5.1 Installation and Upgrades 1 27.08.2004 22:43


All times are GMT +2. The time now is 13:17.

Powered by vBulletin® Version 3.7.2
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
SEO by vBSEO 3.1.0
A vBSkinworks Design
© Copyright 2004-2008 by Arthur Konze Webdesign.