UseBB Community

UseBB support, discussion and development

General Error at install - pls help me

Moderators: Gaia.

Post Reply

Page: 1

Author Post
Member
Registered: Dec 2009
Posts: 14
I tried to install UseBB 1.0.10.
When I accessed install/index.php, this message was displayed.
Please tell me how do I do.

Quote
UseBB General Error
An error was encountered. We apologize for any inconvenience.

In file /usr/lib/php/foot.php on line 10:
E_NOTICE - Undefined variable: c_action

This error should probably not have occured,
so please report it to the webmaster. Thank you for your help.
If you are the webmaster of this board and you believe this is a bug,
please send a bug report.
Developer
Registered: Apr 2004
Posts: 2230
Location: Belgium
I assume some files are being included in PHP on your host automatically, and these are not free of errors or unclean code.

Unless you can access and fix /usr/lib/php/foot.php I would restore the error reporting level by commenting out line 62:
error_reporting(E_ALL);
in sources/common.php.

Commenting out: putting // or # at the beginning of the line.
Member
Registered: Dec 2009
Posts: 14
Thank you for your reply.
I did, but same message was displayed.
I want to install on 000webhost.com.
PHP version is 5.2.
Is it related this problem?
But I could install on other server moving PHP5.
Developer
Registered: Apr 2004
Posts: 2230
Location: Belgium
Try altering the line to
error_reporting(E_ALL ^ E_NOTICE);
and/or commenting out the line saying
ini_set('display_errors', '1'); 


If this doesn't work try contacting your host, since that file obviously is not part of UseBB itself.
Member
Registered: May 2005
Posts: 386
Location: US WA. St.
Just an FYI, tried that host not long ago and constantly received mysql errors, their database setup isn't reliable at all.
Member
Registered: Dec 2009
Posts: 14
Thank you for your replys.
I gave up use Uusebb on that host.
I installed the other host.
Then I can use it.
Thank you.
Member
Registered: Aug 2010
Posts: 15
i have find the key to this Error:
go to this http://members.000webhost.com/analytics.php

disenable the code :P :P :P

this is example http://bbs.sklece.com :roll:


shingo wrote
I tried to install UseBB 1.0.10.
When I accessed install/index.php, this message was displayed.
Please tell me how do I do.

Quote
UseBB General Error
An error was encountered. We apologize for any inconvenience.

In file /usr/lib/php/foot.php on line 10:
E_NOTICE - Undefined variable: c_action

This error should probably not have occured,
so please report it to the webmaster. Thank you for your help.
If you are the webmaster of this board and you believe this is a bug,
please send a bug report.
Member
Registered: Dec 2009
Posts: 14
Thank you for your reply, sklece.
But I could not read it.
And I gave up install UseBB on 000webhost.com.
I will install the other host.
Member
Registered: Aug 2010
Posts: 15
what we have to do is just to shut down the code that 000webhost have add at the bottom of page.
so we go to http://members.000webhost.com/analytics.php to shut down it.

PS: if your password not workable,just login the 000webhost and initialize your account!
Goodluck!
shingo wrote
Thank you for your reply, sklece.
But I could not read it.
And I gave up install UseBB on 000webhost.com.
I will install the other host.
Member
Registered: Dec 2009
Posts: 14
Thank you for your reply.
But I have got some other discontent in 000webhost.com.
So I wrote I would install the other server.
I want this topic will give advice to other person who uses it.
I say thank you for your replys, again.

Post Reply

Page: 1

UseBB Community is powered by UseBB 1 Forum Software