I cannot install on MAMP and also on my VPS
I tried to install on my MAMP and I have that message:
Server requirements Congratulations! Your server meets the requirements for EstateZilla.
You have PHP 7.2.1 You have the openssl extension You have the pdo extension You have the pdo_mysql extension You have the mbstring extension You have the tokenizer extension Unzipping open('full.zip') === TRUE) { $zip->extractTo(DIR); $zip->close(); @unlink('full.zip'); @unlink('install.php'); echo 'Successfully unzipped.'; @chmod("storage", 0777); @chmod("bootstrap/cache", 0777); } else { echo 'Unable to unzip. Please make sure you have the correct permissions. Please submit an issue on github.'; die(); } ?>
- Remember have mod_rewrite enabled and give permissions to folders (storage and bootstrap/cache)
The admin panel is located here.
The username is "admin" and the password is "changeme". Please change the password when you login.
Try to login I got an invalid password
I tried on my VPS and I got that message
Server requirements Congratulations! Your server meets the requirements for EstateZilla.
You have PHP 5.6.34 You have the openssl extension You have the pdo extension You have the pdo_mysql extension You have the mbstring extension You have the tokenizer extension Unzipping Unable to unzip. Please make sure you have the correct permissions. Please submit an issue on github.
What I have to do???
For both setups: If you followed the default installation instructions you now have 3 files in your web directory: full.zip, index.php and install.php As the full.zip should be removed after installation, the easiest solution is the chmod the file to 777 (full rights for everybody). This should allow the install.php script to read and unpack the zip file.