Elxis CMS Forum

Support => Installation => Topic started by: charalampos on May 20, 2007, 16:03:08

Title: After instalattions i took many errors
Post by: charalampos on May 20, 2007, 16:03:08
I need your help after the installation of ELXIS and when i liked to see the front page i took many errors like these:PHP WARNING   
PHP: array_slice(): The first argument should be an array
uri: index.php
path: /components/com_frontpage/frontpage.php
version: Elxis 2006.4 Stable rev1080 [ Nestor ] 04-December-2006 23:08 GMT+2
WARNING(2): /home/httpd/vhosts/rodosmarket.com/httpdocs/rhodes/includes/Core/utf8.class.php, line 107
------------------------------------------
PHP WARNING   
PHP: join(): Bad arguments.
uri: index.php
path: /components/com_frontpage/frontpage.php
version: Elxis 2006.4 Stable rev1080 [ Nestor ] 04-December-2006 23:08 GMT+2
WARNING(2): /home/httpd/vhosts/rodosmarket.com/httpdocs/rhodes/includes/Core/utf8.class.php, line 107

Can you help me.
Title: Re: After instalattions i took many errors
Post by: Ivan Trebješanin on May 20, 2007, 17:08:15
I think your problem comes from your hosting provider's server settings...

Create empty txt file, paste the following code into that txt and rename it to info.php. Upload that file to your httpdocs directory, and open it in browser (http://YourDomain/info.php). You may see a lot of useful info on the server setting that might be of use for debugging. Once I had a problem with a server that didn't support UTF-8 at all.

Code: [Select]
<?php 
phpinfo
();
?>

Title: Re: After instalattions i took many errors
Post by: charalampos on May 22, 2007, 21:45:27
As i saw my hosting provider support utf8.I really like very much to use Elxis but this stops me.
Anyone can help???
Title: Re: After instalattions i took many errors
Post by: Ivan Trebješanin on May 22, 2007, 22:12:48
I saw this in your server's config:

iconv
iconv support    enabled
iconv implementation    glibc
iconv library version    2.3.2

Directive   Local Value   Master Value
iconv.input_encoding   ISO-8859-1   ISO-8859-1
iconv.internal_encoding   ISO-8859-1   ISO-8859-1
iconv.output_encoding   ISO-8859-1   ISO-8859-1

I think this setting is messing Elxis up... Here you'll find a link to the very similar php script on a very  hostile server: http://bgmagazin.info/locale.php
I would try to install elxis on another server.
Title: Re: After instalattions i took many errors
Post by: charalampos on May 22, 2007, 22:21:09
I have exactly the same settings.How can i change this?
ANyone can help?