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
(2011-05-30, 10:00 PM)Aries-Belgium Wrote: [ -> ]
(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

Hello,

When running your one liner installation I am getting an error as shown below:

# wget --content-disposition http://www.mybb.com/download/latest -O mybb.zip && unzip mybb.zip "Upload/*" && mv Upload/* . && rm -Rf Upload mybb.zip && mv inc/config.default.php inc/config.php && chmod -R 0777 cache uploads inc/settings.php inc/config.php

(ERROR) wget: init.c:612: setval_internal: Assertion `0 <= comind && comind < (sizeof (commands) / sizeof ((commands)[0]))' failed.
Aborted


Please help.

Thanks,
Hmm, I believe you are running an outdated wget. What is the output of:
wget -V
(only first line is okay).
(2011-05-30, 10:15 PM)Aries-Belgium Wrote: [ -> ]Hmm, I believe you are running an outdated wget. What is the output of:
wget -V
(only first line is okay).

Hello,

wget -v
wget: missing URL
Usage: wget [OPTION]... [URL]...

Try `wget --help' for more options.
Capital v Smile
wget -V
(2011-05-30, 10:23 PM)Aries-Belgium Wrote: [ -> ]Capital v Smile
wget -V

HAHA THANK YOU. I may just learn more than I thought:

# wget -V
GNU Wget 1.10.2 (Red Hat modified)

Copyright © 2005 Free Software Foundation, Inc.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.

Originally written by Hrvoje Niksic <[email protected]>.
Your wget version is outdated and there is a known bug in there: https://bugzilla.redhat.com/show_bug.cgi?id=492672

Consider upgrading your wget version.

But try this instead for now:
wget http://www.mybb.com/download/latest -O mybb.zip && unzip mybb.zip "Upload/*" && mv Upload/* . && rm -Rf Upload mybb.zip && mv inc/config.default.php inc/config.php && chmod -R 0777 cache uploads inc/settings.php inc/config.php
Make sure you run this code in the right folder.
(2011-05-30, 10:36 PM)Aries-Belgium Wrote: [ -> ]Your wget version is outdated and there is a known bug in there: https://bugzilla.redhat.com/show_bug.cgi?id=492672

Consider upgrading your wget version.

But try this instead for now:
wget http://www.mybb.com/download/latest -O mybb.zip && unzip mybb.zip "Upload/*" && mv Upload/* . && rm -Rf Upload mybb.zip && mv inc/config.default.php inc/config.php && chmod -R 0777 cache uploads inc/settings.php inc/config.php
Make sure you run this code in the right folder.

Hello,

I thank you so much for your help. I will be running the command inside of the http://seekgod.us/public_html/forum. Will that be Ok? Please let me know.

Thanks,
The public_html is probably in the home directory of the user and if you want to have your forum in the forum subdirectory you should change to that directory and hen run the one-liner.
Hello,

Thank you very much for all of your help I am now able to get to the install page of the domain. You can now mark this issue as being solved.

Regards,
(2011-05-30, 11:05 PM)rgiles43 Wrote: [ -> ]Hello,

Thank you very much for all of your help I am now able to get to the install page of the domain. You can now mark this issue as being solved.

Regards,

Great! Let us know how it all turns out and if you have any other question about MyBB don't hesitate to ask Wink

Pages: 1 2