<?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>wamp local backup stuck on loading but can reach rest/v11/help</title><link>https://sugarclub.sugarcrm.com/dev-club/f/questions-answers/4946/wamp-local-backup-stuck-on-loading-but-can-reach-rest-v11-help</link><description>Hi. I&amp;#39;ve reached an issue where the backup I&amp;#39;m trying to set up on WAMP gets stuck at the &amp;#39;Loading...&amp;#39; screen and never reaches a login. 
 If I add /rest/v11/help to the address I can reach the help page. 
 
 I&amp;#39;ve tried to include the relevant information</description><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>RE: wamp local backup stuck on loading but can reach rest/v11/help</title><link>https://sugarclub.sugarcrm.com/thread/24995?ContentTypeID=1</link><pubDate>Fri, 01 Oct 2021 09:56:55 GMT</pubDate><guid isPermaLink="false">5c521d64-519d-47a6-9065-134618b211bf:e96a25d2-cb18-471b-97d7-ce4328eeeb11</guid><dc:creator>James Kinnersley</dc:creator><description>&lt;p&gt;Hi Mark.&amp;nbsp; Sorry for the late reply.&amp;nbsp; I&amp;#39;m not sure I&amp;#39;m really qualified to answer, but these are&amp;nbsp;the notes I go though, although I do still get PHP errors I&amp;#39;m now able to log in, you may have better luck than me:-&lt;/p&gt;
&lt;p&gt;wamp 3.2.3.3 64 Bits&lt;br /&gt;apache 2.4.46&lt;br /&gt;php 7.4.9&lt;br /&gt;mysql 5.7.31&lt;/p&gt;
&lt;p&gt;&lt;br /&gt;// create database&lt;br /&gt;// mysqladmin -u mysql_username -p create instance_name&lt;/p&gt;
&lt;p&gt;mysqladmin -u root -p create sandbox11.1&lt;/p&gt;
&lt;p&gt;&lt;br /&gt;// import sql data&lt;br /&gt;// mysql -u mysql_username database_name -p &amp;lt; sugarversionedition.sql&lt;/p&gt;
&lt;p&gt;mysql -u root sandbox11.1 -p &amp;lt; sugar1110ent.sql&lt;/p&gt;
&lt;p&gt;&lt;br /&gt;// import triggers&lt;br /&gt;// mysql -u mysql_username database_name -p &amp;lt; sugarversionedition_triggers.sql&lt;/p&gt;
&lt;p&gt;mysql -u root sandbox11.1 -p &amp;lt; sugar1110ent_triggers.sql&lt;/p&gt;
&lt;p&gt;&lt;br /&gt;// config.php -&amp;gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;#39;dbconfig&amp;#39; =&amp;gt;&lt;br /&gt; array (&lt;br /&gt; &amp;#39;db_host_name&amp;#39; =&amp;gt; &amp;#39;localhost&amp;#39;,&lt;br /&gt; &amp;#39;db_host_instance&amp;#39; =&amp;gt; &amp;#39;SQLEXPRESS&amp;#39;,&lt;br /&gt; &amp;#39;db_user_name&amp;#39; =&amp;gt; &amp;#39;root&amp;#39;,&lt;br /&gt; &amp;#39;db_password&amp;#39; =&amp;gt; &amp;#39;&amp;#39;,&lt;br /&gt; &amp;#39;db_name&amp;#39; =&amp;gt; &amp;#39;sandbox11.1&amp;#39;,&lt;br /&gt; &amp;#39;db_type&amp;#39; =&amp;gt; &amp;#39;mysql&amp;#39;,&lt;br /&gt; &amp;#39;db_manager&amp;#39; =&amp;gt; &amp;#39;MysqliManager&amp;#39;,&lt;br /&gt; ),&lt;/p&gt;
&lt;p&gt;&lt;br /&gt;&amp;#39;site_url&amp;#39; =&amp;gt; &amp;#39;http://localhost/sandbox11.1&amp;#39;&lt;/p&gt;
&lt;p&gt;&amp;#39;host_name&amp;#39; =&amp;gt; &amp;#39;localhost/sandbox11.1&amp;#39;&lt;/p&gt;
&lt;p&gt;&lt;br /&gt;// httpd.conf -&amp;gt; add&lt;/p&gt;
&lt;p&gt;&amp;lt;Directory &amp;quot;/www/sandbox11.1&amp;quot;&amp;gt;&lt;br /&gt; Options Indexes FollowSymLinks MultiViews&lt;br /&gt; AllowOverride All&lt;br /&gt; Order allow,deny&lt;br /&gt; Allow from all&lt;br /&gt;&amp;lt;/Directory&amp;gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;// .htaccess&lt;/p&gt;
&lt;p&gt;# BEGIN SUGARCRM RESTRICTIONS&lt;br /&gt;# Fix mimetype for logo.svg (SP-1395)&lt;br /&gt;AddType image/svg+xml .svg&lt;br /&gt;AddType application/json .json&lt;br /&gt;AddType application/javascript .js&lt;/p&gt;
&lt;p&gt;&amp;lt;IfModule mod_rewrite.c&amp;gt;&lt;br /&gt; Options +FollowSymLinks&lt;br /&gt; RewriteEngine On&lt;br /&gt; RewriteBase /sandbox11.1&lt;br /&gt; RewriteRule (?i)\.git - [F]&lt;br /&gt; RewriteRule (?i)\.log$ - [F]&lt;br /&gt; RewriteRule (?i)^bin/ - [F]&lt;br /&gt; RewriteRule (?i)^cache/diagnostic/ - [F]&lt;br /&gt; RewriteRule (?i)^composer\.(json|lock)$ - [F]&lt;br /&gt; RewriteRule (?i)^cron\.php$ - [F]&lt;br /&gt; RewriteRule (?i)^custom/blowfish/ - [F]&lt;br /&gt; RewriteRule (?i)^dist/ - [F]&lt;br /&gt; RewriteRule (?i)^emailmandelivery\.php$ - [F]&lt;br /&gt; RewriteRule (?i)^files\.md5$ - [F]&lt;br /&gt; RewriteRule (?i)^src/ - [F]&lt;br /&gt; RewriteRule (?i)^upload/ - [F]&lt;br /&gt; RewriteRule (?i)^vendor/(?!ytree.*\.(css|gif|js|png)$) - [F]&lt;br /&gt; RewriteRule (?i)^(cache|clients|data|examples|include|install|jssource|metadata|ModuleInstall|modules|soap|xtemplate)/.*\.(php|tpl)$ - [F]&lt;/p&gt;
&lt;p&gt;RewriteCond %{REQUEST_FILENAME} !-d&lt;br /&gt; RewriteCond %{REQUEST_FILENAME} !-f&lt;br /&gt; RewriteRule ^rest/(.*)$ api/rest.php?__sugar_url=$1 [L,QSA]&lt;br /&gt; RewriteCond %{REQUEST_FILENAME} !-d&lt;br /&gt; RewriteCond %{REQUEST_FILENAME} !-f&lt;br /&gt; RewriteRule ^cache/api/metadata/lang_(.._..)_(.*)_public(_ordered)?\.json$ rest/v10/lang/public/$1?platform=$2&amp;amp;ordered=$3 [N,QSA,DPI]&lt;/p&gt;
&lt;p&gt;RewriteRule ^cache/api/metadata/lang_(.._..)_([^_]*)(_ordered)?\.json$ rest/v10/lang/$1?platform=$2&amp;amp;ordered=$3 [N,QSA,DPI]&lt;br /&gt; RewriteCond %{REQUEST_FILENAME} !-d&lt;br /&gt; RewriteCond %{REQUEST_FILENAME} !-f&lt;br /&gt; RewriteRule ^cache/Expressions/functions_cache(_debug)?.js$ rest/v10/ExpressionEngine/functions?debug=$1 [N,QSA,DPI]&lt;br /&gt; RewriteRule ^cache/jsLanguage/(.._..).js$ index.php?entryPoint=jslang&amp;amp;module=app_strings&amp;amp;lang=$1 [L,QSA,DPI]&lt;br /&gt; RewriteRule ^cache/jsLanguage/(\w*)/(.._..).js$ index.php?entryPoint=jslang&amp;amp;module=$1&amp;amp;lang=$2 [L,QSA,DPI]&lt;br /&gt; RewriteRule ^portal/(.*)$ portal2/$1 [L,QSA]&lt;br /&gt; RewriteRule ^portal$ portal/? [R=301,L]&lt;br /&gt;&amp;lt;/IfModule&amp;gt;&lt;/p&gt;
&lt;p&gt;&amp;lt;IfModule mod_mime.c&amp;gt;&lt;br /&gt; AddType application/x-font-woff .woff&lt;br /&gt;&amp;lt;/IfModule&amp;gt;&lt;br /&gt;&amp;lt;FilesMatch &amp;quot;\.(jpg|png|gif|js|css|ico|woff|svg)$&amp;quot;&amp;gt;&lt;br /&gt; &amp;lt;IfModule mod_headers.c&amp;gt;&lt;br /&gt; Header set ETag &amp;quot;&amp;quot;&lt;br /&gt; Header set Cache-Control &amp;quot;max-age=2592000&amp;quot;&lt;br /&gt; Header set Expires &amp;quot;01 Jan 2112 00:00:00 GMT&amp;quot;&lt;br /&gt; &amp;lt;/IfModule&amp;gt;&lt;br /&gt;&amp;lt;/FilesMatch&amp;gt;&lt;br /&gt;&amp;lt;IfModule mod_expires.c&amp;gt;&lt;br /&gt; ExpiresByType text/css &amp;quot;access plus 1 month&amp;quot;&lt;br /&gt; ExpiresByType text/javascript &amp;quot;access plus 1 month&amp;quot;&lt;br /&gt; ExpiresByType application/x-javascript &amp;quot;access plus 1 month&amp;quot;&lt;br /&gt; ExpiresByType image/gif &amp;quot;access plus 1 month&amp;quot;&lt;br /&gt; ExpiresByType image/jpg &amp;quot;access plus 1 month&amp;quot;&lt;br /&gt; ExpiresByType image/png &amp;quot;access plus 1 month&amp;quot;&lt;br /&gt; ExpiresByType application/x-font-woff &amp;quot;access plus 1 month&amp;quot;&lt;br /&gt; ExpiresByType image/svg &amp;quot;access plus 1 month&amp;quot;&lt;br /&gt;&amp;lt;/IfModule&amp;gt;&lt;br /&gt;&amp;lt;IfModule mod_headers.c&amp;gt;&lt;br /&gt; Header always set X-Frame-Options &amp;quot;SAMEORIGIN&amp;quot;&lt;br /&gt;&amp;lt;/IfModule&amp;gt;&lt;br /&gt;# END SUGARCRM RESTRICTIONS&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: wamp local backup stuck on loading but can reach rest/v11/help</title><link>https://sugarclub.sugarcrm.com/thread/24783?ContentTypeID=1</link><pubDate>Tue, 07 Sep 2021 15:08:01 GMT</pubDate><guid isPermaLink="false">5c521d64-519d-47a6-9065-134618b211bf:58d368f1-eff3-4be9-adce-168fdbb48ed0</guid><dc:creator>Mark Stewart</dc:creator><description>&lt;p&gt;Hi James&lt;br /&gt;&lt;br /&gt;Just wondering if&amp;nbsp;you found a solution.&amp;nbsp; I have exactly the same&amp;nbsp;issue, trying to take my cloud backup and setup a test environment on CentOS.&amp;nbsp; I get exactly the same blank page with &amp;#39;loading...&amp;#39; and the same warnings in the dev console.&amp;nbsp;&amp;nbsp;&lt;br /&gt;&lt;br /&gt;I was just about to repeat the same process on WAMP when I found&amp;nbsp;your question.&lt;br /&gt;&lt;br /&gt;&lt;/p&gt;
&lt;p&gt;Thanks&lt;br /&gt;Mark&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: wamp local backup stuck on loading but can reach rest/v11/help</title><link>https://sugarclub.sugarcrm.com/thread/24345?ContentTypeID=1</link><pubDate>Thu, 22 Jul 2021 09:08:59 GMT</pubDate><guid isPermaLink="false">5c521d64-519d-47a6-9065-134618b211bf:3bff816d-72fb-4476-b04e-16204cf3772c</guid><dc:creator>James Kinnersley</dc:creator><description>&lt;p&gt;Hi Travis, thank you for replying! That&amp;#39;s right, its a backup from a cloud instance I would like to run locally for testing and development.&lt;/p&gt;
&lt;p&gt;The php.ini shows error_reporting = E_ALL&lt;/p&gt;
&lt;p&gt;I don&amp;#39;t see anything obviously referencing the cloud, this wasnt a file I&amp;#39;ve seen referenced troubleshooting this so far so haven&amp;#39;t looked in it before, I&amp;#39;m not sure what to look for tbh.&lt;/p&gt;
&lt;p&gt;config.php =&lt;/p&gt;
&lt;p&gt;array (&lt;br /&gt; &amp;#39;Elastic&amp;#39; =&amp;gt; &lt;br /&gt; array (&lt;br /&gt; &amp;#39;host&amp;#39; =&amp;gt; &amp;#39;localhost&amp;#39;,&lt;br /&gt; &amp;#39;port&amp;#39; =&amp;gt; &amp;#39;9200&amp;#39;,&lt;br /&gt; ),&lt;br /&gt; ),&lt;/p&gt;
&lt;p&gt;&lt;br /&gt; &amp;#39;dbconfig&amp;#39; =&amp;gt;&lt;br /&gt; array (&lt;br /&gt; &amp;#39;db_host_name&amp;#39; =&amp;gt; &amp;#39;localhost&amp;#39;,&lt;br /&gt; &amp;#39;db_host_instance&amp;#39; =&amp;gt; &amp;#39;SQLEXPRESS&amp;#39;,&lt;br /&gt; &amp;#39;db_user_name&amp;#39; =&amp;gt; &amp;#39;******&amp;#39;,&lt;br /&gt; &amp;#39;db_password&amp;#39; =&amp;gt; &amp;#39;******&amp;#39;,&lt;br /&gt; &amp;#39;db_name&amp;#39; =&amp;gt; &amp;#39;sandboxwestlindseyS11v2&amp;#39;,&lt;br /&gt; &amp;#39;db_type&amp;#39; =&amp;gt; &amp;#39;mysql&amp;#39;,&lt;br /&gt; &amp;#39;db_port&amp;#39; =&amp;gt; &amp;#39;&amp;#39;,&lt;br /&gt; &amp;#39;db_manager&amp;#39; =&amp;gt; &amp;#39;MysqliManager&amp;#39;,&lt;br /&gt; ),&lt;/p&gt;
&lt;p&gt;&amp;#39;host_name&amp;#39; =&amp;gt; &amp;#39;localhost/sandbox-westlindsey-S11-v2&amp;#39;,&lt;/p&gt;
&lt;p&gt;&amp;#39;site_url&amp;#39; =&amp;gt; &amp;#39;localhost/sandbox-westlindsey-S11-v2&amp;#39;,&lt;/p&gt;
&lt;p&gt;&lt;br /&gt;I&amp;#39;ve ran a search on the DB for &amp;#39;IDM&amp;#39; and nothing comes back.&lt;/p&gt;
&lt;p&gt;&lt;br /&gt;re: folder permissions, I&amp;#39;ve given each user full access to the root sugar folder (C:\wamp64\www\sandbox-westlindsey-S11-v2) from &amp;#39;Properties&amp;#39; -&amp;gt; Security -&amp;gt; Edit and check &amp;#39;Full access&amp;#39; and &amp;#39;Modify&amp;#39; for each and apply. If that wasn&amp;#39;t the correct method, please let me know :D&lt;/p&gt;
&lt;p&gt;&lt;br /&gt;The .htaccess file is :-&lt;/p&gt;
&lt;p&gt;# BEGIN SUGARCRM RESTRICTIONS&lt;br /&gt;# Fix mimetype for logo.svg (SP-1395)&lt;br /&gt;AddType image/svg+xml .svg&lt;br /&gt;AddType application/json .json&lt;br /&gt;AddType application/javascript .js&lt;/p&gt;
&lt;p&gt;&amp;lt;IfModule mod_rewrite.c&amp;gt;&lt;br /&gt; Options +FollowSymLinks&lt;br /&gt; RewriteEngine On&lt;br /&gt; RewriteBase /sandbox-westlindsey-S11-v2 &lt;br /&gt; RewriteRule (?i)\.git - [F]&lt;br /&gt; RewriteRule (?i)\.log$ - [F]&lt;br /&gt; RewriteRule (?i)^bin/ - [F]&lt;br /&gt; RewriteRule (?i)^cache/diagnostic/ - [F]&lt;br /&gt; RewriteRule (?i)^composer\.(json|lock)$ - [F]&lt;br /&gt; RewriteRule (?i)^cron\.php$ - [F]&lt;br /&gt; RewriteRule (?i)^custom/blowfish/ - [F]&lt;br /&gt; RewriteRule (?i)^dist/ - [F]&lt;br /&gt; RewriteRule (?i)^emailmandelivery\.php$ - [F]&lt;br /&gt; RewriteRule (?i)^files\.md5$ - [F]&lt;br /&gt; RewriteRule (?i)^src/ - [F]&lt;br /&gt; RewriteRule (?i)^upload/ - [F]&lt;br /&gt; RewriteRule (?i)^vendor/(?!ytree.*\.(css|gif|js|png)$) - [F]&lt;br /&gt; RewriteRule (?i)^(cache|clients|data|examples|include|install|jssource|metadata|ModuleInstall|modules|soap|xtemplate)/.*\.(php|tpl)$ - [F]&lt;/p&gt;
&lt;p&gt;RewriteCond %{REQUEST_FILENAME} !-d&lt;br /&gt; RewriteCond %{REQUEST_FILENAME} !-f&lt;br /&gt; RewriteRule ^rest/(.*)$ api/rest.php?__sugar_url=$1 [L,QSA]&lt;br /&gt; RewriteCond %{REQUEST_FILENAME} !-d&lt;br /&gt; RewriteCond %{REQUEST_FILENAME} !-f&lt;br /&gt; RewriteRule ^cache/api/metadata/lang_(.._..)_(.*)_public(_ordered)?\.json$ rest/v10/lang/public/$1?platform=$2&amp;amp;ordered=$3 [N,QSA,DPI]&lt;/p&gt;
&lt;p&gt;RewriteRule ^cache/api/metadata/lang_(.._..)_([^_]*)(_ordered)?\.json$ rest/v10/lang/$1?platform=$2&amp;amp;ordered=$3 [N,QSA,DPI]&lt;br /&gt; RewriteCond %{REQUEST_FILENAME} !-d&lt;br /&gt; RewriteCond %{REQUEST_FILENAME} !-f&lt;br /&gt; RewriteRule ^cache/Expressions/functions_cache(_debug)?.js$ rest/v10/ExpressionEngine/functions?debug=$1 [N,QSA,DPI]&lt;br /&gt; RewriteRule ^cache/jsLanguage/(.._..).js$ index.php?entryPoint=jslang&amp;amp;module=app_strings&amp;amp;lang=$1 [L,QSA,DPI]&lt;br /&gt; RewriteRule ^cache/jsLanguage/(\w*)/(.._..).js$ index.php?entryPoint=jslang&amp;amp;module=$1&amp;amp;lang=$2 [L,QSA,DPI]&lt;br /&gt; RewriteRule ^portal/(.*)$ portal2/$1 [L,QSA]&lt;br /&gt; RewriteRule ^portal$ portal/? [R=301,L]&lt;br /&gt;&amp;lt;/IfModule&amp;gt;&lt;/p&gt;
&lt;p&gt;&amp;lt;IfModule mod_mime.c&amp;gt;&lt;br /&gt; AddType application/x-font-woff .woff&lt;br /&gt;&amp;lt;/IfModule&amp;gt;&lt;br /&gt;&amp;lt;FilesMatch &amp;quot;\.(jpg|png|gif|js|css|ico|woff|svg)$&amp;quot;&amp;gt;&lt;br /&gt; &amp;lt;IfModule mod_headers.c&amp;gt;&lt;br /&gt; Header set ETag &amp;quot;&amp;quot;&lt;br /&gt; Header set Cache-Control &amp;quot;max-age=2592000&amp;quot;&lt;br /&gt; Header set Expires &amp;quot;01 Jan 2112 00:00:00 GMT&amp;quot;&lt;br /&gt; &amp;lt;/IfModule&amp;gt;&lt;br /&gt;&amp;lt;/FilesMatch&amp;gt;&lt;br /&gt;&amp;lt;IfModule mod_expires.c&amp;gt;&lt;br /&gt; ExpiresByType text/css &amp;quot;access plus 1 month&amp;quot;&lt;br /&gt; ExpiresByType text/javascript &amp;quot;access plus 1 month&amp;quot;&lt;br /&gt; ExpiresByType application/x-javascript &amp;quot;access plus 1 month&amp;quot;&lt;br /&gt; ExpiresByType image/gif &amp;quot;access plus 1 month&amp;quot;&lt;br /&gt; ExpiresByType image/jpg &amp;quot;access plus 1 month&amp;quot;&lt;br /&gt; ExpiresByType image/png &amp;quot;access plus 1 month&amp;quot;&lt;br /&gt; ExpiresByType application/x-font-woff &amp;quot;access plus 1 month&amp;quot;&lt;br /&gt; ExpiresByType image/svg &amp;quot;access plus 1 month&amp;quot;&lt;br /&gt;&amp;lt;/IfModule&amp;gt;&lt;br /&gt;&amp;lt;IfModule mod_headers.c&amp;gt;&lt;br /&gt; Header always set X-Frame-Options &amp;quot;SAMEORIGIN&amp;quot;&lt;br /&gt;&amp;lt;/IfModule&amp;gt;&lt;br /&gt;# END SUGARCRM RESTRICTIONS&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Thanks again&lt;/p&gt;
&lt;p&gt;James&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: wamp local backup stuck on loading but can reach rest/v11/help</title><link>https://sugarclub.sugarcrm.com/thread/24297?ContentTypeID=1</link><pubDate>Mon, 19 Jul 2021 12:46:35 GMT</pubDate><guid isPermaLink="false">5c521d64-519d-47a6-9065-134618b211bf:bb8c4b9b-e0a7-4179-b91b-80e9cdaded24</guid><dc:creator>Travis Hubbard</dc:creator><description>&lt;p&gt;maybe a basic question but i didn&amp;#39;t see it in your post, in your php.ini what is&amp;nbsp;error_reporting set to? if you can hit the rest/help endpoint that&amp;#39;s a good sign at least. If I understand your case right, this is a backup and you&amp;#39;ve taken a cloud backup and you&amp;#39;re trying to run it locally. Is there anything in the config.php or config_override.php that might still be pointing to a cloud configuration?&lt;/p&gt;
&lt;p&gt;ex:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Did you update config.php
&lt;ul&gt;
&lt;li&gt;&amp;#39;dbconfig&amp;#39; =&amp;gt; object with the right local values?&lt;/li&gt;
&lt;li&gt;&amp;#39;full_text_engine&amp;#39; =&amp;gt; &amp;#39;Elastic&amp;#39; =&amp;gt; &amp;#39;host&amp;#39; with the right server info&lt;/li&gt;
&lt;li&gt;&amp;#39;hostname&amp;#39;&lt;/li&gt;
&lt;li&gt;&amp;#39;site_url&amp;#39;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;Check the config table in the DB to make sure there&amp;#39;s no IDM specific settings there, i know you mentioned you ran the sql but doublecheck the table and make sure there&amp;#39;s nothing weird there&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;and maybe post your .htaccess again... could be something funky there that&amp;#39;s not letting sugar load?&lt;/p&gt;
&lt;p&gt;Also, shot in the dark since this is coming from a web backup (maybe more of a mac thing not windows), are file/folder permissions set correctly on your copied in sugar directory inside your www site so that they can be accessed by wamp? Any permissions issues could also be trouble.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>