Welcome,
Guest
.
Please
login
or
register
.
Did you miss your
activation email
?
News:
EDC:
Download extensions for Elxis CMS
.
Home
Help
Login
Register
Elxis CMS Forum
»
Support
»
Installation
»
installed 4.5 but get nothing
« previous
next »
Print
Pages: [
1
]
Author
Topic: installed 4.5 but get nothing (Read 15457 times)
ipghmagnet
Full Member
Posts: 108
installed 4.5 but get nothing
«
on:
January 04, 2017, 17:05:04 »
Hello Heroes,
Pls help.
I upload 4.5 zip file to virtual host..
http://vh148345132800.vct19.84g.com/
to test my new website.
The host is windows system, not linux..
unzip it then.
And i finish 5 step for installation. it seems very sucessful.
But at the final step, "click to open your webiste"
i got blank..
i tried with wordpress 3.5. it works.
But why elxis is not ok?
Can you help to solve?
ELXIS is not working with windows?
Thanks.
ip gh magnet
Logged
neodymium magnet
www.nbvsmagnetic.com
datahell
Elxis Team
Hero Member
Posts: 10356
Re: installed 4.5 but get nothing
«
Reply #1 on:
January 05, 2017, 10:12:51 »
White page means
PHP fatal error
. Check Elxis error log (if installed correctly under
repository/logs/error.log
), or your server error log to find out what causes the problem. Copy-paste here that message.
Logged
Elxis Team
|
Is Open Source
|
IOS Rentals | IOS AERO
ipghmagnet
Full Member
Posts: 108
Re: installed 4.5 but get nothing
«
Reply #2 on:
January 05, 2017, 15:47:19 »
Hello Datahell,
Thanks for your notice..
Here is message:
[2017-01-04 14:28:56] ERROR in file E:\vhost\wwwroot\vh148345132800\www\includes\libraries\utf8\utf8.class.php line 29
String functions are overloaded by mbstring
[2017-01-04 14:28:57] ERROR in file E:\vhost\wwwroot\vh148345132800\www\includes\libraries\utf8\utf8.class.php line 29
String functions are overloaded by mbstring
Btw, i am going to build a chinese language website..
Best regards.
IP GH MAGNET
Logged
neodymium magnet
www.nbvsmagnetic.com
datahell
Elxis Team
Hero Member
Posts: 10356
Re: installed 4.5 but get nothing
«
Reply #3 on:
January 05, 2017, 17:19:22 »
Please open your
php.ini
file and disable multi-byte overloading of string functions.
mbstring.func_overload = 0
Tell me if it is OK now, or if it generates an other error.
Note: For full unicode support Elxis uses special string functions which are not available in other systems like wordpress. This is why you dont see that error in wordpress.
«
Last Edit: January 05, 2017, 17:22:41 by datahell
»
Logged
Elxis Team
|
Is Open Source
|
IOS Rentals | IOS AERO
ipghmagnet
Full Member
Posts: 108
Re: installed 4.5 but get nothing
«
Reply #4 on:
January 06, 2017, 05:36:15 »
Dear Datehell,
I contacted my provider of hostiing. But they said they cannot change for me only because it is virtual hosting.. There are many websites there..
Do you have other solution?
Or 4.4 has this problem? i can install 4.4 then if no problem..
Best regards.
IP GH MAGNET
Logged
neodymium magnet
www.nbvsmagnetic.com
datahell
Elxis Team
Hero Member
Posts: 10356
Re: installed 4.5 but get nothing
«
Reply #5 on:
January 06, 2017, 10:50:15 »
Try this, I don't know if it works for you. For me it generates an other problem with the
session
but it might be due to my local/windows installation or it might be cause of the session encryption because mbstring.func_overload generates problems to php when you want to manipulate
binary data
. So if you have the same problem as me try to
disable session encryption
in Elxis. I need more time to test it thoroughly.
Open file
includes/libraries/utf8/utf8.class.php
And at the top change this:
if (extension_loaded('mbstring')) {
if (ini_get('mbstring.func_overload') & MB_OVERLOAD_STRING) {
trigger_error('String functions are overloaded by mbstring',E_USER_ERROR);
}
mb_internal_encoding('UTF-8');
self::$method = 'mbstring';
} else {
self::$method = 'native';
}
To this:
if (extension_loaded('mbstring')) {
if (ini_get('mbstring.func_overload') & MB_OVERLOAD_STRING) {
self::$method = 'php6';
} else {
mb_internal_encoding('UTF-8');
self::$method = 'mbstring';
}
} else {
self::$method = 'native';
}
«
Last Edit: January 06, 2017, 10:54:40 by datahell
»
Logged
Elxis Team
|
Is Open Source
|
IOS Rentals | IOS AERO
datahell
Elxis Team
Hero Member
Posts: 10356
Re: installed 4.5 but get nothing
«
Reply #6 on:
January 06, 2017, 10:58:07 »
Confirmed!
The session problem is fixed if you disable session encryption in Elxis (
$SESSION_ENCRYPT = 0;
) . But this means that cryptographic features will not work and in general binary manipulation in php will also not work or will be problematic.
«
Last Edit: January 06, 2017, 11:01:54 by datahell
»
Logged
Elxis Team
|
Is Open Source
|
IOS Rentals | IOS AERO
ipghmagnet
Full Member
Posts: 108
Re: installed 4.5 but get nothing
«
Reply #7 on:
January 12, 2017, 16:54:54 »
DEAR DATAHELL,
I CHANGED includes/libraries/utf8/utf8.class.php AS PER YOUR ADVICE.
Then i can open the webiste now.
I don't know how to disable the session .
I delete : private $SESSION_ENCRYPT = 0;in configuration.php . Nothing happen.
But change utf8.class.php. website open .
I hope there will no more problems in future..
Thanks..
IP GH MAGNET
Logged
neodymium magnet
www.nbvsmagnetic.com
ipghmagnet
Full Member
Posts: 108
Re: installed 4.5 but get nothing
«
Reply #8 on:
January 12, 2017, 17:15:14 »
i got another problem.
http://.../famous-places/
http://.../estia/emenu/
all these pages cannot be found..
Logged
neodymium magnet
www.nbvsmagnetic.com
datahell
Elxis Team
Hero Member
Posts: 10356
Re: installed 4.5 but get nothing
«
Reply #9 on:
January 13, 2017, 19:59:51 »
Check SEF URLs and htaccess. If htaccess does not work for you disable SEF URLs or contact your hosting provider.
Logged
Elxis Team
|
Is Open Source
|
IOS Rentals | IOS AERO
ipghmagnet
Full Member
Posts: 108
Re: installed 4.5 but get nothing
«
Reply #10 on:
January 14, 2017, 05:28:43 »
Dear Datahell,
I changed to below:
private $SEF = 0;
private $SEO_MATCH = 'normal';
//private $SESSION_ENCRYPT = 0;
Now it seems everything is fine ..
But there is new problem:
http://.com/famous-places/
now become:
http://.com/index.php/famous-places/
http://.com/estia/index.php/config.html
.....
Dear Datahell, if i change to lunix , could it happen?
If with lunix, no problem,then i will prefer to change Virtual hosting..
Logged
neodymium magnet
www.nbvsmagnetic.com
Print
Pages: [
1
]
« previous
next »
Elxis CMS Forum
»
Support
»
Installation
»
installed 4.5 but get nothing