Giter VIP home page Giter VIP logo

Comments (4)

typo3ua avatar typo3ua commented on June 5, 2024

Server requirements
Congratulations! Your server meets the requirements for EstateZilla.

You have PHP 5.4.45-0+deb7u11
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
Successfully unzipped.

  • 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.

But I enter like username is "admin" and the password is "changeme" and get error "Error: Invalid login"

What is wrong?

from estatezilla.

typo3ua avatar typo3ua commented on June 5, 2024

I understood what is wrong.
For work need PHP version 7.0 minimum

from estatezilla.

SqualaDesign avatar SqualaDesign commented on June 5, 2024

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.

Error: Invalid login

from estatezilla.

aneeshtan avatar aneeshtan commented on June 5, 2024

And when the Mcrypt is not active in php 7 you must switch back to 5.6 , which then the script is not working.

from estatezilla.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.