Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Admin Portal - EstateZilla Test & Configuration #9

Closed
DerekJi2 opened this issue Jan 15, 2018 · 2 comments
Closed

Admin Portal - EstateZilla Test & Configuration #9

DerekJi2 opened this issue Jan 15, 2018 · 2 comments

Comments

@DerekJi2
Copy link

Working with EstateZilla and try to run it.

https://github.com/expresspixel/estatezilla

@DerekJi2
Copy link
Author

MCrypt Issue

Root Cause

Lower version of Laravel is conflicted with PHP7.1. Because Mcrypt is not supported by PHP7.1 any, it was being used by the framework of lower version Laravel.

Solution

  1. Download the latest version Laravel,
    image

  2. In EstateZilla folder, zip all files under vendor\laravel\framework\src\Illuminate\Encryption for backup.
    image

  3. Copy all files under vendor.....\Encryption from new version Laravel
    Encryption.zip

image

  1. Update config\app.php
    -- Update cipher: as 'AES-256-CBC'
    -- Update key: use artisan command to generate it (it changes every time you run the command)
    #> php artisan key:generate
    image

image

Problem solved.

@DerekJi2
Copy link
Author

Report() Issue

image

Tested & checked for a long time, can't solve it for now.

It was mentioned by an issue (expresspixel/estatezilla#17), but no clear solution was provided.

@Mouris1 Mouris1 closed this as completed Jun 20, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants