Mibew Messenger Community
General => Support => Topic started by: hatted on January 05, 2014, 11:17:24 AM
-
I have apache2, PHP5.4, MySQL 5.5. when I install it, I got error "500 error - Internal Server Error!". I removed the htaccess and it works but it said cannot find the file. if i removed the error htaccess code, it said checksum error. What should I do? can someone tell me how to remove the checksum/checkfile?
-
First of all, your trouble has nothing to do with the desktop application. I've moved your topic into the appropriate board, but please be more attentive next time.
Next thing. Deletion of .htaccess file can result in non-standard behaviour of Mibew. Including several serious security-related issues. You should check the error log of your web-server and find out the exact cause of your problem.
And as about your last question... If you really sure, that you need it, just replace the install/package file with an empty (i.e. zero-length) one.
-
Hi all.
Did anyone find a solution for this issue? I have the same problem.
-
Did anyone find a solution for this issue? I have the same problem.
Same problem? Are you kidding? ???
The problem is undefined. The only thing here in this topic is the description of symptoms. There could be a dozen of possible causes of 'Internal Server Error' message.
As it was written above, one should check the error log of the web-server. Until then every suggestion will be as effective as a process of staring into a crystal ball.
-
another guy have the same problem on spanish forum:
http://mibew.org/forums/index.php/topic,191493.0.html
I think the problem is the prebuild system you use.
For example: WAMPSERVER or your hosting service.
i recomend you XAMPP server
http://www.apachefriends.org/
this prebuild works OK, on mibew
i use it for local test
-
URL :
mydomain/mibew/install/
Error :
Internal Server Error
The server encountered an internal error or misconfiguration and was unable to complete your request.
Please contact the server administrator, [no address given] and inform them of the time the error occurred, and anything you might have done that may have caused the error.
More information about this error may be available in the server error log.
Error Log :
[Wed Feb 05 11:28:57 2014] [alert] [client 118.x.x.x] /home/kontak/public_html/mibew/.htaccess: Option FollowSymLinks not allowed here
-
Error Log :
[Wed Feb 05 11:28:57 2014] [alert] [client 118.x.x.x] /home/kontak/public_html/mibew/.htaccess: Option FollowSymLinks not allowed here
Try to remove the following lines from .htaccess:
# Follow symbolic links in the directory
Options +FollowSymLinks
It should helps.
As for the reason, i think that your hosting provider (or may be you) just forbade to use this option in apache config at the top level.
-
This error can also be, you created the database on your server Hospeagem and configure the database in config.php in libs folder, the folder and went into public_html or www?
What server hosting uses?
-
This error can also be, you created the database on your server Hospeagem and configure the database in config.php in libs folder, the folder and went into public_html or www?
What server hosting uses?
This Error : on Debian Server with Virtualmin
And Success Mibew : install on Webserver with Cpanel
-
Try to remove the following lines from .htaccess:
# Follow symbolic links in the directory
Options +FollowSymLinks
Try to remove the following lines from .htaccess:
# Follow symbolic links in the directory
Options +FollowSymLinks
I have try this yesterday, but we got error :
Follow the wizard to setup your database.
Correct the mistakes: Checksum differs for /mibew/.htaccess Please, re-upload files to the server.
Completed: PHP version 5.3.3-7+squeeze18 Application path is /mibew
Maybe we must add this fuction "Options +FollowSymLinks"
How add this Option in Debian+Virtualmin ?
-
Try to remove the following lines from .htaccess:
# Follow symbolic links in the directory
Options +FollowSymLinks
Try to remove the following lines from .htaccess:
# Follow symbolic links in the directory
Options +FollowSymLinks
I have try this yesterday, but we got error :
Follow the wizard to setup your database.
Correct the mistakes: Checksum differs for /mibew/.htaccess Please, re-upload files to the server.
Completed: PHP version 5.3.3-7+squeeze18 Application path is /mibew
Maybe we must add this fuction "Options +FollowSymLinks"
How add this Option in Debian+Virtualmin ?
You can avoid the need to change your web server configuration. To fix the issue with checksum error you should just replace the file package with the empty one:
http://mibew.org/forums/index.php/topic,191502.msg197240.html#msg197240
-
This error can also be, you created the database on your server Hospeagem and configure the database in config.php in libs folder, the folder and went into public_html or www?
What are you talking about? There was a comprehensive error message. It clearly defines the problem. Please, do not mislead people. >:(
-
Ok We got success install with :
1. Open .htacess :
add Comment in : # Options +FollowSymLinks
or if needed Replace "Options +FollowSymLinks" with "Options +SymLinksIfOwnerMatch"
2. Open and file "package" in Folder install:
remove only first line ".htaccess 5d68e1273ca67249b104fca06f64998b"
3. Open your web and run your installation
Good Luck