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

ow_includes/config.php file is incorrect? | Forum

Topic location: Forum home » Support » General Questions
Stan Thompson
Stan Thompson May 6 '13
I have yet again installed Oxwall 1.5.3 as it keeps on crashing, everytime I install it I get this message (ow_includes/config.php file is incorrect. Update it with details provided below.) but there is nothing below? as anyone else come across this? and is this the reason why I am not recieving any notification emails when I send out a mass mail?
The Forum post is edited by Oxwall Germany Oct 9 '19
Purusothaman Ramanujam
I rememeber that oxwall team mentioend that oxwall 1.5.2+ has an option to auto-update the config file if it has access.

Whats there in your config file?
Alia Team
Alia May 8 '13
Option with auto-update of config.php works only when the your user has enough rights to overwrite needed files.

In your case Stan, possible reasons are:

1. missing/empty/corrupted  ow_install/files/config.txt file.
2. issues with file_get_contents function on your server.

Have you tried replacing content of config.php manually using standard template?

<?php

define('OW_URL_HOME', 'URLHERE/');

define('OW_DB_HOST', 'dbhosthere');
define('OW_DB_PORT', null);
define('OW_DB_USER', 'userhere');
define('OW_DB_PASSWORD', 'passwordhere');
define('OW_DB_NAME', 'dbnamehere');

define('OW_DB_PREFIX', 'ow_');

define('OW_DIR_USERFILES', OW_DIR_ROOT.'ow_userfiles'.DS);
define('OW_DIR_STATIC', OW_DIR_ROOT.'ow_static'.DS);
define('OW_URL_STATIC', OW_URL_HOME.'ow_static/');
define('OW_URL_USERFILES', OW_URL_HOME.'ow_userfiles/');
define('OW_DIR_PLUGINFILES', OW_DIR_ROOT.'ow_pluginfiles/');

define('OW_PASSWORD_SALT', '518a0b12e3cd5');

define('OW_DIR_CORE', OW_DIR_ROOT.'ow_core'.DS);
define('OW_DIR_INC', OW_DIR_ROOT.'ow_includes'.DS);
define('OW_DIR_LIB', OW_DIR_ROOT.'ow_libraries'.DS);
define('OW_DIR_UTIL', OW_DIR_ROOT.'ow_utilities'.DS);
define('OW_DIR_PLUGIN', OW_DIR_ROOT.'ow_plugins'.DS);
define('OW_DIR_THEME', OW_DIR_ROOT.'ow_themes'.DS);
define('OW_DIR_SYSTEM_PLUGIN', OW_DIR_ROOT.'ow_system_plugins'.DS);
define('OW_DIR_SMARTY', OW_DIR_ROOT.'ow_smarty'.DS);

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', false);
    define('OW_DEV_MODE', false);
    define('OW_PROFILER_ENABLE', false);
}

Stan Thompson
Stan Thompson May 9 '13
Thank you for that Aliia, but my Oxwall includes configuration looks ok, I spoke to my host about me not receiving notification emails and they didn't seem to know what I was talking about, so now I still am not receiving them?
Stan Thompson
Stan Thompson May 9 '13
Just to let you know that my Cron job is working properly as I am receiving plugin updates on my website!
Purusothaman Ramanujam
Are you on SMTP?
Stan Thompson
Stan Thompson May 10 '13
No I am not using SMTP?
Alia Team
Alia May 13 '13

Stan, can we consider our discussion about config.php closed?


Regarding notifications. can you approve my account on your site so that I can check notifications?

I have registered two accounts:

1. Aliia

2. Jane.

Stan Thompson
Stan Thompson May 13 '13
Hi Aliia, yes you can consider the config.php closed, us I have approved both of your accounts on my website, I hope you can find out why notification emails are not been received!
Alia Team
Alia May 15 '13
Stan, any chance of giving my users to see at least user profiles and photos? Can't do anything on your site now due to limited permissions.
Giuseppe Vazzino
Giuseppe Vazzino Oct 8 '19
Hi,


I own a dating site and I'm looking for help with plugins. I need a full time web guy to help me get some plugins going. I'm trying to do live video and video chats. Please if interested please email me zakoya1981@gmail.com.


Thank you for your time

Giuseppe

mybongoryours.com

Attachments:
  preview.jpeg (35Kb)
Oxwall Germany Club
Oxwall Germany Oct 9 '19
Giuseppe, please open a new topic for your project. Also, see Commercial Oxwall Services and Products.
OW-Ghost
OW-Ghost Oct 9 '19

Hello,


there is already live video chat plugin in the oxwall store that skalfa (skadate team) created.


did you find it? or you want me send the link?


i run that plugin and it works fine but i have modify it a little bit my self


And yes please open a new topic ,because this topic is very old...lol

The Forum post is edited by OW-Ghost Oct 9 '19
Oxwall Germany Club
Oxwall Germany Oct 10 '19
Please create a new topic for live videos and video chats. This topic will be locked now.
This topic is locked