MyBB Community Forums

Full Version: Installing MyBB problems
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2 3
(2010-08-08, 07:15 PM)HolyPhoenix Wrote: [ -> ]First things are first. Turn on error reporting. :p When you do that we can know the actual problem and find a solution.

In your php.ini file (if there is not one you can create it) add

error_reporting = E_ALL.

If you don't want to do that, in the index of mybb add this:

ini_set('display_errors',1);
error_reporting(E_ALL);
In which upload folder is this?
With what exactly you have problems?
(2010-08-08, 07:19 PM)marines Wrote: [ -> ]With what exactly you have problems?
Installing my site Huh

the php.ini file doesn't exist in an upload folder. If it is there it will be on your webhost in the public_html folder. The index will be wherever the default folder is for your forum. So usually

www.mysite.com/index.php

or

www.mysite.com/forum/index.php
I gave you an address where you can find the instructions.
What have you actually done so far?

If you follow the instructions in the wiki you shouldn't have any problems - http://wiki.mybb.com/index.php/Installing
(2010-08-08, 07:22 PM)marines Wrote: [ -> ]I gave you an address where you can find the instructions.
On the Installer bit I get stuck.

www.movieflump.com/forum Huh
Go here - http://www.movieflump.com/forum/install/index.php

If you need more help you need to be more specific about what the problem is. Smile
(2010-08-08, 07:29 PM)AJS Wrote: [ -> ]Go here - http://www.movieflump.com/forum/install/index.php

If you need more help you need to be more specific about what the problem is. Smile
OMG you're a legend thank you Big Grin
I don't know why you made another thread on this, merged.

(2010-08-08, 06:30 PM)Jack123 Wrote: [ -> ]Please help

PLEASE!!
Still don't know how I thought this was a support forum Angry

You couldn't wait 34 minutes?? This is a support forum, but we are not servants, slaves or machines. At least try and have some patients, seeing as we give up our free time here.

You need to create a database and database user in cPanel, it's quite clearly labelled.

The URL to access the installer is explained on the Wiki, all you had to do is read it to find that out.
Pages: 1 2 3