Author Topic: SERVICE CURRENTLY NOT AVAILABLE! Error No. [500]  (Read 14601 times)

Offline asylum

  • Newbie
  • *
  • Posts: 2
SERVICE CURRENTLY NOT AVAILABLE! Error No. [500]
« on: September 16, 2009, 05:04:22 AM »
Heya,

the installer worked fine for me and all the required data was labeled OK
But now i get a 500er when accessing the index.php

here is my .htaccess and my phpinfo()

Quote
RemoveType .php
AddHandler x-httpd-php5 .php

# AddDefaultCharset   UTF-8
AddType text/x-component .htc


php_flag   display_errors   Off
php_flag   log_errors   On
# php_value   error_log   logs/errors

php_value   zlib.output_compression      Off
php_value   magic_quotes_gpc      0
php_value   zend.ze1_compatibility_mode   0
php_value    suhosin.session.encrypt    Off

php_value   session.auto_start   0
php_value   session.gc_maxlifetime   21600
php_value   session.gc_divisor   500
php_value   session.gc_probability   1

# PHP Bugs: #30766: mail() adds headers and encodes the body
php_value   mbstring.func_overload   0



RewriteEngine On
RewriteRule ^favicon.ico$ skins/default/images/favicon.ico



SetOutputFilter DEFLATE



# replace 'append' with 'merge' for Apache version 2.2.9 and later
Header append Cache-Control public env=!NO_CACHE



ExpiresActive On
ExpiresDefault "access plus 1 month"


FileETag MTime Size




Quote
PHP Version 5.2.5

System    Linux webbox182 2.6.16.27-0.9-bigsmp #1 SMP Tue Feb 13 09:35:18 UTC 2007 i686
Build Date    Jun 17 2009 03:26:43
Configure Command    './configure' '--prefix=/usr/local/php5-cgi/' '--with-mysql=/usr' '--with-zlib' '--enable-debug=no' '--with-gd' '--with-png-dir=/usr/lib' '--enable-track-vars' '--with-freetype-dir=/usr/lib' '--enable-ftp' '--with-mcrypt' '--enable-memory-limit' '--enable-calendar' '--enable-wddx' '--with-jpeg-dir=/usr' '--enable-bcmath' '--enable-gd-imgstrttf' '--enable-shmop' '--enable-mhash' '--enable-xslt' '--with-xslt-sablot' '--with-dom' '--with-dom-xslt' '--with-dom-exslt' '--with-imap' '--with-curl' '--with-bz2' '--with-xsl' '--with-pdo-mysql' '--with-gettext' '--enable-exif' '--with-idn' '--enable-mbstring=all' '--with-openssl' '--enable-trans-sid' '--enable-sockets' '--enable-wddx' '--enable-wddx' '--with-imap-ssl' '--with-kerberos' '--with-config-file-path=/etc/apache' '--with-mcrypt' '--enable-inline-optimization' '--with-iconv' '--enable-soap'
Server API    CGI
Virtual Directory Support    disabled
Configuration File (php.ini) Path    /etc/apache
Loaded Configuration File    /usr/local/apache/conf/confixx_phpini/****/3/php.ini
PHP API    20041225
PHP Extension    20060613
Zend Extension    220060519
Debug Build    no
Thread Safety    disabled
Zend Memory Manager    enabled
IPv6 Support    enabled
Registered PHP Streams    php, file, data, http, ftp, compress.bzip2, compress.zlib, https, ftps
Registered Stream Socket Transports    tcp, udp, unix, udg, ssl, sslv3, sslv2, tls
Registered Stream Filters    string.rot13, string.toupper, string.tolower, string.strip_tags, convert.*, consumed, convert.iconv.*, bzip2.*, zlib.*

Offline BobbyInOz

  • Newbie
  • *
  • Posts: 1
I had the same issue.
« Reply #1 on: September 23, 2009, 11:08:19 PM »
Did you run the required SQL script?  I had the same issue until doing so.

The SQL script is provided with the source.

.b

Offline asylum

  • Newbie
  • *
  • Posts: 2
SERVICE CURRENTLY NOT AVAILABLE! Error No. [500]
« Reply #2 on: September 24, 2009, 06:57:10 AM »
awesome!
thanks that was the problem. there was already a 'users' table in the db so the sql didnt go through

thanks for that