Author Topic: 500 error - Internal Server Error!  (Read 29744 times)

0 Members and 1 Guest are viewing this topic.

hatted

  • Jr. Member
  • **
  • Posts: 1
500 error - Internal Server Error!
« 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?

faf

  • Mibew Staff Member
  • Native
  • *****
  • Posts: 950
    • Mibew Messenger
Re: 500 error - Internal Server Error!
« Reply #1 on: January 05, 2014, 12:36:48 PM »
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.

carcaras3

  • Jr. Member
  • **
  • Posts: 1
Re: 500 error - Internal Server Error!
« Reply #2 on: January 09, 2014, 04:54:38 PM »
Hi all.
Did anyone find a solution for this issue? I have the same problem.

faf

  • Mibew Staff Member
  • Native
  • *****
  • Posts: 950
    • Mibew Messenger
Re: 500 error - Internal Server Error!
« Reply #3 on: January 09, 2014, 06:21:42 PM »
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.

monta990

  • Full Member
  • ***
  • Posts: 17
  • DonĀ“t be cold
    • Sontechs
Re: 500 error - Internal Server Error!
« Reply #4 on: January 24, 2014, 07:36:19 AM »
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

suharjo

  • Full Member
  • ***
  • Posts: 5
Re: 500 error - Internal Server Error!
« Reply #5 on: February 05, 2014, 05:24:19 AM »
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 :
Code: [Select]
[Wed Feb 05 11:28:57 2014] [alert] [client 118.x.x.x] /home/kontak/public_html/mibew/.htaccess: Option FollowSymLinks not allowed here

Dmitriy Simushev

  • Moderator
  • Native
  • *****
  • Posts: 345
Re: 500 error - Internal Server Error!
« Reply #6 on: February 05, 2014, 11:45:17 AM »

Error Log :
Code: [Select]
[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:
Code: [Select]
# 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.

Rezo_Sama

  • Full Member
  • ***
  • Posts: 10
  • O mal do ser humano e o proprio ser humano
Re: 500 error - Internal Server Error!
« Reply #7 on: February 06, 2014, 12:02:39 PM »
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?

suharjo

  • Full Member
  • ***
  • Posts: 5
Re: 500 error - Internal Server Error!
« Reply #8 on: February 06, 2014, 12:08:38 PM »
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

suharjo

  • Full Member
  • ***
  • Posts: 5
Re: 500 error - Internal Server Error!
« Reply #9 on: February 06, 2014, 12:24:32 PM »
Try to remove the following lines from .htaccess:
# Follow symbolic links in the directory
Options +FollowSymLinks


Try to remove the following lines from .htaccess:
Code: [Select]
# 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 ?

faf

  • Mibew Staff Member
  • Native
  • *****
  • Posts: 950
    • Mibew Messenger
Re: 500 error - Internal Server Error!
« Reply #10 on: February 06, 2014, 12:52:51 PM »
Try to remove the following lines from .htaccess:
# Follow symbolic links in the directory
Options +FollowSymLinks


Try to remove the following lines from .htaccess:
Code: [Select]
# 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

faf

  • Mibew Staff Member
  • Native
  • *****
  • Posts: 950
    • Mibew Messenger
Re: 500 error - Internal Server Error!
« Reply #11 on: February 06, 2014, 12:56:52 PM »
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. >:(

suharjo

  • Full Member
  • ***
  • Posts: 5
Re: 500 error - Internal Server Error!
« Reply #12 on: February 06, 2014, 02:44:31 PM »
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