XF 1.2 White Screen on Directory Change

ChillaxOwner

Active member
I just now changed my forums from the root directory to the directory /community/ and I am getting a white screen. I changed the things It said to do in the FAQ about just changing the info in the Board Information. Is there anything particularly I am doing incorrect?

http://chillax-gaming.com/community/
 
I see a blank page, is there any way of seeing more details to identify the cause of the problem?
A blank page is sometimes due to a suppressed error. Edit the library/config.php file and add the following:
PHP:
ini_set('display_errors', true);

http://xenforo.com/community/threads/frequently-asked-questions.5183/#post-282417

I just did that. I noticed it is trying to still use the files as if they are in the root directory.

chillax-gaming.com/community/admin.php

EDIT: I added the
php_value display_errors 1
To my HTACCESS as the config one wasn't doing anything. Which it is now showing errors. As said thought. It is trying to use the wrong directory, any idea?
 
Do you use any caching?

I have seen it posted previously that restarting the server was required after changing the install directory.
 
Top Bottom