Difference between revisions of "Installation:debugging"

From NeutronAdmin
Jump to: navigation, search
Line 1: Line 1:
 
====== Debugging ======
 
====== Debugging ======
 
If you have any issues with Neutron you should always read this article first:
 
If you have any issues with Neutron you should always read this article first:
 +
 +
==== 500 Internal server error ====
 +
Give the 'cache' folder 777 recursive permissions
  
 
==== Function Remt does not exist ====
 
==== Function Remt does not exist ====
 
Please run this MySQL query in your Neutron MySQL database manually:<blockquote>CREATE FUNCTION remt(t INT(5)) RETURNS TIMESTAMP RETURN (now()-INTERVAL t SECOND)</blockquote>
 
Please run this MySQL query in your Neutron MySQL database manually:<blockquote>CREATE FUNCTION remt(t INT(5)) RETURNS TIMESTAMP RETURN (now()-INTERVAL t SECOND)</blockquote>

Revision as of 14:39, 19 December 2017

Debugging

If you have any issues with Neutron you should always read this article first:

500 Internal server error

Give the 'cache' folder 777 recursive permissions

Function Remt does not exist

Please run this MySQL query in your Neutron MySQL database manually:
CREATE FUNCTION remt(t INT(5)) RETURNS TIMESTAMP RETURN (now()-INTERVAL t SECOND)