<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
    <channel>
        <title>Web-Site-Scripts.com - Installation Issues</title>
        <link>https://www.web-site-scripts.com/knowledge-base/category/86</link>
        <description><![CDATA[Root / KnowledgeBase Manager Pro / Troubleshooting / Installation Issues]]></description>
        <language>en-us</language>
        <generator>KnowlageBase RSS Generator</generator>

         
                <item>
                        <title>"Don't have permission" error when run installation</title>
                                    <link>https://www.web-site-scripts.com/knowledge-base/article/AA-00596</link>
                                    <description><![CDATA[<p>You may get the following error when run installation on a Linux/Unix server:</p><p><div class="preformatted">
<div class="preformattedContent">
"You don't have permission to access '/admin/install/index.php' on this server."<br></div>
</div>
<p>This means that permissions are incorrect.</p><p>Run the following command (assuming that the web root folder on your server is "/var/www"):</p><p><div class="preformatted">
<div class="preformattedContent">
sudo chmod -R a=rx /var/www<br></div>
</div>
<p><br></p><br></p></p>]]></description>
                                    <pubDate>Wed, 01 Dec 2010 12:13:15 +0000</pubDate>
                                    <guid>https://www.web-site-scripts.com/knowledge-base/article/AA-00596</guid>
                    </item>
                <item>
                        <title>STRICT_TRANS_TABLES error when I setup database</title>
                                    <link>https://www.web-site-scripts.com/knowledge-base/article/AA-00289</link>
                                    <description><![CDATA[<p>KMP requires<span style="background-color: rgb(255, 255, 255);">&nbsp;the STRICT_TRANS_TABLES option to be disabled in MySQL settings in order to be successfully installed:</span></p>

<div class="preformatted">
<div class="preformattedContent">
sql-mode="STRICT_TRANS_TABLES"
</div>
</div>
<p>This option must be removed from the sql-mode setting. You can find it in the <b>my.ini</b> configuration file.</p><p>Here are several examples for where you can find the my.ini:</p><h3>Separate installation of MySQL:</h3><p></p><div class="preformatted">
<div class="preformattedContent"><p>
C:\Program Files\MySQL\MySQL Server 5.1\my.ini<br><br>C:\Program Files (x86)\MySQL\MySQL Server 5.1\my.ini</p><p><span style="line-height: 13px;">C:\ProgramData\MySQL\MySQL Server 5.5\my.ini</span></p></div>
</div>
<h3><span style="line-height: normal; font-size: 14px; font-weight: bold; ">WAMP:</span></h3><p></p><p></p><div class="preformatted">
<div class="preformattedContent">
C:\wamp\bin\mysql\mysql5.1.*\my.ini<br></div>
</div>
<h3><span style="line-height: normal; font-size: 14px; font-weight: bold; ">XAMMP:</span></h3><p></p><p></p><div class="preformatted">
<div class="preformattedContent">
C:\xampp\mysql\bin\my.ini<br></div>
</div>
<p><br></p><p>Sql-mode setting may have this look:</p><p></p><div class="preformatted">
<div class="preformattedContent">sql-mode="NO_AUTO_CREATE_USER,NO_ENGINE_SUBSTITUTION,<span style="background-color: rgb(255, 255, 0);">STRICT_TRANS_TABLES</span>"</div>
</div>
<p>In this case remove the STRICT_TRANS_TABLES option, like this:</p><p></p><div class="preformatted">
<div class="preformattedContent">
sql-mode="NO_AUTO_CREATE_USER,NO_ENGINE_SUBSTITUTION"</div>
</div>
<p>If STRICT_TRANS_TABLES&nbsp;is the only option in the sql-mode setting:</p><p></p><div class="preformatted"><div class="preformattedContent">sql-mode="STRICT_TRANS_TABLES"</div></div><p style="line-height: 18.200000762939453px; ">Then you can simply remove it and make sql-mode empty:</p><p style="line-height: 18.200000762939453px; "></p><div class="preformatted">
<div class="preformattedContent">
sql-mode=""</div>
</div>
<p><br></p><p></p><p style="line-height: 18.200000762939453px; ">After that save the file, and restart the MySQL server to apply the change.</p><p></p><p></p><p></p><p></p>]]></description>
                                    <pubDate>Mon, 06 Jul 2009 17:00:00 +0000</pubDate>
                                    <guid>https://www.web-site-scripts.com/knowledge-base/article/AA-00289</guid>
                    </item>
                
    </channel>
</rss>