<![CDATA[ o.962 Install script issues at new install - My Forums]]> https://forums.modx.com/thread/?thread=32631 <![CDATA[Re: o.962 Install script issues at new install]]> https://forums.modx.com/thread/32631/o-962-install-script-issues-at-new-install#dis-post-179256 No Matter
THX for quick response , better da find issues as early as possible. wink

Jazzie]]>
Jazzie Jul 19, 2008, 01:25 PM https://forums.modx.com/thread/32631/o-962-install-script-issues-at-new-install#dis-post-179256
<![CDATA[Re: o.962 Install script issues at new install]]> https://forums.modx.com/thread/32631/o-962-install-script-issues-at-new-install#dis-post-179255 It’s obvious that I never did a test of database creation when I implemented this new feature (database selection). sad Sorry for the inconvenience]]> coroico Jul 16, 2008, 08:17 AM https://forums.modx.com/thread/32631/o-962-install-script-issues-at-new-install#dis-post-179255 <![CDATA[Re: o.962 Install script issues at new install]]> https://forums.modx.com/thread/32631/o-962-install-script-issues-at-new-install#dis-post-179254 http://svn.modxcms.com/jira/browse/MODX-183

on line 19 of connection.databasetest.php this line won’t work (results in a failure to connect/create the database)
Code:

if (!@ mysql_select_db(str_replace("`", "", $database_name, $conn))) {

The $conn parameter of mysql_select_db is in the wrong place... should be
Code:

if (!@ mysql_select_db(str_replace("`", "", $database_name), $conn)) {
]]>
sottwell Jul 16, 2008, 07:31 AM https://forums.modx.com/thread/32631/o-962-install-script-issues-at-new-install#dis-post-179254
<![CDATA[o.962 Install script issues at new install]]> https://forums.modx.com/thread/32631/o-962-install-script-issues-at-new-install#dis-post-179253 i have tested the new rc1 and found out that there are problems with the install script at :New install.. Is this the place for report bugs? After inserting the data for connction to the already installed DB i get a sign that the database is connected but in the next step i get a blockade cause the install script reports: not able to install DB!
So this is new in install script and does not work. All other functions like upgrade from older versions work fine
Nice greetings from germany Jazzie smiley]]>
Jazzie Jul 16, 2008, 05:36 AM https://forums.modx.com/thread/32631/o-962-install-script-issues-at-new-install#dis-post-179253