<![CDATA[ blank index.php after upgrade to 0.9.6 - My Forums]]> https://forums.modx.com/thread/?thread=36389 <![CDATA[Re: blank index.php after upgrade to 0.9.6]]> https://forums.modx.com/thread/36389/blank-index-php-after-upgrade-to-0-9-6?page=2#dis-post-205268 Also because I have problems on this site with the websignup modified, the one to get passwords generated by Modx and send by mail. This one fails because it is still trying looking to paths once used by the deleted SMF bridge. So a clean install seems to make more sence. Will let you know the outcome.

thanks loads so far.]]>
franklos Mar 07, 2008, 02:18 AM https://forums.modx.com/thread/36389/blank-index-php-after-upgrade-to-0-9-6?page=2#dis-post-205268
<![CDATA[Re: blank index.php after upgrade to 0.9.6]]> https://forums.modx.com/thread/36389/blank-index-php-after-upgrade-to-0-9-6?page=2#dis-post-205267
The new config file is quite a bit different from the old file in that a number of new constants and variables are set, including your database character set. One way to try to fix this would be to run the installer again with a blank config file (make sure you save a copy and have the info handy for creating the new one). There’s an option in the upgrade install to re-enter the database connection info (or something like that). If you do it that way, the installer will definitely insert the new code into your config file. I seem to remember people having to do this at times when upgrading back when 0.9.6 came out, and I think I did it myself a time or two also.]]>
ZAP Mar 07, 2008, 02:08 AM https://forums.modx.com/thread/36389/blank-index-php-after-upgrade-to-0-9-6?page=2#dis-post-205267
<![CDATA[Re: blank index.php after upgrade to 0.9.6]]> https://forums.modx.com/thread/36389/blank-index-php-after-upgrade-to-0-9-6?page=2#dis-post-205266

// initiate a new document parser
include_once($base_path."/manager/includes/document.parser.class.inc.php");
$modx = new DocumentParser;
$etomite = &$modx; // for backward compatibility

Back to that blank page? Will download the latest version 9.6.1 and try that.]]>
franklos Mar 07, 2008, 01:49 AM https://forums.modx.com/thread/36389/blank-index-php-after-upgrade-to-0-9-6?page=2#dis-post-205266
<![CDATA[Re: blank index.php after upgrade to 0.9.6]]> https://forums.modx.com/thread/36389/blank-index-php-after-upgrade-to-0-9-6?page=2#dis-post-205265
Try using the new index.php but replacing
include_once(MODX_MANAGER_PATH.’/includes/document.parser.class.inc.php’);
(on or around line 111)
with
include_once($base_path."/manager/includes/document.parser.class.inc.php");

I think that maybe your config file needs fixing and that would be the proper way to deal with this, but try that to see what happens.]]>
ZAP Mar 07, 2008, 01:41 AM https://forums.modx.com/thread/36389/blank-index-php-after-upgrade-to-0-9-6?page=2#dis-post-205265
<![CDATA[Re: blank index.php after upgrade to 0.9.6]]> https://forums.modx.com/thread/36389/blank-index-php-after-upgrade-to-0-9-6?page=2#dis-post-205264 franklos Mar 07, 2008, 01:31 AM https://forums.modx.com/thread/36389/blank-index-php-after-upgrade-to-0-9-6?page=2#dis-post-205264 <![CDATA[Re: blank index.php after upgrade to 0.9.6]]> https://forums.modx.com/thread/36389/blank-index-php-after-upgrade-to-0-9-6?page=2#dis-post-205263 ZAP Mar 06, 2008, 06:44 PM https://forums.modx.com/thread/36389/blank-index-php-after-upgrade-to-0-9-6?page=2#dis-post-205263 <![CDATA[Re: blank index.php after upgrade to 0.9.6]]> https://forums.modx.com/thread/36389/blank-index-php-after-upgrade-to-0-9-6?page=2#dis-post-205262 Noticed over ftp that there is a feedx folder inside cache, which I can not delete? Apache has ownership, took ownership, deleted. Hope that apache does not hold ownership over more files. Just to many nested in modx to go and check m all. Found more files owned by apache, think I should backup and ask the host to empty my ftp dir, I can imagin I should have ownership not apache.]]> franklos Mar 06, 2008, 06:35 PM https://forums.modx.com/thread/36389/blank-index-php-after-upgrade-to-0-9-6?page=2#dis-post-205262 <![CDATA[Re: blank index.php after upgrade to 0.9.6]]> https://forums.modx.com/thread/36389/blank-index-php-after-upgrade-to-0-9-6?page=2#dis-post-205261 ZAP Mar 06, 2008, 06:35 PM https://forums.modx.com/thread/36389/blank-index-php-after-upgrade-to-0-9-6?page=2#dis-post-205261 <![CDATA[Re: blank index.php after upgrade to 0.9.6]]> https://forums.modx.com/thread/36389/blank-index-php-after-upgrade-to-0-9-6?page=2#dis-post-205260 franklos Mar 06, 2008, 06:30 PM https://forums.modx.com/thread/36389/blank-index-php-after-upgrade-to-0-9-6?page=2#dis-post-205260 <![CDATA[Re: blank index.php after upgrade to 0.9.6]]> https://forums.modx.com/thread/36389/blank-index-php-after-upgrade-to-0-9-6#dis-post-205259 ZAP Mar 06, 2008, 06:29 PM https://forums.modx.com/thread/36389/blank-index-php-after-upgrade-to-0-9-6#dis-post-205259