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

Yay I lost all my old info and now can't get this to install | Forum

dave Leader
dave May 6 '16
lol i had an motorcycle accident 5 years ago and am disabled myself, its hard i know, we just have to keep pressing on. I hate having to take my kazillion pills every day... 


What is your ow_log folder set to, what permission should be 777

The Forum post is edited by dave May 6 '16
Alan
Alan May 6 '16
Not permissions with windows >.< but it's set to allow that much I know lol
dave Leader
dave May 6 '16
OK let us know i may have to crash in a bit, im a night owl but my head is starting to bob... but ill check when i get up if i happen to leave :)
Alan
Alan May 6 '16
Okay and I'm thinking it's due to CGI-exe being disabled lol, correction it's due to the web.config but I have no idea what it should be. Okay I give up now I can't even open my original folders >.< Okay I managed to get my original folders to open but still no luck with oxwall :(
The Forum post is edited by Alan May 6 '16
Alan
Alan May 7 '16
Still having no luck :( So it's an issue with URL rewrite because I installed it on a free site http://anarchyhangout.esy.es/ but I don't want it there >.< with the url rewrite you can import .htaccess but it doesn't seem to matter as I've even tried that
The Forum post is edited by Alan May 7 '16
Alan
Alan May 8 '16
I finally figured it out :)


dave Leader
dave May 8 '16
Please share!  :)
Alan
Alan May 8 '16
Okay well it installed but I am having another issue >.< Check for yourself lol


http://anarchist.ddns.net/anarchyhangout


I had to change rewrite settings for it to install, I had to figure out what would work after hours of internet searching I learned enough to get it installed BUT I can't get it to use my url lol only localhost



The Forum post is edited by Alan May 8 '16
Alan
Alan May 9 '16


So this is how oxwall looks to me now and it refuses to open it in anything other than localhost

dave Leader
dave May 9 '16
check out your ow_includes/config.php to make sure everything is correct 
Alan
Alan May 9 '16

<?php


define('OW_URL_HOME', 'http://localhost/anarchyhangout/index.php/');


define('OW_DB_HOST', 'localhost');

define('OW_DB_PORT', null);

define('OW_DB_USER', 'root');

define('OW_DB_PASSWORD', 'MyPassword');

define('OW_DB_NAME', 'OXWALL');


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', '');


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);

}


Well I fixed it from just going to localhost now lol, one problem fixed one more to go :)

The Forum post is edited by Alan May 9 '16
dave Leader
dave May 9 '16
ok what is that last problem, remind me please i am tired lol... :)
Alan
Alan May 9 '16
It's not showing pictures and it's not accessing the themes, the layout is all messed up
dave Leader
dave May 9 '16
OK, thanks... fyi edit your post and remove your pw salt, its not good to show it. 
Alan
Alan May 9 '16
Okay edited it out :)
dave Leader
dave May 9 '16
in the root index.php this is defined. I dont know what you would change it to as you are using windows.  But you might try changing that to provide the proper values to the other defines in your config. 


define('OW_DIR_ROOT', dirname(__FILE__) . DS);


this is in the index.php on line 28

The Forum post is edited by dave May 9 '16
Alan
Alan May 9 '16
Change which part dirname or (__FILE__) or both?
dave Leader
dave May 9 '16
i dont have time to research it for you now very sorry, all i can do is point you in that direction.  :) Check out the examples in the manual... :)


http://php.net/manual/en/function.dirname.php


if you scroll down there are notes as well with explanations. :)

The Forum post is edited by dave May 9 '16
Alan
Alan May 9 '16
Thank you appreciated :) I also can't load it up in dev mode :/


The Forum post is edited by Alan May 9 '16
ross Team
ross May 9 '16
Alan, try this

instead of this

define('OW_URL_HOME', 'http://localhost/anarchyhangout/index.php/');


go 


define('OW_URL_HOME', 'http://YOURDOMAINanarchyhangout/');


so it should be without index.php

Pages: « 1 2 3 4 »