Skip to content

Commit

Permalink
install: print full path to config file
Browse files Browse the repository at this point in the history
  • Loading branch information
tenzap committed Dec 20, 2024
1 parent 955b608 commit 03d3159
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion application/views/main/install/database_setup.php
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@
<p class="red">There was a problem when trying to load the database.</p>
<p>Reported error is:</p>
<p><code><?php echo htmlentities($exception, ENT_QUOTES); ?></code></p>
<p>Please check your database configuration in <code>application/config/database.php</code>. Then click on button to check again.</p>
<p>Please check your database configuration in <code><?php echo realpath(APPPATH.'config/database.php'); ?></code>. Then click on button to check again.</p>
</td>
</tr>
<?php endif; ?>
Expand Down

0 comments on commit 03d3159

Please sign in to comment.