[SOLVED] 1.6.4 upgrade breaks Related Entries?
Posted: 04 August 2008 11:51 AM   [ Ignore ]  
Lab Assistant
Avatar
RankRank
Total Posts:  124
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 12:07 PM   [ Ignore ]   [ # 1 ]  
Lab Assistant
Avatar
RankRank
Total Posts:  124
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 05:33 PM   [ Ignore ]   [ # 2 ]  
Moderator
Avatar
RankRankRankRankRankRankRank
Total Posts:  12390
Joined  04-29-2002

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

 Signature 

Quick Reference - EE Trial Options - EE Wiki - Docs for updating a build

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 1149, on July 16, 2007 09:33 AM
Total Registered Members: 64935 Total Logged-in Users: 54
Total Topics: 81902 Total Anonymous Users: 25
Total Replies: 440280 Total Guests: 263
Total Posts: 522182    
Members ( View Memberlist )