5 of 5
5
Nested Weblogs
Posted: 13 July 2007 06:29 PM   [ Ignore ]   [ # 73 ]  
Lab Technician
Avatar
RankRankRankRank
Total Posts:  1590
Joined  01-05-2007
jammo - 13 July 2007 01:25 PM

Does NOT work with EE 1.6 20070621.
The only other extension I am using is Extension: Add Site Name (to Control Panel header).

I’ve had to disable my nested weblogs.

THE ERROR:
After upgrading from previous 1.08, the redirect takes me back to root of my control panel, where the screen is blank. View Source reveals nothing - blank as well.

Yep same here as well. I am using 20070708.

 Signature 

 
Steven Hambleton | ExpressionEngine Development for Web & Graphic Design Agencies

Profile
 
 
Posted: 03 August 2007 07:41 PM   [ Ignore ]   [ # 74 ]  
Research Assistant
Avatar
RankRankRank
Total Posts:  716
Joined  07-02-2007

yes i can confirm:
the PUBLISH tab disapears:

Build:  20070726

Yust like the others said..

Maybe mark can do a quick fix heh (kinda need it.. have 34 weblogs raspberry)

 Signature 

Truly ExpressionEngine


Fielder Module ( Mass Custom Fields )
Super Cache (Cache heavy tag output)
reCAPTCHA Extension
Rewrite Module


See all my EE Addons (8)

Profile
 
 
Posted: 13 August 2007 11:28 AM   [ Ignore ]   [ # 75 ]  
Research Assistant
Avatar
RankRankRank
Total Posts:  716
Joined  07-02-2007

Just wondering Mark,
did you have any chance yet to checkout these issues ?

 Signature 

Truly ExpressionEngine


Fielder Module ( Mass Custom Fields )
Super Cache (Cache heavy tag output)
reCAPTCHA Extension
Rewrite Module


See all my EE Addons (8)

Profile
 
 
Posted: 13 August 2007 11:50 AM   [ Ignore ]   [ # 76 ]  
Lab Technician
Avatar
RankRankRankRank
Total Posts:  1184
Joined  01-05-2006

I’m looking into them now Victor, but unfortunately as this is a side project I don’t have a planned release date for the fixes.

 Signature 

================================================
    Mark Huot
    http://markhuot.com
================================================

Profile
 
 
Posted: 13 August 2007 07:40 PM   [ Ignore ]   [ # 77 ]  
Lab Technician
Avatar
RankRankRankRank
Total Posts:  1590
Joined  01-05-2007

Thank you Mark, it is an awesome Extension which my customers love!

I’ll look forward to a fix when you have the time smile

 Signature 

 
Steven Hambleton | ExpressionEngine Development for Web & Graphic Design Agencies

Profile
 
 
Posted: 08 September 2007 02:09 PM   [ Ignore ]   [ # 78 ]  
Research Assistant
Avatar
RankRankRank
Total Posts:  716
Joined  07-02-2007

*Bump* heh
Me so waiting for this raspberry

*GOGO* Mark

 Signature 

Truly ExpressionEngine


Fielder Module ( Mass Custom Fields )
Super Cache (Cache heavy tag output)
reCAPTCHA Extension
Rewrite Module


See all my EE Addons (8)

Profile
 
 
Posted: 18 January 2008 12:19 AM   [ Ignore ]   [ # 79 ]  
Lab Technician
Avatar
RankRankRankRank
Total Posts:  1590
Joined  01-05-2007

Still not getting any joy with version 2.0 using build 20071204.

I am using the following extensions -

Add Sitename     (v.1.1.2)
Checkbox     (v.1.0.1)
Edit Remember     (v.1.1.0)
Ctegory Checkboxes   (v.1.1.2)
Field Header     (v.1.0.1)
File         (v.3.1.1)
Multi Relationship   (v.1.0.6)
Multi Text     (v.1.1.0)

I just get a big blank CP.

 Signature 

 
Steven Hambleton | ExpressionEngine Development for Web & Graphic Design Agencies

Profile
 
 
Posted: 21 June 2008 12:03 PM   [ Ignore ]   [ # 80 ]  
Research Assistant
Avatar
RankRankRank
Total Posts:  402
Joined  03-17-2006

Just curious, have the fixes been implemented?

Profile
 
 
Posted: 11 August 2008 02:19 AM   [ Ignore ]   [ # 81 ]  
Lab Assistant
Avatar
RankRank
Total Posts:  284
Joined  02-02-2007

Hi Mark,

It seems that Nested Weblogs extension is quite dangerous to use.

After enabling it on EE v1.61 I got blank screen and could not log into Control panel anymore because system/index.php also produced only blank screen. Deleting extension’s files did not help - after deleting I got error message about those files missing. Fortunately I was trying extension on localhost, so I did not cripple any website.

The idea behind Nested Weblogs extension is sound and functionality is really needed, but in its current state it poses real danger for anyone who would like to try it.

If this extension is not dead, I will wait impatiently for any fixes.

 Signature 

Full list of plugins here

Child Categories
Browser Sniff
Category Id
Entries List

Profile
 
 
Posted: 29 September 2008 04:35 PM   [ Ignore ]   [ # 82 ]  
Lab Assistant
Avatar
RankRank
Total Posts:  147
Joined  04-28-2007

I think I’ve tracked down the issue,  and have a partial fix.

What I know:
- This issue only started for me when upgrading to PHP5
- The div containing the publish tab is rendered very differently when you’re on the Publish page itself,  versus any other CP page (there’s no id=“publish” and the rendering of the line-breaks are different)
- The issue is most likely due to a REGEX in the extension
- I know NOTHING regarding Regex syntax (makes me run screaming to the hills)

BUT…  around line 200 in ext.nested_weblog.php is the following:

 

$out = preg_replace("/((?:class=.cpNavOn.|class=.cpNavOff.|id=.publish.).*?>.*?Publish.*?<\/div>)/s","$1".$ul, $out);

I believe that the problem is with the .).*?>  ,  which PHP5 may be interpreting as the closing php tag.  Or, it could just be that the linebreaks aren’t taken into account in the reg ex above.  Lastly,  it could also be that there is no ID field in the publish DIV,  when you’re on the publish page.

Hopefully someone with more (or some) knowledge of regex can find a real fix,  but in the meantime, I’ve changed the line to:

$out = preg_replace("/((?:class=.cpNavOn.|class=.cpNavOff.|id=.publish.)..>.*?Publish.*?<\/div>)/s","$1".$ul, $out);

This will disable the Publish rollover altogether once you click the publish tab,  but it won’t tank your entire control panel (and isn’t such a bad usability issue,  at least for my needs),  and the rollover menu and extension function well everywhere else.

Cheers,

- Ira

Profile
 
 
   
5 of 5
5
 
‹‹ ext.file.php      Geocoding ››
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: 64905 Total Logged-in Users: 52
Total Topics: 81844 Total Anonymous Users: 35
Total Replies: 440035 Total Guests: 262
Total Posts: 521879    
Members ( View Memberlist )