Skip to content

Commit

Permalink
Update checkconfig.php on Database Error to better help a majority of…
Browse files Browse the repository at this point in the history
… users

A lot of the time the Database Error happens because of a missing forward-slash in config_local.php. This helps users
  • Loading branch information
shaunakg authored and seblucas committed May 21, 2018
1 parent 11d2c58 commit a3d5992
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion checkconfig.php
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@
echo $name . ' File ' . Base::getDbFileName($i) . ' not found,
Please check
<ul>
<li>Value of $config[\'calibre_directory\'] in config_local.php</li>
<li>Value of $config[\'calibre_directory\'] in config_local.php <strong>(Does it end with a \'/\'?)</strong></li>
<li>Value of <a href="http://php.net/manual/en/ini.core.php#ini.open-basedir">open_basedir</a> in your php.ini</li>
<li>The access rights of the Calibre Database</li>
<li>Synology users please read <a href="https://github.com/seblucas/cops/wiki/Howto---Synology">this</a></li>
Expand Down

0 comments on commit a3d5992

Please sign in to comment.