View attachment 49520 Servpro provides you with a variety of on-demand services. By using this app you can simply book a wide range of services and delivered by professional experts from nearby locations.
System Requirements:
PHP Version: 8.1
MySQL Version: 5.x
MySQL Mode: NO_ZERO_IN_DATE,NO_ZERO_DATE,NO_ENGINE_SUBSTITUTION
code like shit
1. require php 5.6 or <7.1
2. install can not finish because have bug in installer.php
3. user can not login ,because use sys_get_temp_dir() ,most hosting can not use it.
when i try to sloved it with database like
SQL:
CREATE TABLE `sessions` (
`id` varchar(40) NOT NULL,
`ip_address` varchar(45) NOT NULL,
`timestamp` int(10) UNSIGNED NOT NULL DEFAULT '0',
`data` blob NOT NULL,
`user_id` int(10) UNSIGNED DEFAULT '0'
) ENGINE=InnoDB
sessions was work
but default password with admin it is not work for me .
so i disabled check password .
backend was not work normal.