Bug Reports

Login error

trip ·

Hello,
I can able to install schlix successfully, but unable to LOGIN, shows following error :
'Invalid AJAX reply' .
please help me with it.

Thanks.


prana ·
Hi trip,

The Invalid AJAX reply error message appears when the expected AJAX call to the PHP script is empty. This can be a number of things:

1) mod_rewrite is not installed on the Apache web server

2) Incompatible PHP version (SCHLIX CMS has been tested to work for PHP 5.6 - 7.4)

3) .htaccess is not installed (simply copy htaccess.txt to .htaccess on the same directory)

Here's the full system requirement list: https://www.schlix.com/documentation/v2/system-requirement.html

I can help to diagnose if I know the following:

1) OS & version (e.g. CentOS 7, Ubuntu 18.04/20.04)

2) Apache version

3) PHP version

4) MySQL version

In the mean time, if you have access to the log files, look for the error message in Apache log files (usually error.log).

Let me know how it goes.