Coder Social home page Coder Social logo

Comments (1)

bobliaos avatar bobliaos commented on May 25, 2024

环境:window10 64 位/phpstudy/nginx1.15.11/php 7.4
遇到同样的问题,解决方法如下:
查看 dispose.php 代码,发现为 sellCode 执行失败.
打开 cmd 发现无法执行 php 命令,遂将 php 加入 path
然后打开 cmd 进入 dispose.php 所在目录,依次执行代码中的脚本:
cd ../../../
php artisan migrate
php artisan generate:sql
php artisan storage:link
php artisan key:generate
php artisan passport:keys --force
php artisan passport:client --password --provider=admins // 此步将控制台输出相应信息,如本段代码描述,复制到 ../../../.env 文件的相应字段
最后将 dispose.php 第21行 $_GET['step'] 直接替换为 6,在网页继续操作即可

推测: sellCode 执行失败会不是是环境配置的问题, composer/php 等环境可在安装说明中进行描述

from dsshop.

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.