MyBB Community Forums

Full Version: Initial Mybb Install issues
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
Hello,

I am currently installing mybb for the first time on our hosting server. I have followed the instructions using the following article from:

=====================================
http://blackonsole.org/installing-mybb-on-linux/
=====================================

However I did not set up any databases as I was going to let our customer handle that end. I have moved the /install directory to the customers /public_html/forum directory where I then tried the following http://seekgod.us/forum/install but got the following errors:

===================================================
Warning: require_once(/home/seekgodu/domains/seekgod.us/public_html/forum/inc/class_core.php) [function.require-once]: failed to open stream: No such file or directory in /home/seekgodu/domains/seekgod.us/public_html/forum/install/index.php on line 40

Fatal error: require_once() [function.require]: Failed opening required '/home/seekgodu/domains/seekgod.us/public_html/forum/inc/class_core.php' (include_path='.:/usr/local/lib/php') in /home/seekgodu/domains/seekgod.us/public_html/forum/install/index.php on line 40
====================================================


Any help would be greatly appreciated.

Thanks,
Put all MyBB files in /public_html/forum
(2011-05-30, 07:28 PM)Malcolm. Wrote: [ -> ]Put all MyBB files in /public_html/forum

Just to be clear:

I need to put all the files that are listed on the provided article into the /public_html/form??

/cache
/inc
/uploads
/install

Yes, extract all the MyBB files into /public_html/HERE
(2011-05-30, 07:45 PM)NewGamingEra Wrote: [ -> ]Yes, extract all the MyBB files into /public_html/HERE

Hello,

I have moved the following to the domain/public_html/forum:

/cache
/inc
/uploads
/install

However, now the page takes me to a "server not found page". Should have I of copied or moved the directories to the /forum? Also will I also need to have the mybb files present in the /var/www? Please let me know.

Thanks,
No. You don't need to alter their positions/folders. If you want to install your MyBB in http://yourdomain.com/forum/ then you would need to Upload all files and folders (that comes with MyBB package) in ./public_html/forum/ directory.
The entire contents of the MyBB download goes into /public_html/forum/, not just the cache, inc, install and uploads folders... Undecided
(2011-05-30, 08:52 PM)MattRogowski Wrote: [ -> ]The entire contents of the MyBB download goes into /public_html/forum/, not just the cache, inc, install and uploads folders... Undecided

Hello,

I have ran the following command inside of the /domain.com/public_html/forum:

==============
unzip mybb_1603.zip
==============

When trying to go to http://seekgod.us/forum/install I am getting a "Not Found" error.

I am noticing that the /cache /install /inc /uploads /admin directories are all located in "Uploads" which is inside of the /seekgod.us/forum directory. Any further input would be very helpful.

Thanks,



You upload the contents of the Upload folder to /public_html/forum
(2011-05-30, 07:26 PM)rgiles43 Wrote: [ -> ]=====================================
http://blackonsole.org/installing-mybb-on-linux/
=====================================

They nicely copied my one-liner Undecided
http://community.mybb.com/thread-92800.html
Pages: 1 2