Current time: 05-23-2012, 03:21 AM Hello There, Guest! (LoginRegister)


Post Reply 
 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
[Installing] Mybb Error 41
09-08-2011, 02:41 PM (This post was last modified: 09-08-2011 02:46 PM by FriendMaza.Com.)
Post: #1
Not Solved Mybb Error 41
I have uploaded and changed permissions as per described in the documentation attached with the .zip when i wanted to install the forum it says that mybb error 41, my domain is http://www.forum.lovpk.com plz help me how to fix it?

You will never find time, if you want time, you will make it.
Find all posts by this user
Quote this message in a reply
09-08-2011, 03:00 PM (This post was last modified: 09-08-2011 03:01 PM by Lo..)
Post: #2
Not Solved RE: Mybb Error 41
What did you chmod it too?

I’ll lay all my anger aside
If you’ll give me a sign

Free Forum Hosting, Gaming Server Hosting, And Web Site hosting coming very soon. Contact me privately for any inquiries.
Visit this user's website Find all posts by this user
Quote this message in a reply
09-08-2011, 03:08 PM (This post was last modified: 09-08-2011 03:40 PM by FriendMaza.Com.)
Post: #3
Not Solved RE: Mybb Error 41
CHMOD the following folders to 777 (ie, make sure that PHP can write to and execute from them).
./cache/
./cache/themes/
./uploads/
./uploads/avatars/

and

CHMOD the following files to 666 (ie, make sure that PHP can write to them).
./inc/settings.php
./inc/config.php (you must rename config.default.php to config.php first)
is not there anyone to help me plz, its emergency i have to complete this tonight for my friend

You will never find time, if you want time, you will make it.
Find all posts by this user
Quote this message in a reply
09-08-2011, 09:42 PM
Post: #4
Not Solved RE: Mybb Error 41
You have a misconfiguration somewhere on your site or server, all URLs just load the index. Check for any .htaccess rewrite rules and remove them one by one to see what's causing it.

Download My Plugins
My Personal Site - Twitter
[Image: eX4bjF]
Visit this user's website Find all posts by this user
Quote this message in a reply
09-09-2011, 09:23 AM (This post was last modified: 09-09-2011 09:52 AM by FriendMaza.Com.)
Post: #5
Not Solved RE: Mybb Error 41
(09-08-2011 09:42 PM)MattRogowski Wrote:  You have a misconfiguration somewhere on your site or server, all URLs just load the index. Check for any .htaccess rewrite rules and remove them one by one to see what's causing it.

sorry man i did not got what you are asking about, i just want to install a mybb forum on one of my sub domain http://manoo.lovpk.com i will give you the complete access to my cpanel as well if you can do it for me without any issues being there so reply me. i have tried a lot of times, but the problem is still there, i have posted a thread for that too, but no one helped me in that matter, now if you can do it for me then pm me so that i could provide you the details.
Following is the .htacess.txt on my directory

PHP Code:
Options -MultiViews +FollowSymlinks -Indexes

#
# If mod_security is enabled, attempt to disable it.
# - Note, this will work on the majority of hosts but on
#   MediaTemple, it is known to cause random Internal Server
#   errors. For MediaTemple, please remove the block below
#
<IfModule mod_security.c>
    
# Turn off mod_security filtering.
    
SecFilterEngine Off

    
# The below probably isn't needed, but better safe than sorry.
    
SecFilterScanPOST Off
</IfModule>

#
# MyBB "search engine friendly" URL rewrites
# - Note, for these to work with MyBB please make sure you have
#   the setting enabled in the Admin CP and you have this file
#   named .htaccess
#
<IfModule mod_rewrite.c>
    
RewriteEngine on
    RewriteRule 
^forum-([0-9]+)\.htmlforumdisplay.php?fid=$[L,QSA]
    
RewriteRule ^forum-([0-9]+)-page-([0-9]+)\.htmlforumdisplay.php?fid=$1&page=$[L,QSA]

    
RewriteRule ^thread-([0-9]+)\.htmlshowthread.php?tid=$[L,QSA]
    
RewriteRule ^thread-([0-9]+)-page-([0-9]+)\.htmlshowthread.php?tid=$1&page=$[L,QSA]
    
RewriteRule ^thread-([0-9]+)-lastpost\.htmlshowthread.php?tid=$1&action=lastpost [L,QSA]
    
RewriteRule ^thread-([0-9]+)-nextnewest\.htmlshowthread.php?tid=$1&action=nextnewest [L,QSA]
    
RewriteRule ^thread-([0-9]+)-nextoldest\.htmlshowthread.php?tid=$1&action=nextoldest [L,QSA]
    
RewriteRule ^thread-([0-9]+)-newpost\.htmlshowthread.php?tid=$1&action=newpost [L,QSA]
    
RewriteRule ^thread-([0-9]+)-post-([0-9]+)\.htmlshowthread.php?tid=$1&pid=$[L,QSA]

    
RewriteRule ^post-([0-9]+)\.htmlshowthread.php?pid=$[L,QSA]

    
RewriteRule ^announcement-([0-9]+)\.htmlannouncements.php?aid=$[L,QSA]

    
RewriteRule ^user-([0-9]+)\.htmlmember.php?action=profile&uid=$[L,QSA]

    
RewriteRule ^calendar-([0-9]+)\.htmlcalendar.php?calendar=$[L,QSA]
    
RewriteRule ^calendar-([0-9]+)-year-([0-9]+)\.htmlcalendar.php?action=yearview&calendar=$1&year=$[L,QSA]
    
RewriteRule ^calendar-([0-9]+)-year-([0-9]+)-month-([0-9]+)\.htmlcalendar.php?calendar=$1&year=$2&month=$[L,QSA]
    
RewriteRule ^calendar-([0-9]+)-year-([0-9]+)-month-([0-9]+)-day-([0-9]+)\.htmlcalendar.php?action=dayview&calendar=$1&year=$2&month=$3&day=$[L,QSA]
    
RewriteRule ^calendar-([0-9]+)-week-(n?[0-9]+)\.htmlcalendar.php?action=weekview&calendar=$1&week=$[L,QSA]

    
RewriteRule ^event-([0-9]+)\.htmlcalendar.php?action=event&eid=$[L,QSA]

    <
IfModule mod_env.c>
        
SetEnv SEO_SUPPORT 1
    
</IfModule>
</
IfModule>

#
# If Apache is compiled with built in mod_deflade/GZIP support
# then GZIP Javascript, CSS, HTML and XML so they're sent to
# the client faster.
#
<IfModule mod_deflate.c>
    
AddOutputFilterByType DEFLATE application/javascript text/css text/html text/xml
</IfModule

You will never find time, if you want time, you will make it.
Find all posts by this user
Quote this message in a reply
09-09-2011, 08:41 PM
Post: #6
Not Solved RE: Mybb Error 41
htaccess.txt is not the same as .htaccess

If there is no .htaccess acces (note it has to be .htaccess with a . at the start and no .txt at the end) ask your host if there is one somewhere else. basically something somewhere is telling all URLs that you visit to load the same page, and this isn't right.

Download My Plugins
My Personal Site - Twitter
[Image: eX4bjF]
Visit this user's website Find all posts by this user
Quote this message in a reply
Post Reply 


Forum Jump:


User(s) browsing this thread: 1 Guest(s)

Contact Us | MyBB | Return to Top | Return to Content | Lite (Archive) Mode | RSS Syndication