Im using base 1.4.5 on Centos6.3
I checked the error logs for BASE, and this lines sticks out:
Deprecated: Function ereg_replace() is deprecated in /var/www/html/kekkh-base/includes/base_state_common.inc.php on line 184
Deprecated: Function ereg_replace() is deprecated in /var/www/html/kekkh-base/includes/base_state_common.inc.php on line 184
Deprecated: Function ereg_replace() is deprecated in /var/www/html/kekkh-base/includes/base_state_criteria.inc.php on line 255
Deprecated: Function ereg_replace() is deprecated in /var/www/html/kekkh-base/includes/base_state_common.inc.php on line 184
If you have any idea how to solve this. Thanks
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi,
The Issue that you mentioned actually broke BASE on PHP 7x
I've created a fork of BASE that runs on PHP 7x.
The GitHub repo for that fork is at: https://github.com/NathanGibbs3/BASE
Try it out, if you run into problems with the fork, please create an Issue over there. https://github.com/NathanGibbs3/BASE/issues
This Issue was the first thing I fixed on 1-4-2019
Thank You,
Sincerely,
Nathan Gibbs
BASE Project Lead
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi!
Im using base 1.4.5 on Centos6.3
I checked the error logs for BASE, and this lines sticks out:
Deprecated: Function ereg_replace() is deprecated in /var/www/html/kekkh-base/includes/base_state_common.inc.php on line 184
Deprecated: Function ereg_replace() is deprecated in /var/www/html/kekkh-base/includes/base_state_common.inc.php on line 184
Deprecated: Function ereg_replace() is deprecated in /var/www/html/kekkh-base/includes/base_state_criteria.inc.php on line 255
Deprecated: Function ereg_replace() is deprecated in /var/www/html/kekkh-base/includes/base_state_common.inc.php on line 184
If you have any idea how to solve this. Thanks
Hi,
The Issue that you mentioned actually broke BASE on PHP 7x
I've created a fork of BASE that runs on PHP 7x.
The GitHub repo for that fork is at: https://github.com/NathanGibbs3/BASE
Try it out, if you run into problems with the fork, please create an Issue over there. https://github.com/NathanGibbs3/BASE/issues
This Issue was the first thing I fixed on 1-4-2019
Thank You,
Sincerely,
Nathan Gibbs
BASE Project Lead