This website can use cookies to improve the user experience

This website can use cookies to improve the user experience and to provide certain services and functions to users. Cookies contain small amounts of information (such as login information and user preferences) and will be stored on your device.

Enable All Cookies Privacy Policy

Installation hangs/fails


avatar
Fred Sherman 15
From: -
1. Hangs at "Installing templates: Importing install"
2. If I reload, it completes, but my site is listed twice and it contains no templates or styles.

Notice

This topic is archived. New comments cannot be posted and votes cannot be cast.

Responses to this topic


1 Re: Installation hangs/fails
avatar
Administrator
1340
From: 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?
1 Re: Installation hangs/fails
avatar
OP 15
From: -
It solved that problem and installed, but broke xenForo Full Friendly URLs. Now the entire forum is unusable.
1 Re: Installation hangs/fails
avatar
Administrator
1340
From: Vienna, Austria
You need to install the php-mbstring rpm package.
1 Re: Installation hangs/fails
avatar
OP 15
From: -
Fatal error: Call to undefined function mb_convert_encoding() in
/home/powersys/public_html/classes/class_xml.php on line 178
1 Re: Installation hangs/fails
avatar
Administrator
1340
From: Vienna, Austria
One thing you can try is changing the following line in /cadmin/cinstall.php

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
avatar
OP 15
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
1 Re: Installation hangs/fails
avatar
OP 15
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
1 Re: Installation hangs/fails
avatar
OP 15
From: -
How can I tell?
1 Re: Installation hangs/fails
avatar
Administrator
1340
From: Vienna, Austria
Is the  XML parser PHP module installed?

Notice

This topic is archived. New comments cannot be posted and votes cannot be cast.