[SOLVED] 1.6.4 upgrade breaks Related Entries?
Posted: 04 August 2008 12:51 PM   [ Ignore ]  
Lab Assistant
Avatar
RankRank
Total Posts:  145
Joined  07-30-2007

I was running 1.6.3, and when I upgraded, all of my related entries broke. Which, unfortunately is used MANY times throughout our site. Can someone help me get this back up and running? Not sure what may have caused it.

You can see the page here:
http://www.rocketmediastudios.com/index.php/portfolio/

I have already tried to clear my cache

I am using the following plug-ins:
IMGSizer 2.1
Word Limit

Modules:
ProNav

Extensions:
LG Member List
LG Tinymce
Multi-Relationship


[Mod edit: moved to Installation Support forum]

 Signature 

24” Aluminum iMac 10.5
2.8Ghz Core 2 Duo 4GB SDRAM 400GB HD
256MB ATI Radeon HD 2600
XServe W/ 4TB Raid
Wacom Intuos 3 (6x8)

Profile
 
 
Posted: 04 August 2008 01:07 PM   [ Ignore ]   [ # 1 ]  
Lab Assistant
Avatar
RankRank
Total Posts:  145
Joined  07-30-2007

Solved

Seems that the problem was that I did not change Mark Huot’s Multi-Relationship extension back to being compatible with PHP 4. When I updated. it overwrote the file I modified (mod.weblog.php).

All you have to do is find:

//—————————————————————-
// ‘weblog_entries_tagdata’ hook.

to this line:

//
//—————————————————————-

and replace the contents with:

if (isset($EXT->extensions[‘weblog_entries_tagdata’]))
        {
          //—PHP4 Fix For call_user_func_array not passing by reference
          global $Weblog; $Weblog = $this;
          //—End Fix
         
          $tagdata = $EXT->call_extension(‘weblog_entries_tagdata’, $tagdata, $row, $this);
          if ($EXT->end_script === TRUE) return $tagdata;
         
          //—PHP4 Fix For call_user_func_array not passing by reference
          $this = $Weblog; unset($Weblog);
          //—End Fix
        }

 Signature 

24” Aluminum iMac 10.5
2.8Ghz Core 2 Duo 4GB SDRAM 400GB HD
256MB ATI Radeon HD 2600
XServe W/ 4TB Raid
Wacom Intuos 3 (6x8)

Profile
 
 
Posted: 04 August 2008 06:33 PM   [ Ignore ]   [ # 2 ]  
Moderator
Avatar
RankRankRankRankRankRankRank
Total Posts:  21039
Joined  04-29-2002

Glad to hear you have things working again. Closing thread.

 Signature 

EE 2.01PB - 2.x Bug Tracker | Docs | Upgrade from 1.x to 2.x | Build Update Instructions | 1.6.x Update Info

Most recent 2.x version: Build 20100215
Don’t forget to upgrade MSM and Forum as needed!

Profile
MSG
 
 
   
 
 
Post Marker Legend
New Topic New posts Hot Topic Hot Topic with new posts New Poll New Poll Moved Topic Moved Topic Sticky Topic Sticky topic
Old Topic No new posts Hot Old Topic Hot Topic with no new posts Old Poll Old Poll Closed Topic Closed Topic Announcement Announcements
Theme
Change Theme
Visitor Statistics
The most visitors ever was 1743, on December 02, 2009 03:47 PM
Total Registered Members: 120583 Total Logged-in Users: 42
Total Topics: 126619 Total Anonymous Users: 27
Total Replies: 665643 Total Guests: 287
Total Posts: 792262    
Members ( View Memberlist )