<![CDATA[ Installation successfully finished, /manager doesn't respond - My Forums]]> https://forums.modx.com/thread/?thread=32295 <![CDATA[Re: Installation successfully finished, /manager doesn't respond]]> https://forums.modx.com/thread/32295/installation-successfully-finished-manager-doesn-t-respond?page=3#dis-post-175906 http://bugs.php.net/bug.php?id=46842 and realizing that was most likely what was happening...]]> opengeek Feb 10, 2009, 02:31 PM https://forums.modx.com/thread/32295/installation-successfully-finished-manager-doesn-t-respond?page=3#dis-post-175906 <![CDATA[Re: Installation successfully finished, /manager doesn't respond]]> https://forums.modx.com/thread/32295/installation-successfully-finished-manager-doesn-t-respond?page=3#dis-post-175905

After googling some more ideas...
I came across this: http://www.apachefriends.org/f/viewtopic.php?f=16&t=32617

downloaded the zip, replaced the libmysql.dll and shazaam. it’s all good!

Thanks for the time and help everybody.]]>
zoharbabin Feb 10, 2009, 12:48 PM https://forums.modx.com/thread/32295/installation-successfully-finished-manager-doesn-t-respond?page=3#dis-post-175905
<![CDATA[Re: Installation successfully finished, /manager doesn't respond]]> https://forums.modx.com/thread/32295/installation-successfully-finished-manager-doesn-t-respond?page=3#dis-post-175904 Quote from: OpenGeek at Feb 10, 2009, 04:33 PM

Did you build the transport package? I don’t see that in your steps there...

yeap, mistakenly left that out -
all the steps defined here were preformed after svn checkout: http://svn.modxcms.com/docs/display/revolution/Development+and+Testing+Notes

Apache seems to be crashing every time I run the install script.. grrr

btw, i set php.ini:
max_execution_time = 600;
memory_limit = 64M;
both php_pdo.dll and php_pdo_mysql.dll are enabled.

and for some od reason, firefox redirect to www.localhost.com after the apache fault... (maybe just an unrelated FF fallback though).]]>
zoharbabin Feb 10, 2009, 12:25 PM https://forums.modx.com/thread/32295/installation-successfully-finished-manager-doesn-t-respond?page=3#dis-post-175904
<![CDATA[Re: Installation successfully finished, /manager doesn't respond]]> https://forums.modx.com/thread/32295/installation-successfully-finished-manager-doesn-t-respond?page=3#dis-post-175903 opengeek Feb 10, 2009, 10:33 AM https://forums.modx.com/thread/32295/installation-successfully-finished-manager-doesn-t-respond?page=3#dis-post-175903 <![CDATA[Re: Installation successfully finished, /manager doesn't respond]]> https://forums.modx.com/thread/32295/installation-successfully-finished-manager-doesn-t-respond?page=2#dis-post-175902 Now when I try to "upgrade" or hit refresh on the ?install page, i get the following apache fault:

---------------------------
apache.exe - Application Error
---------------------------
The instruction at "0x0193250a" referenced memory at "0x00000000". The memory could not be "read".

ideas anyone ?]]>
zoharbabin Feb 10, 2009, 10:09 AM https://forums.modx.com/thread/32295/installation-successfully-finished-manager-doesn-t-respond?page=2#dis-post-175902
<![CDATA[Re: Installation successfully finished, /manager doesn't respond]]> https://forums.modx.com/thread/32295/installation-successfully-finished-manager-doesn-t-respond?page=2#dis-post-175901 XAMPP version: 1.7.0
PHP Version 5.2.8
mysql Ver 14.14 Distrib 5.1.30, for Win32 (ia32)

Made sure I’m on the latest revision (on the revolution branch).

browse to: http://localhost/modx_rev/revolution/ - got 503 (site unavilable)
browse to: http://localhost/modx_rev/revolution/setup - redirected to http://localhost/modx_rev/revolution/setup/index.php?s=set , all looks good.
hit: "Select".
hit: "Next".
Auto-Selected: "New Installation" and "Files are already in-place". hit: "Next".
Filled the values, tested the db connection: all good. hit: "Next".
Values are automatically filled, all correct paths. hit: "Next".
Installation Summary - All is marked green OK. hit: "Install".
Script process for two seconds, than a blank screen is showed.

Snap of the last few lines on apache access.log -
127.0.0.1 - - [10/Feb/2009:17:47:59 +0200] "POST /modx_rev/revolution/setup/processors/connector.php?action=database HTTP/1.1" 200 76
127.0.0.1 - - [10/Feb/2009:17:47:59 +0200] "POST /modx_rev/revolution/setup/index.php?action=contexts HTTP/1.1" 200 10919
127.0.0.1 - - [10/Feb/2009:17:48:00 +0200] "GET /modx_rev/revolution/setup/assets/js/bsn.AutoSuggest_2.1.js HTTP/1.1" 200 14727
127.0.0.1 - - [10/Feb/2009:17:48:44 +0200] "POST /modx_rev/revolution/setup/processors/connector.php?action=contexts HTTP/1.1" 200 75
127.0.0.1 - - [10/Feb/2009:17:48:44 +0200] "POST /modx_rev/revolution/setup/index.php?action=summary HTTP/1.1" 200 9001
127.0.0.1 - - [10/Feb/2009:17:48:44 +0200] "GET /modx_rev/revolution/setup/assets/images/icon_ok.gif HTTP/1.1" 200 187
127.0.0.1 - - [10/Feb/2009:17:49:39 +0200] "POST /modx_rev/revolution/setup/index.php?action=install HTTP/1.1" 200 -

Nothing on apache error.log

All tables were created on the database. All tables are empty.

it seems as if there is a die(); somewhere in the script...]]>
zoharbabin Feb 10, 2009, 09:59 AM https://forums.modx.com/thread/32295/installation-successfully-finished-manager-doesn-t-respond?page=2#dis-post-175901
<![CDATA[Re: Installation successfully finished, /manager doesn't respond]]> https://forums.modx.com/thread/32295/installation-successfully-finished-manager-doesn-t-respond?page=2#dis-post-175900 Quote from: zoharbabin at Feb 10, 2009, 02:26 PM

PHP Version 5.2.5
mysql Ver 14.12 Distrib 5.0.51a, for Win32 (ia32)
If I’m not mistaken, lots of folks had problems running all kinds of software on that version; I believe it has something to do with the MySQL client API or the PDO_mysql drivers. In any case, I bet you are getting Apache segfaults when the install tries to execute; can you confirm this? Check your Apache error_log.]]>
opengeek Feb 10, 2009, 09:06 AM https://forums.modx.com/thread/32295/installation-successfully-finished-manager-doesn-t-respond?page=2#dis-post-175900
<![CDATA[Re: Installation successfully finished, /manager doesn't respond]]> https://forums.modx.com/thread/32295/installation-successfully-finished-manager-doesn-t-respond?page=2#dis-post-175899 mysql Ver 14.12 Distrib 5.0.51a, for Win32 (ia32)]]> zoharbabin Feb 10, 2009, 08:26 AM https://forums.modx.com/thread/32295/installation-successfully-finished-manager-doesn-t-respond?page=2#dis-post-175899 <![CDATA[Re: Installation successfully finished, /manager doesn't respond]]> https://forums.modx.com/thread/32295/installation-successfully-finished-manager-doesn-t-respond?page=2#dis-post-175898 Quote from: zoharbabin at Feb 10, 2009, 08:37 AM

xampp version : 1.6.6a

What version of MySQL/PHP is on that XAMPP install?]]>
splittingred Feb 10, 2009, 08:21 AM https://forums.modx.com/thread/32295/installation-successfully-finished-manager-doesn-t-respond?page=2#dis-post-175898
<![CDATA[Re: Installation successfully finished, /manager doesn't respond]]> https://forums.modx.com/thread/32295/installation-successfully-finished-manager-doesn-t-respond?page=2#dis-post-175897

xampp version : 1.6.6a

@OpenGeek : the power of cygwin wink

extension=php_pdo.dll
extension=php_pdo_mysql.dll
are enabled on php.ini
The installation does succeed in creating the database tables, but the last step of: ?action=install fail to process...

]]>
zoharbabin Feb 10, 2009, 02:37 AM https://forums.modx.com/thread/32295/installation-successfully-finished-manager-doesn-t-respond?page=2#dis-post-175897