Welcome,
Guest
.
Please
login
or
register
.
Did you miss your
activation email
?
News:
Bug reports and fixes
.
Home
Help
Login
Register
Elxis CMS Forum
»
Support
»
Installation
»
After instalattions i took many errors
« previous
next »
Print
Pages: [
1
]
Author
Topic: After instalattions i took many errors (Read 19986 times)
charalampos
Newbie
Posts: 7
After instalattions i took many errors
«
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.
Logged
Ivan Trebješanin
Elxis Team
Hero Member
Posts: 1663
Re: After instalattions i took many errors
«
Reply #1 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
();
?>
Logged
I've got a snap in my finger...
Got rhythm in my walk...
charalampos
Newbie
Posts: 7
Re: After instalattions i took many errors
«
Reply #2 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???
Logged
Ivan Trebješanin
Elxis Team
Hero Member
Posts: 1663
Re: After instalattions i took many errors
«
Reply #3 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.
Logged
I've got a snap in my finger...
Got rhythm in my walk...
charalampos
Newbie
Posts: 7
Re: After instalattions i took many errors
«
Reply #4 on:
May 22, 2007, 22:21:09 »
I have exactly the same settings.How can i change this?
ANyone can help?
Logged
Print
Pages: [
1
]
« previous
next »
Elxis CMS Forum
»
Support
»
Installation
»
After instalattions i took many errors