MyBB Community Forums

Full Version: Internal error attachments
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
do you also have a server error log at web host control panel - if so can you check that for attachments errors ..
Server error log:
/archive/index.php
Error: /proc must be mounted
To mount /proc at boot you need an /etc/fstab line like:
/proc /proc proc defaults
In the meantime, run "mount /proc /proc -t proc"

( the last error where in July)

That's it!
.m or Leefish or Josh H, will a admin account to one of you be handy, or has it nothing to do with mybb?
This is something far beyond the scope of MyBB. Are you using a shared provider (if so, who?) or a server you have control of?

I have a slight suspicion as to why this might occur, but it's highly, highly unlikely.
If you have a problem long enough, it will go over buy it self....Well that is the feeling,,,
Now everything is working as it should.

But, perhaps it can, I don't know, but perhaps it has something to do with it.
Sometimes my site was not reachable for some, like, I could not enter the site from my home nett, but with my mobile, turning off wifi, I could. Support could enter the site without any issues,  but where also able to duplicate my problem and found out my rerule in htaccess causes the error.
So I'll post the part from my old htaccess and the new, changing url to site.

OLD
RewriteCond %{HTTP_HOST} ^site\.com$ [OR]
RewriteCond %{HTTP_HOST} ^www\.site\.com$
RewriteRule ^/?$ "http\:\/\/site\.com\/portal\.php" [R=301,L]

NEW
#RewriteCond %{HTTP_HOST} ^site\.com$[OR]
#RewriteCond %{HTTP_HOST} ^www\.site\.com$
#RewriteRule ^/?$ "http\:\/\/site\.com\/portal\.php" [R=301,L]
Redirect 301 /index.php http://site.com/portal.php

(to be clear, landingpage is my portal)

Don't now if this also have something with this issue to do, or if my host did find and fix without letting me know. But for now, it seems to work. Have an idea if this "could" cause this error?
Pages: 1 2