We build. You grow.

Get best community software here

Start a social network, a fan-site, an education project with oxwall - free opensource community software

FTP Attributes HELP | Forum

Topic location: Forum home » Support » General Questions
Asen
Asen Oct 15 '12
Help to restore the Enter Attributes because there typed data to the host and began to give me when personalization page 


<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html> <head> <title></title> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> </head> <body style="font:18px Tahoma;"> Error 500<br />Internal Server Error. </body> </html>

A picture exactly where I introduced these data

Attachments:
  FTP.PNG (15.66Kb)
Purusothaman Ramanujam
Try to enable DEBUG and DEV mode in config.php file in ow_includes folder (at the end of the file).


This will give out the reason for your issue.
Asen
Asen Oct 15 '12
What do we have to let go of

 define('OW_DEBUG_MODE', false);
    define('OW_DEV_MODE', false);
    define('OW_PROFILER_ENABLE', false);

the end of file
Asen
Asen Oct 15 '12

Quote from Purusothaman Ramanujam What do we have to let go of define('OW_DEBUG_MODE', false); define('OW_DEV_MODE', false); define('OW_PROFILER_ENABLE', false); the end of file
What do we have to let go of

 define('OW_DEBUG_MODE', false);
    define('OW_DEV_MODE', false);
    define('OW_PROFILER_ENABLE', false);

the end of file
Soloplayer Designs
Soloplayer Designs Oct 15 '12
define('OW_DEV_MODE', true);