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

Site is suddenly broken [Solved] | Forum

Katie
Katie Apr 27 '14
Hi there,

Im hoping somebody here can please help! Im sorta desperate! I was working on my site and deactivated a plugin, Anti Brute, now my site is broken.

I would go back in a reactivate to see if that is the problem, but since my login is broken I cant login to admin.

Here is an error I see on the login page.

Fatal error: Class 'BASE_CMP_SignIn' not found in /home/content/81/11729781/html/members/ow_system_plugins/base/controllers/user.php on line 213

I looked in that file and line and this is what I see

 $this->addComponent('sign_in_form', new BASE_CMP_SignIn());

Can anybody help me out!!?? Thanks so much in advance :)

Katie
The Forum post is edited by ross Apr 28 '14
Katie
Katie Apr 27 '14
Hi,

Yup unfortunely that is broken too. Here is the link;

http://katchme.com.au/members/sign-in

My Oxwall site is in the "members" directory of my site.

Thanks your any help you can give :)
Katie
Katie Apr 27 '14
sorry no change :(
Katie
Katie Apr 27 '14
Ive just deleted the plugin too and no change
Katie
Katie Apr 27 '14
Thanks I have done that but with no extra error messages. If you click on these links for 2 different error messages.

http://katchme.com.au/members/admin

http://katchme.com.au/members/

Thanks again

Katie
Katie Apr 27 '14
Actually it looks like this... is this a problem?

define('OW_USE_CLOUDFILES', false);
define('OW_USE_CONTEXT', 1);

if ( defined('OW_CRON') )
{
    define('OW_DEBUG_MODE', true);
    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);
}
Katie
Katie Apr 27 '14
Actually I use WPBlogHost.com but maybe they use GoDaddy :P No unfortunately I havnt backed up but Ill go have a look and see if I can.


Katie
Katie Apr 27 '14
Thanks Ill ask if they can do backups. So I guess we dont have any clue what is wrong with my OXwall site though?


Katie
Katie Apr 27 '14
Thanks Chris for trying anyway, I really appreciate it :)
Steve Winter
Steve Winter Apr 27 '14
Your site is giving error messages 

http://katchme.com.au/members/  gives :

WELCOME TO OURS SOCIAL NETWORK
People are having fun and making new friends here every day. You can too! every day.
{text key='base+base_sign_in_cap_label'}
{form name='sign-in'}Email Address/Username {input name='identity'}Password {input name='password'}{submit name='submit' class='ow_positive'}{input name='remember'}{label name='remember'}
{text key='base+forgot_password_label'}
{component class='BASE_CMP_SignInButtonList'}{text key='base+base_sign_in_txt'}
{*text key='base+base_sign_in_or_label'*} {text key='base+join_submit_button_join'}
{/form}
Fatal error: Class 'BASE_CMP_SignIn' not found in /home/content/81/11729781/html/members/ow_system_plugins/base/classes/console_event_handler.php on line 81



However your http://katchme.com.au/ seems to be working though I went no further because I am already VERY married.



Katie
Katie Apr 27 '14
Thanks Steve :) Yup I was aware of the rest of the writing on that page but I think they are coding rather then errors actually. For some reason that coding is showing everywhere since my Oxwall site broke yesterday.

The rest of my site is a joomla site, and Oxwall is within a directory "members", which is showing broken.




ross Team
ross Apr 28 '14
please check if ow_system_plugins/base/components/sign-in.php file exists
Katie
Katie Apr 28 '14
Yes it is there :)

The code in there looks like its the code thats showing on all my pages at the moment
ross Team
ross Apr 28 '14
please, make sure this file content matches the original file: ow_system_plugins/base/components/sign-in.php
Katie
Katie Apr 28 '14
Your a lifesaver Ross!!! That worked!!! Thanks so much for everybodys help, what a relief :P

Cheers
Katie
ross Team
ross Apr 28 '14
Great! I'm going to mark this post as Solved.