Installation hangs/fails
Fred Sherman 15
From: -
From: -
Notice
This topic is archived. New comments cannot be posted and votes cannot be cast.Responses to this topic
1 Re: Installation hangs/fails
Philipp
From: Vienna, Austria
Administrator
1340From: Vienna, Austria
This shouldn't effect the forum at all after it just adds a few functions. The server here is also running with mbstring enabled and full friendly URLs.
Perhaps you have accidentally overwritten the .htaccess of XenForo?
Perhaps you have accidentally overwritten the .htaccess of XenForo?
1 Re: Installation hangs/fails
Fred Sherman
OP
15
From: -
From: -
It solved that problem and installed, but broke xenForo Full Friendly URLs. Now the entire forum is unusable.
1 Re: Installation hangs/fails
Philipp
From: Vienna, Austria
Administrator
1340From: Vienna, Austria
You need to install the php-mbstring rpm package.
1 Re: Installation hangs/fails
Fred Sherman
OP
15
From: -
From: -
Fatal error: Call to undefined function mb_convert_encoding() in
/home/powersys/public_html/classes/class_xml.php on line 178
/home/powersys/public_html/classes/class_xml.php on line 178
1 Re: Installation hangs/fails
Philipp
From: Vienna, Austria
Administrator
1340From: Vienna, Austria
One thing you can try is changing the following line in /cadmin/cinstall.php
to
This should (hopefully) show the exact error
error_reporting( 0 );
to
@ini_set( "display_errors", "on" );
error_reporting( E_ALL );
This should (hopefully) show the exact error
1 Re: Installation hangs/fails
Fred Sherman
OP
15
From: -
From: -
From php -i:
xml
XML Support => active
XML Namespace Support => active
libxml2 Version => 2.6.26
xmlreader
XMLReader => enabled
xmlrpc
core library version => xmlrpc-epi v. 0.51
php extension version => 0.51
author => Dan Libby
homepage => http://xmlrpc-epi.sourceforge.net
open sourced by => Epinions.com
xmlwriter
XMLWriter => enabled
xml
XML Support => active
XML Namespace Support => active
libxml2 Version => 2.6.26
xmlreader
XMLReader => enabled
xmlrpc
core library version => xmlrpc-epi v. 0.51
php extension version => 0.51
author => Dan Libby
homepage => http://xmlrpc-epi.sourceforge.net
open sourced by => Epinions.com
xmlwriter
XMLWriter => enabled
1 Re: Installation hangs/fails
Fred Sherman
OP
15
From: -
From: -
[powersys@linux10 public_html]$ rpm -qa | grep -i php | grep -i xml
php-xml-5.2.10-1.el5.centos
php-xmlrpc-5.2.10-1.el5.centos
php-xml-5.2.10-1.el5.centos
php-xmlrpc-5.2.10-1.el5.centos
1 Re: Installation hangs/fails
Fred Sherman
OP
15
From: -
From: -
How can I tell?
1 Re: Installation hangs/fails
Philipp
From: Vienna, Austria
Administrator
1340From: Vienna, Austria
Is the XML parser PHP module installed?
2. If I reload, it completes, but my site is listed twice and it contains no templates or styles.