<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[Migrating Drupal 7 to Cloudron Lamp 7.4]]></title><description><![CDATA[<p dir="auto">I'm having trouble with a Drupal 7 (latest 7.80) migration from cPanel to Cloudron.</p>
<p dir="auto">I think I've got the db connection settings right using the environment variables as outlined in the docs.</p>
<p dir="auto">When I succeeded with the env variables the error changed from a db error to a 500 error.</p>
<p dir="auto">"drush status" now returns:</p>
<pre><code>Call to undefined function cache_get() in /app/data/public/includes/module.inc:762
</code></pre>
<p dir="auto">In settings.php I've done this to deal with the proxy.</p>
<pre><code>$conf['reverse_proxy'] = TRUE;

/**
 * Specify every reverse proxy IP address in your environment.
 * This setting is required if $conf['reverse_proxy'] is TRUE.
 */
 $proxyip = getenv("CLOUDRON_PROXY_IP");
 $conf['reverse_proxy_addresses'] = array($proxyip);

</code></pre>
<p dir="auto">I'm sure it's some config in settings.php or .htaccess or some php mod that isn't already installed. I'm just blanking out on the next troubleshooting step to take.</p>
<p dir="auto">Thanks.</p>
]]></description><link>https://forum.cloudron.io/topic/4976/migrating-drupal-7-to-cloudron-lamp-7-4</link><generator>RSS for Node</generator><lastBuildDate>Wed, 10 Jun 2026 13:05:57 GMT</lastBuildDate><atom:link href="https://forum.cloudron.io/topic/4976.rss" rel="self" type="application/rss+xml"/><pubDate>Mon, 26 Apr 2021 23:11:05 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Migrating Drupal 7 to Cloudron Lamp 7.4 on Thu, 29 Apr 2021 21:01:46 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/girish" aria-label="Profile: girish">@<bdi>girish</bdi></a></p>
<blockquote>
<p dir="auto">But a random web search</p>
</blockquote>
<p dir="auto">+1 for random web searches!</p>
<blockquote>
<p dir="auto">led me to where someone suggests that "I had this issue in drush command line, when there was an error parsing the settings.php file</p>
</blockquote>
<p dir="auto">That was it! A missing comma in the databases array. <em>Thanks so much!</em></p>
]]></description><link>https://forum.cloudron.io/post/30563</link><guid isPermaLink="true">https://forum.cloudron.io/post/30563</guid><dc:creator><![CDATA[Shai]]></dc:creator><pubDate>Thu, 29 Apr 2021 21:01:46 GMT</pubDate></item><item><title><![CDATA[Reply to Migrating Drupal 7 to Cloudron Lamp 7.4 on Tue, 27 Apr 2021 16:17:25 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/shai" aria-label="Profile: shai">@<bdi>shai</bdi></a> said in <a href="/post/30422">Migrating Drupal 7 to Cloudron Lamp 7.4</a>:</p>
<blockquote>
<p dir="auto">Call to undefined function cache_get() in /app/data/public/includes/module.inc:762</p>
</blockquote>
<p dir="auto">I assume line 762 of the above file has <code>cache_get()</code> ?</p>
<p dir="auto">But a random web search led me to <a href="https://www.drupal.org/forum/support/post-installation/2016-06-23/fatal-error-call-to-undefined-function-cache_get" target="_blank" rel="noopener noreferrer nofollow ugc">https://www.drupal.org/forum/support/post-installation/2016-06-23/fatal-error-call-to-undefined-function-cache_get</a> where someone suggests that "I had this issue in drush command line, when there was an error parsing the settings.php file (forgot to close a comment /* */)" . So can you check if there is some syntax error in settings.php ?</p>
]]></description><link>https://forum.cloudron.io/post/30443</link><guid isPermaLink="true">https://forum.cloudron.io/post/30443</guid><dc:creator><![CDATA[girish]]></dc:creator><pubDate>Tue, 27 Apr 2021 16:17:25 GMT</pubDate></item></channel></rss>