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

I need a dynamic site emergency | Forum

dave Leader
dave Jun 28 '16
show me your config file... i do not need to see the secret key you can take that from the post.. 


also show me your htaccess file 

Oxwall Türkiye
Oxwall Türkiye Jun 28 '16

Options +FollowSymLinks


RewriteEngine On




AddEncoding gzip .gz


AddEncoding gzip .gzip


<FilesMatch "\.(js.gz|js.gzip)$">


  ForceType text/javascript


</FilesMatch>


<FilesMatch "\.(css.gz|css.gzip)$">


  ForceType text/css


</FilesMatch>




RewriteCond %{REQUEST_URI} !^/index\.php


RewriteCond %{REQUEST_URI} !/ow_updates/index\.php


RewriteCond %{REQUEST_URI} !/ow_updates/


RewriteCond %{REQUEST_URI} !/ow_cron/run\.php


RewriteCond %{REQUEST_URI} !/e500\.php


RewriteCond %{REQUEST_URI} !/captcha\.php


#RewriteCond %{REQUEST_URI} (/|\.php|\.html|\.htm|\.xml|\.feed|robots\.txt|\.raw|/[^.]*)$  [NC]


RewriteCond %{REQUEST_FILENAME} (/|\.php|\.html|\.htm|\.xml|\.feed|robots\.txt|\.raw|/[^.]*)$  [NC]


RewriteRule (.*) index.php

dave Leader
dave Jun 28 '16
and i dont need to see the db info either 
Oxwall Türkiye
Oxwall Türkiye Jun 28 '16
show me your config file... i do not need to see the secret key you can take that from the post.. 


?????????  I do not understand this

dave Leader
dave Jun 28 '16
are you running oxwall 1.8.3
Oxwall Türkiye
Oxwall Türkiye Jun 28 '16
yes 1.8.3 version
dave Leader
dave Jun 28 '16
ok lets start off by replacing some files to be sure... 


first here is the default htaccess file from the 1.8.3 download...


replace yours with this one...   make sure you delete the old file, because we want to be sure its clean... 





Attachments:
  .htaccess.zip (0Kb)
dave Leader
dave Jun 28 '16
now what i mean by the config file is this 


i want to see your config.php file  but when you post it, here in the forum do not show your database info or your define('OW_PASSWORD_SALT',  info.  


noone needs to see that, but i want to see the rest of it please

dave Leader
dave Jun 28 '16
do you have access to admin area?
Oxwall Türkiye
Oxwall Türkiye Jun 28 '16
Associated with the site can not connect to any page

no not connected

dave Leader
dave Jun 28 '16
ok change your config file to be like this, it looks like you have debug and dev mode on at the same time... 


make it like this 


if ( defined('OW_CRON') )

{    


define('OW_DEBUG_MODE', false);    

define('OW_DEV_MODE', false);    

define('OW_PROFILER_ENABLE', false);


}else{ 


   /**    * Make changes in this block if you want to enable DEV mode and DEBUG mode    */


    define('OW_DEBUG_MODE', true);

    define('OW_DEV_MODE', false);  



    define('OW_PROFILER_ENABLE', false);


}

The Forum post is edited by dave Jun 28 '16
dave Leader
dave Jun 28 '16
make sure that whenever you change dev or debug mode that you ONLY do so in the ELSE part not above that... 


you never have to change the cron part... 

Oxwall Türkiye
Oxwall Türkiye Jun 28 '16

correction of the result failed

still the problem persists

dave Leader
dave Jun 28 '16
ok show me that part again i want to be sure... 
Oxwall Türkiye
Oxwall Türkiye Jun 28 '16

define('OW_USE_CLOUDFILES', false);


if ( defined('OW_CRON') )

    define('OW_DEBUG_MODE', !false);

    define('OW_DEV_MODE', false);

    define('OW_PROFILER_ENABLE', false);

else 

    /**

    * Make changes in this block if you want to enable DEV mode and DEBUG mode

    */

    

    define('OW_DEBUG_MODE', !true);

    define('OW_DEV_MODE', false);

    define('OW_PROFILER_ENABLE', false); 

dave Leader
dave Jun 28 '16
and never use !true ok.. either use true or false
dave Leader
dave Jun 28 '16
no no no see i told you exactly like i had it, never use !true
Oxwall Türkiye
Oxwall Türkiye Jun 28 '16

if ( defined('OW_CRON') )

{    


define('OW_DEBUG_MODE', false);    

define('OW_DEV_MODE', false);    

define('OW_PROFILER_ENABLE', false);


}else{ 


   /**    * Make changes in this block if you want to enable DEV mode and DEBUG mode    */


    define('OW_DEBUG_MODE', true);

    define('OW_DEV_MODE', false);  



    define('OW_PROFILER_ENABLE', false);


}

dave Leader
dave Jun 28 '16
ok ty now we can proceed 
Pages: « 1 2 3 4 »