<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="https://sugarclub.sugarcrm.com/cfs-file/__key/system/syndication/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>SugarCRM Community Edition Issue</title><link>https://sugarclub.sugarcrm.com/dev-club/f/questions-answers/7260/sugarcrm-community-edition-issue</link><description>Hi - 
 I hope someone can help me out. 
 I am working with a client who still uses SugarCRM Community Edition. When they try to log into their account, they now seeing a &amp;quot;White Screen&amp;quot;. 
 Please let me what the fix is. 
 Thanks!</description><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>RE: SugarCRM Community Edition Issue</title><link>https://sugarclub.sugarcrm.com/thread/31241?ContentTypeID=1</link><pubDate>Tue, 07 May 2024 15:14:53 GMT</pubDate><guid isPermaLink="false">5c521d64-519d-47a6-9065-134618b211bf:cf7043f9-77d3-4a05-ab14-e30a495838ad</guid><dc:creator>Jeff Bickart</dc:creator><description>&lt;p&gt;Migrate to SuiteCRM 7.14&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: SugarCRM Community Edition Issue</title><link>https://sugarclub.sugarcrm.com/thread/31240?ContentTypeID=1</link><pubDate>Tue, 07 May 2024 14:46:12 GMT</pubDate><guid isPermaLink="false">5c521d64-519d-47a6-9065-134618b211bf:dbc9cf58-0357-4557-99b1-79b683073f47</guid><dc:creator>Tom Clarke</dc:creator><description>&lt;p&gt;That makes sense.&amp;nbsp; Thank you for the information.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: SugarCRM Community Edition Issue</title><link>https://sugarclub.sugarcrm.com/thread/31237?ContentTypeID=1</link><pubDate>Tue, 07 May 2024 07:02:42 GMT</pubDate><guid isPermaLink="false">5c521d64-519d-47a6-9065-134618b211bf:74b5e453-9458-4f75-bfad-ba3e882a3a52</guid><dc:creator>Harald Kuske</dc:creator><description>&lt;p&gt;They upgraded php to&lt;/p&gt;
&lt;h1 id="mcetoc_1ht8tijv60" class="p"&gt;PHP Version 7.4.33&lt;/h1&gt;
&lt;p&gt;The community edition does not work with php version 7.&lt;/p&gt;
&lt;p&gt;php version 5.6 works fine.&lt;/p&gt;
&lt;p&gt;If you need this php 7.4.33 installation, install php 5.6 in another directory&amp;nbsp; and move the Sugar instance to an own subdirectory which is linked to the php 5.6 code, e.g. with some conf file changes like this:&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="text"&gt;ScriptAlias /php56 &amp;quot;C:/xampp/php56&amp;quot;
Action application/x-httpd-php56-cgi /php56/php-cgi.exe
&amp;lt;Directory &amp;quot;C:/xampp/php56&amp;quot;&amp;gt;
    AllowOverride None
    Options None
    Require all denied
    &amp;lt;Files &amp;quot;php-cgi.exe&amp;quot;&amp;gt;
          Require all granted
    &amp;lt;/Files&amp;gt;
&amp;lt;/Directory&amp;gt;

&amp;lt;Directory &amp;quot;C:/xampp/htdocs/56&amp;quot;&amp;gt;
	&amp;lt;FilesMatch &amp;quot;\.php$&amp;quot;&amp;gt;
		SetHandler application/x-httpd-php56-cgi
	&amp;lt;/FilesMatch&amp;gt;
&amp;lt;/Directory&amp;gt;&lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;In the example the Sugar code is moved to /php56 directory.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;PS: do not write info.php files into your root directory without some protection.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: SugarCRM Community Edition Issue</title><link>https://sugarclub.sugarcrm.com/thread/31236?ContentTypeID=1</link><pubDate>Tue, 07 May 2024 06:10:17 GMT</pubDate><guid isPermaLink="false">5c521d64-519d-47a6-9065-134618b211bf:0db41536-4483-4a37-a56c-d4bcd14b3b62</guid><dc:creator>Fr&amp;#233;d&amp;#233;ric Rinaldi</dc:creator><description>&lt;p&gt;Hi &lt;a href="/members/tomclarke341184"&gt;Tom Clarke&lt;/a&gt;&amp;nbsp;,&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;is there any error in sugarcrm.log file or in the PHP log file that can help?&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Fred&lt;/p&gt;
&lt;div id="ext-mouse-move"&gt;&lt;/div&gt;
&lt;div id="ext-mouse-down"&gt;&lt;/div&gt;
&lt;div id="ext-mouse-up"&gt;&lt;/div&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>