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

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 'How Do I' Questions

Reply
 
LinkBack Thread Tools Display Modes
Old 05.10.2004, 02:34   #1 (permalink)
Senior Mamber
 
pocketom's Avatar
 
Join Date: Aug 2004
Location: Germany
Posts: 184
pocketom is on a distinguished road
Send a message via ICQ to pocketom Send a message via MSN to pocketom
Disk +++ 4.5.1 Compatibility Patch: Use nearly every old component, module in 4.5.1(a) +++

Many of you sure have tried to run your old componets or modules under 4.5.1(a) you where using in older 4.5.0 versions of mambo. Many of them like for example the latest zOOmGallery 2.1.2, older Akobooks and Akogalleries use some functions missing since 4.5.1.


This patch makes it possible to run these components without any problems in both 4.5.1 or 4.5.1a!
It re-adds the missing functions openConnectionWithReturn() and openConnectionNoReturn() to Mambo 4.5.1(a) stable.


Installation:

1. Make sure you really have Mambo 4.5.1-Stable or 4.5.1a, because this patch will not work for any other version.

2. Rename the original file includes/database.php to database.php-dist

3. Copy the database.php from this patch to the includes directory


Have Phun and please post your expiriences with it here...

Attached Files
File Type: zip 4.5.1_compatibility_patch.zip (7.4 KB, 1372 views)
__________________
LET'S MAMBO NOT SPAMBO


Mambo got emailcloaking!
pocketom is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Sponsored Links
Old 05.10.2004, 03:32   #2 (permalink)
Baby Mamber
 
Join Date: Oct 2004
Posts: 13
Dunhausen is on a distinguished road
Default Re: +++ 4.5.1 Compatibility Patch: Use nearly every old component, module in 4.5.1(a)

Awesome!

I don't suppose anyone knows if the database backup and restore utility from 4.5.0 is available as a component?
__________________
http://mish-mash.info/
Dunhausen is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 05.10.2004, 05:25   #3 (permalink)
Baby Mamber
 
Join Date: Oct 2004
Posts: 2
vexed is on a distinguished road
Default Re: +++ 4.5.1 Compatibility Patch: Use nearly every old component, module in 4.5.1(a) +++

I'm trying to get Ako Comment to work with 4.5.1. The current behavior is that it kind of works, to the extent that you can post comments, but the comments are not automatically displayed when reading the story. The user has to click on Write Comment in order to view the comments.
I thought this patch would fix the problem, but it didn't.
vexed is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 05.10.2004, 14:56   #4 (permalink)
Senior Mamber
 
pocketom's Avatar
 
Join Date: Aug 2004
Location: Germany
Posts: 184
pocketom is on a distinguished road
Send a message via ICQ to pocketom Send a message via MSN to pocketom
Default Re: +++ 4.5.1 Compatibility Patch: Use nearly every old component, module in 4.5.1(a) +++

Please dont be angry .

As u can read above, this path fixes he missung futions missing functions openConnectionWithReturn() and openConnectionNoReturn() in daabase.php only. This is responsible for a lot of components to work correctly.

I dont use akocomment, so i dont know whats the problem there.

Please post the error messages if u want somebody to help you, therwise nobody will be able to help you with your problem!
__________________
LET'S MAMBO NOT SPAMBO


Mambo got emailcloaking!
pocketom is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 08.10.2004, 13:20   #5 (permalink)
Senior Mamber
 
pocketom's Avatar
 
Join Date: Aug 2004
Location: Germany
Posts: 184
pocketom is on a distinguished road
Send a message via ICQ to pocketom Send a message via MSN to pocketom
Default Re: +++ 4.5.1 Compatibility Patch: Use nearly every old component, module in 4.5.1(a) +++

Found it:

database backup & restore for 4.5.1
http://www.mamboportal.com/index.php...filecatid=1158

__________________
LET'S MAMBO NOT SPAMBO


Mambo got emailcloaking!
pocketom is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 11.10.2004, 00:18   #6 (permalink)
Baby Mamber
 
Join Date: Oct 2004
Location: Moscow
Posts: 1
yarik is on a distinguished road
Send a message via ICQ to yarik Send a message via MSN to yarik
Default Re: +++ 4.5.1 Compatibility Patch: Use nearly every old component, module in 4.5.1(a) +++

Akocomment works fine for me in 4.5.1. I just replaced 1 line in akocommentbot.php

Before:
Code:
  if ($option=='content' AND $task=='view') {
After:
Code:
  if ($option=='com_content' AND $task=='view') {
yarik is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 12.10.2004, 23:16   #7 (permalink)
Baby Mamber
 
Join Date: Oct 2004
Posts: 13
Dunhausen is on a distinguished road
Default Re: +++ 4.5.1 Compatibility Patch: Use nearly every old component, module in 4.5.1(a) +++

Ah, much thanks, pocketom.
__________________
http://mish-mash.info/
Dunhausen is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 15.10.2004, 16:46   #8 (permalink)
Baby Mamber
 
rastamate's Avatar
 
Join Date: Aug 2004
Posts: 10
rastamate is on a distinguished road
Send a message via ICQ to rastamate
Default Re: +++ 4.5.1 Compatibility Patch: Use nearly every old component, module in 4.5.1(a)

Yarik: You are the best!

Thanks for you input and your solution

Quote:
Akocomment works fine for me in 4.5.1. I just replaced 1 line in akocommentbot.php
It works for me!
rastamate is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 18.10.2004, 01:42   #9 (permalink)
Baby Mamber
 
Join Date: Oct 2004
Posts: 8
dylanr is on a distinguished road
Default Re: +++ 4.5.1 Compatibility Patch: Use nearly every old component, module in 4.5.1(a)

I'm getting an error using the patch and Display News-Ordered 1-3.

Notice: You have an error in your SQL syntax. Check the manual that corresponds to your MySQL server version for the right syntax to use near 'Latest News''' at line 3 in /hsphere/local/home/name/projects.namecom/project/includes/database.php on line 202

It's odd, because it loads and shows the content, although it isn't functioning correctly (no scrolling... and yes, I have hardcoded my parameters.)
dylanr is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 18.10.2004, 01:54   #10 (permalink)
Baby Mamber
 
Join Date: Oct 2004
Posts: 8
dylanr is on a distinguished road
Default Re: +++ 4.5.1 Compatibility Patch: Use nearly every old component, module in 4.5.1(a)

Nevermind... I hardcoded something that I shouldn't have:

$set_category_name = @$params->set_category_name ? strval( $params->set_category_name ) : "";
dylanr 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
any word on a safe mode patch for 4.5.1? peter01 Mambo 4.5.1 General Talk 22 30.11.2004 05:40
Is there any Template Changes Required from 4.5.1 to 4.5.1a? hevnsnt Mambo 4.5.1 Installation and Upgrades 1 04.10.2004 02:17
Module Positions bei 4.5.1 Day Mambo 4.5 Allgemein 4 24.09.2004 08:27
4.5.1 Rc3 : where is the Newsfeeds module? jcb Mambo 4.5.1 Bugs 2 10.09.2004 09:23


All times are GMT +2. The time now is 14:00.

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.