When i go to mysite/forum it says "Server Error The website encountered an error while retrieving **mysite**. It may be down for maintenance or configured incorrectly. Even though i did everything.
Printable View
When i go to mysite/forum it says "Server Error The website encountered an error while retrieving **mysite**. It may be down for maintenance or configured incorrectly. Even though i did everything.
Try updating to the new release (Version 0.242) this should resolve your error (as I forgot a file which is necessary!). If this doesn't resolve your issue, please print screen so I can figure it out quicker.
Also, make sure you have corrected your .htaccess correctly!
This only works with RevCMS!
Don't have an edited .htaccess? Replace it with this (and it should work!)
Code:RewriteEngine On
RewriteRule ^(|/)$ index.php?url=$1
RewriteRule ^([a-zA-Z0-9_-]+)(|/)$ index.php?url=$1
RewriteEngine on
RewriteRule ^(.*)\.htm$ $1.php [NC]
RewriteRule ^(|/)$ dash.php?page=$1
RewriteRule ^([a-zA-Z0-9_-]+)(|/)$ dash.php?url=$1
RewriteRule ^forum/f([a-zA-Z0-9_-]+)(|/)$ index.php?url=forum&view=category&id=$1
RewriteRule ^forum/thread/([a-zA-Z0-9_-]+)(|/)$ index.php?url=forum&view=thread&id=$1
RewriteRule ^forum/newthread/f([a-zA-Z0-9_-]+)(|/)$ index.php?url=forum&view=newthread&id=$1
That fixed it but now the main forum page constantly refreshes itself.
I've noticed something; new forum users do not get a chance to see the 'Welcome to the forums!' information box, on forum.php search for:
With:PHP Code:if($forum->checkForAccount($u_id) == false) {
$forum->createForumAccount($u_id);
echo '<meta http-equiv="refresh" content="0;{url}/forum">';
}
And that should do the trick.PHP Code:if($forum->checkForAccount($u_id) == false) {
$forum->createForumAccount($u_id);
//echo '<meta http-equiv="refresh" content="0;{url}/forum">';
}
Not bad, hopefully it can improve and soon surpass my the Forums I coded on HabJoy. Good luck man! :thumbup:
I had noticed that, but I realised the problem (as the forum creates a new 'forum user', it has to do some sort of 'refresh'), but then I have just realised there wouldn't be a problem as you can't post a thread anyway when you have the forum open. I will find some more errors like this soon and they will be patched in the next release.
Thanks for your feedback:)
My rank 6 cant post any reason why ?
My users rank 6 cant repley. When the make a new thread noone can read it
Looks awesome, I'll download it and add it to my site tonight
In terms of the styling and design, I say that you first take at look at HabJoy's. Everything is just so beautifully laid out.
Thanks man, however your forum will always look better (just had a look at it now, since I didn't know about it) as you have a custom CMS so you can freely change what you like, but with RevCMS it is limited else it won't sync in with the rest of the style.
I agree, it is beautifully laid out, however this isn't a custom CMS and is set to RevCMS, therefor I can't change too much else it'll look out of place and it won't suit the site. However, I will take some ideas from HabJoy - but I don't want to look like a copy!
Any help ???????? Noone than rank 7 can post and reply. All can make a thread ut noone can see it or read it.