Dec 04, 2008, 12:00 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:Donate to MODx: Donations
Pages: [1] 2 3   Go Down
  Print  
Author Topic: 096 RC3 support and issues  (Read 8396 times)
0 Members and 1 Guest are viewing this topic.
rthrash
Foundation
*
Posts: 9,577



WWW
« on: Apr 23, 2007, 10:45 PM »

Please post feedback and issues in this thread ... thanks!
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.
pixelchutes
Coding Team
*
Posts: 814



WWW
« Reply #1 on: Apr 24, 2007, 12:36 AM »

When I am performing an upgrade, the installer reminds me to log out of any existing manager sessions.

Only when I point my browser to /manager so I can logout, I get nasty PHP errors: (Carried over from 096 RC2)

Quote
Warning: fopen(/home/user/public_html/manager/media/style//login.html) [function.fopen]: failed to open stream: No such file or directory in /home/user/public_html/manager/includes/accesscontrol.inc.php on line 141

Warning: filesize() [function.filesize]: stat failed for /home/user/public_html/manager/media/style//login.html in /home/user/public_html/manager/includes/accesscontrol.inc.php on line 142

Warning: fread(): supplied argument is not a valid stream resource in /home/user/public_html/manager/includes/accesscontrol.inc.php on line 142

Warning: fclose(): supplied argument is not a valid stream resource in /home/user/public_html/manager/includes/accesscontrol.inc.php on line 143
« Last Edit: Apr 24, 2007, 12:41 AM by pixelchutes » Logged

Mike Reid - www.pixelchutes.com
MODx Team Member / Contributor
[Module] SiteSearch / [Snippet] DocPassword / [Plugin] EditArea / We support FoxyCart
________________________________
Where every pixel matters.
OpenGeek
MODx Co-Founder
Foundation
*
Posts: 5,055


looking a little more like my avatar again...


WWW
« Reply #2 on: Apr 24, 2007, 12:47 PM »

When I am performing an upgrade, the installer reminds me to log out of any existing manager sessions.

Only when I point my browser to /manager so I can logout, I get nasty PHP errors: (Carried over from 096 RC2)

Quote
Warning: fopen(/home/user/public_html/manager/media/style//login.html) [function.fopen]: failed to open stream: No such file or directory in /home/user/public_html/manager/includes/accesscontrol.inc.php on line 141

Warning: filesize() [function.filesize]: stat failed for /home/user/public_html/manager/media/style//login.html in /home/user/public_html/manager/includes/accesscontrol.inc.php on line 142

Warning: fread(): supplied argument is not a valid stream resource in /home/user/public_html/manager/includes/accesscontrol.inc.php on line 142

Warning: fclose(): supplied argument is not a valid stream resource in /home/user/public_html/manager/includes/accesscontrol.inc.php on line 143

The verbiage needs to be changed.  Manager sessions are now automatically logged out when an upgrade is taking place.  Once you put the new files in place for the upgrade, we cannot ensure the manager will work until you run the upgrade installation.  I don't see any way around this until we have an installer than can move the files into place during the upgrade process.
Logged

Jason Coward
MODx Co-Founder
xPDO Founder
Principal @ Collabpad
work productively.
work intelligently.
work together.
The spirit of a warrior is not geared to indulging and complaining, nor is it geared to winning or losing. The spirit of the warrior is geared only to struggle, and every struggle is a warrior's last battle on earth. Thus the outcome matters very little to him. In his last battle on earth a warrior lets his spirit flow free and clear. And as he wages his battle, knowing that his intent is impeccable, a warrior laughs and laughs.
  — don Juan Matus
pixelchutes
Coding Team
*
Posts: 814



WWW
« Reply #3 on: Apr 24, 2007, 01:08 PM »

Thanks, Jason. That's great to know logout is now automated, as this should help solve a lot of the upgrade-related anomalies...

As for accessing /manager and the errors due to install files:
...what if /manager/index.php was overwritten with a bunk file/handler (introduce the actual index.php as index.ph_ or whatever) ...

When accessing the interim /manager/index.php, it could simply redirect to /install, or output a message, etc.

Then, in the final steps of install, remove the actual index.php, moving index.ph_ into its place. I think that might work...
« Last Edit: Apr 24, 2007, 01:37 PM by pixelchutes » Logged

Mike Reid - www.pixelchutes.com
MODx Team Member / Contributor
[Module] SiteSearch / [Snippet] DocPassword / [Plugin] EditArea / We support FoxyCart
________________________________
Where every pixel matters.
bullrat
Member
**
Posts: 98


« Reply #4 on: Apr 24, 2007, 01:34 PM »

Just a note to mention that the base URL problems that I submitted after installing 0.9.6 RC2 disappeared after upgrading to RC3 today. All my snippets are now finding the correct path and seem to work fine. I'm testing more closely now but wanted to give a big hearty 'Thanks!' to the MODx team for the fixes in RC3.
Logged
Onesmarthost
Sr. Member
****
Posts: 297


I love MODx!


WWW
« Reply #5 on: Apr 24, 2007, 02:22 PM »

I thought I would test this out on one of my domains after install I get this error attached.

Running on IIS.



* login-error.gif (5.9 KB, 562x172 - viewed 190 times.)
Logged

Aaron Wardle

http://www.onesmarthost.co.uk/modx-hosting-offer.html // UK Web Hosting with lots of MODx Love..
pixelchutes
Coding Team
*
Posts: 814



WWW
« Reply #6 on: Apr 24, 2007, 02:23 PM »

Trying to upgrade to RC3, I get this during install :

Quote
Checking if sessions are properly configured: Failed!

...is this new? How do I "properly configure sessions" ?

Until I figure this out, I cannot move on with install! Help!

EDIT: I even tried adding
Code:
php_value session.auto_start on
to my .htaccess in hopes that it would trigger something... no luck. I never had issues like this w/ RC1&2
Clearing cookies didn't help either...
going to try restarting browser, and last-resort, the server Sad

Restarting the browser did it Smiley

Thanks andrazk... weird!
« Last Edit: Apr 24, 2007, 02:31 PM by pixelchutes » Logged

Mike Reid - www.pixelchutes.com
MODx Team Member / Contributor
[Module] SiteSearch / [Snippet] DocPassword / [Plugin] EditArea / We support FoxyCart
________________________________
Where every pixel matters.
andrazk
Testers
*
Posts: 144



« Reply #7 on: Apr 24, 2007, 02:26 PM »

It happened to me once or twice, when I was messing around with sessions.
Close the browser window, restart browser, delete cookie, run install from start. It worked for me.
Logged
gigli
Jr. Member
*
Posts: 28


WWW
« Reply #8 on: Apr 24, 2007, 03:24 PM »

Hello,

Inside cache_sync.class.processor.php it seems that you are now using php glob() function, which is disable on some servers for security reasons.
On http://php.net/glob someone replace glob() by creating a new one called safe_glob().

Don't you think it would be better to use this one?
Logged
Onesmarthost
Sr. Member
****
Posts: 297


I love MODx!


WWW
« Reply #9 on: Apr 24, 2007, 03:59 PM »

I thought I would test this out on one of my domains after install I get this error attached.

Running on IIS.



I've just deleted the DB and site files and re-installed I am now able to log into Manager not sure what the initial issue was though. :/
Logged

Aaron Wardle

http://www.onesmarthost.co.uk/modx-hosting-offer.html // UK Web Hosting with lots of MODx Love..
pixelchutes
Coding Team
*
Posts: 814



WWW
« Reply #10 on: Apr 24, 2007, 04:32 PM »

Hello,

Inside cache_sync.class.processor.php it seems that you are now using php glob() function, which is disable on some servers for security reasons.
On http://php.net/glob someone replace glob() by creating a new one called safe_glob().

Don't you think it would be better to use this one?


Hmm...thanks for bringing this up. sirelancelot will have likely have to take a look at modifying the new implementation. Basically, we'll probably have to check if glob() is active, and if not, fall back on the Previous implementation, or possibly looking at safe_glob per your recommendation.

Logged

Mike Reid - www.pixelchutes.com
MODx Team Member / Contributor
[Module] SiteSearch / [Snippet] DocPassword / [Plugin] EditArea / We support FoxyCart
________________________________
Where every pixel matters.
SamZ
Sr. Member
****
Posts: 401


всегда ищу работу :-)


WWW
« Reply #11 on: Apr 27, 2007, 05:16 AM »

problems after update
http://modxcms.com/forums/index.php/topic,14365.msg93778.html#new
sorry for 2 posts
Logged

[MODULE] CSV IMPORT :: модуль для добавления больших каталогов, из файлов с разделителями, с сохранением древовидной структуры. russian english


[FAQ] MODX 096
(основные проблемы и способы их решения)
Soshite
Committed to MODx
*****
Posts: 820



WWW
« Reply #12 on: May 01, 2007, 03:59 PM »

I was upgrading from v0.9.5, and everything was going fine, until I got to the end of the install script where it checks for everything. I noticed that I hadn't CHMOD'd the config.php.inc file yet (it was on 444), so I CHMOD'd it to 777 (due to how my server works).

So I retry, and it finds it without a problem, but it says it cannot connect to the database, which is weird, considering I *just* accessed it earlier today. The only thing I can imagine is that me setting it to rewrite URL's like /ps2/rebirth (using FURL's) is causing a problem, but why would that affect the database?


How odd. I run the "Advanced User" upgrade, and it accesses the database fine.
« Last Edit: May 01, 2007, 04:15 PM by Soshite » Logged

lovingmodx
Member
**
Posts: 86


« Reply #13 on: May 01, 2007, 10:04 PM »

When will the official 0.9.6 be released?
Logged
rthrash
Foundation
*
Posts: 9,577



WWW
« Reply #14 on: May 01, 2007, 10:13 PM »

When it is done. Soon.
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 3   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 1.1.4 | SMF © 2005, Simple Machines LLC

Valid XHTML 1.0! Valid CSS!