Jul 05, 2009, 09:34 PM *
Welcome, Guest. Please login or register.
Did you miss your activation email?

Login with username, password and session length
Search via SMF or Google: modx forums all of modxcms.com web
  MODxCMS.com   Forums   Help Login Register  
News:Read what MODx Developers say: MODx Dev. Blogs
Pages: [1] 2   Go Down
  Print  
Author Topic: [Solived] MCPuck file browser not working after upgrade to 0.9.6.3 from 0.9.6.2  (Read 5432 times)
0 Members and 1 Guest are viewing this topic.
Kim_dk
New Member
*
Posts: 2


« on: Dec 30, 2008, 06:45 AM »

Hi!

I hope you can help me with this:

The mcpuk browser (FCKeditor - Resources Browser) doesn't  show any files or folders after the upgrade.

I upgraded from 0.9.6.2 -> 0.9.6.3

If I try to upload a file, an error message says "Error, "Failed to upload file, internal error..." and when I try to create a folder "You have no permissions to create the folder"

I have checked the folders, and they have 0755 permissions...

Best regards

Kim
« Last Edit: Jan 06, 2009, 05:29 AM by rthrash » Logged
dev_cw
Testers
*
Posts: 4,025



WWW
« Reply #1 on: Dec 30, 2008, 07:10 AM »

You need to reset the Resource Path. There is a difference in how the two versions define the Resource Path. You will need to include the full path (as it was prior to 0962) rather than just the relative path. Note:  you will also need to update the settings in the individual manager users if they have custom settings.
Logged

Shane Sponagle | [wiki] Snippet Call Anatomy | MODx Developer Blog | [nettuts] Working With a Content Management Framework: MODx

Something is happening here, but you don't know what it is.
Do you, Mr. Jones?  -  [bob dylan]
rthrash
Foundation
*
Posts: 10,471



WWW
« Reply #2 on: Dec 30, 2008, 07:43 AM »

Hmm ... we should probably make an official note regarding this.
Logged

MODx is a framework that allows web professionals to turn over sites to end-users for daily maintenance without worrying. Community participation and questions are encouraged, especially when you help us help you, read the wiki, and review snippet parameters – even if you have to look at the source. Searching the forums helps, too.
Ryan Thrash
MODx Co-Founder
Principal @ Collabpad
work productively.
work intelligently.
work together.
Kim_dk
New Member
*
Posts: 2


« Reply #3 on: Dec 30, 2008, 07:55 AM »

Thanks!

It's working great now! Thank you for your quick replies.

Best regards

Kim
Logged
dev_cw
Testers
*
Posts: 4,025



WWW
« Reply #4 on: Dec 30, 2008, 07:56 AM »

This is only a problem with updates, new installs work like a charm.
Logged

Shane Sponagle | [wiki] Snippet Call Anatomy | MODx Developer Blog | [nettuts] Working With a Content Management Framework: MODx

Something is happening here, but you don't know what it is.
Do you, Mr. Jones?  -  [bob dylan]
rthrash
Foundation
*
Posts: 10,471



WWW
« Reply #5 on: Dec 30, 2008, 08:13 AM »

*wonders if the installer for upgrades could be tweaked to fix automatically*
Logged

MODx is a framework that allows web professionals to turn over sites to end-users for daily maintenance without worrying. Community participation and questions are encouraged, especially when you help us help you, read the wiki, and review snippet parameters – even if you have to look at the source. Searching the forums helps, too.
Ryan Thrash
MODx Co-Founder
Principal @ Collabpad
work productively.
work intelligently.
work together.
OpenGeek
MODx Co-Founder
Foundation
*
Posts: 5,814


damn accurate caricatures...


WWW
« Reply #6 on: Dec 30, 2008, 09:18 AM »

*wonders if the installer for upgrades could be tweaked to fix automatically*
Nope.  Upgrades should never change existing setting values.  This was just a problem with the way the resource browser was updated to work for a brief period of time (i.e. it automatically appended the base_path to the rb_base_path to get the full path, and stripped the base_path out of rb_base_path automatically if it was specified there).  Should only affect upgrades from 0.9.6.2 and not from earlier versions if I'm not mistaken.
Logged

Jason Coward
MODx Co-Founder
xPDO Founder
CTO @ Collabpad
work productively.
work intelligently.
work together.
Light is just a vibration of a note too. Everything is. You've got to keep that in mind.
  Frank Zappa
g5604
Sr. Member
****
Posts: 362


WWW
« Reply #7 on: Jan 02, 2009, 07:00 AM »

would be great if this was mentioned somewhere a bit less hidden! its a pretty big break and i bet 99% of people will have it happen to them.
Logged

OpenGeek
MODx Co-Founder
Foundation
*
Posts: 5,814


damn accurate caricatures...


WWW
« Reply #8 on: Jan 02, 2009, 09:18 AM »

would be great if this was mentioned somewhere a bit less hidden! its a pretty big break and i bet 99% of people will have it happen to them.
How is this hidden?  It's in release support for 0.9.6.3 which seems the most appropriate place to discuss it and with a proper subject line...  Huh
Logged

Jason Coward
MODx Co-Founder
xPDO Founder
CTO @ Collabpad
work productively.
work intelligently.
work together.
Light is just a vibration of a note too. Everything is. You've got to keep that in mind.
  Frank Zappa
PatrickSamphire
Support Subscriber
*
Posts: 261


WWW
« Reply #9 on: Jan 02, 2009, 10:30 AM »

You're assuming people read the release support, Jason.  Grin They should, but they don't. Hell, I don't half the time. It's dumb, but we're lazy creatures...
Logged
foniksonik
Member
**
Posts: 60


I love MODx!


« Reply #10 on: Jan 02, 2009, 11:30 AM »

If it were my choice I'd do a check for this issue and present an error notice on the manager home page... similar to if you have globals on.... Maybe distinguish it somewhat from the other errors by making it a version incompatibility notice or something with a different color or put a border around it or something. Could be a standard way to notify people that a setting is not properly configured (which should only happen during an upgrade, but would be useful regardless).

This would avoid the mistake of changing people's settings (in case they have customized things) but would notify them of the issue. If they are savvy enough to customize things to where they don't want to see this notice every time they log in, then they can go and comment out this notice in the code... or you could make a preference to not show notices.
Logged
OpenGeek
MODx Co-Founder
Foundation
*
Posts: 5,814


damn accurate caricatures...


WWW
« Reply #11 on: Jan 02, 2009, 11:32 AM »

If it were my choice I'd do a check for this issue and present an error notice on the manager home page... similar to if you have globals on.... Maybe distinguish it somewhat from the other errors by making it a version incompatibility notice or something with a different color or put a border around it or something. Could be a standard way to notify people that a setting is not properly configured (which should only happen during an upgrade, but would be useful regardless).

This would avoid the mistake of changing people's settings (in case they have customized things) but would notify them of the issue. If they are savvy enough to customize things to where they don't want to see this notice every time they log in, then they can go and comment out this notice in the code... or you could make a preference to not show notices.
Sure, I agree, in the next release we could do that.  But until then, you'll have to search in bug reports or release support for this thread when your resource browser stops working after upgrade.
Logged

Jason Coward
MODx Co-Founder
xPDO Founder
CTO @ Collabpad
work productively.
work intelligently.
work together.
Light is just a vibration of a note too. Everything is. You've got to keep that in mind.
  Frank Zappa
g5604
Sr. Member
****
Posts: 362


WWW
« Reply #12 on: Jan 02, 2009, 12:48 PM »

sorry, but an obscure part of the forum.. its a little hidden.  Grin

something which literally breaks all sites, should be highlighted on the download page.
Logged

rthrash
Foundation
*
Posts: 10,471



WWW
« Reply #13 on: Jan 02, 2009, 12:52 PM »

It doesn't break all sites, though. I'll add a note on the download page, though. Smiley
Logged

MODx is a framework that allows web professionals to turn over sites to end-users for daily maintenance without worrying. Community participation and questions are encouraged, especially when you help us help you, read the wiki, and review snippet parameters – even if you have to look at the source. Searching the forums helps, too.
Ryan Thrash
MODx Co-Founder
Principal @ Collabpad
work productively.
work intelligently.
work together.
rthrash
Foundation
*
Posts: 10,471



WWW
« Reply #14 on: Jan 02, 2009, 12:57 PM »

Better now? http://modxcms.com/downloads
Logged

MODx is a framework that allows web professionals to turn over sites to end-users for daily maintenance without worrying. Community participation and questions are encouraged, especially when you help us help you, read the wiki, and review snippet parameters – even if you have to look at the source. Searching the forums helps, too.
Ryan Thrash
MODx Co-Founder
Principal @ Collabpad
work productively.
work intelligently.
work together.
Pages: [1] 2   Go Up
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP

Copyright © 2005-2008 MODxCMS, All rights reserved. Contact Us
Styles by ziworks.com

Powered by SMF | SMF © 2006-2008, Simple Machines LLC

Valid XHTML 1.0! Valid CSS!