Giter VIP home page Giter VIP logo

Comments (23)

lxerxa avatar lxerxa commented on May 20, 2024

部署环境是?是否按照wiki上的步骤安装的?是否执行config.sh?

from actionview.

LeannaClaire avatar LeannaClaire commented on May 20, 2024

php7.2.1.6-Nginx 1.15.9-MySQL 5.6.43-MongoDB 4.0.5- wiki按照step 3步骤开始部署!

from actionview.

lxerxa avatar lxerxa commented on May 20, 2024

不太好定位错误,好像是storage目录没有写入权限?

from actionview.

LeannaClaire avatar LeannaClaire commented on May 20, 2024

`[root@i actionview]# composer install --no-dev
Loading composer repositories with package information
Installing dependencies from lock file
Package operations: 40 installs, 0 updates, 0 removals

  • Installing vlucas/phpdotenv (v2.3.0): Loading from cache
  • Installing symfony/polyfill-mbstring (v1.2.0): Loading from cache
  • Installing symfony/var-dumper (v3.0.9): Loading from cache
  • Installing symfony/translation (v3.0.9): Loading from cache
  • Installing symfony/routing (v3.0.9): Loading from

cache

  • Installing symfony/process (v3.0.9): Loading from cache
  • Installing symfony/polyfill-util (v1.2.0): Loading from cache
  • Installing symfony/polyfill-php56 (v1.2.0): Loading from cache
  • Installing symfony/http-foundation (v3.0.9): Loading from cache
  • Installing symfony/event-dispatcher (v3.1.3): Loading from cache
  • Installing psr/log (1.0.0): Loading from cache
  • Installing symfony/debug (v3.0.9): Loading from cache
  • Installing symfony/http-kernel (v3.0.9): Loading from cache
  • Installing symfony/finder (v3.0.9): Loading from cache
  • Installing symfony/console (v3.0.9): Loading from cache
  • Installing swiftmailer/swiftmailer (v5.4.3): Loading from cache
  • Installing nikic/php-parser (v2.1.0): Loading from cache
  • Installing jakub-onderka/php-console-color (0.1): Loading from cache
  • Installing jakub-onderka/php-console-highlighter (v0.3.2): Loading from cache
  • Installing dnoegel/php-xdg-base-dir (0.1): Loading from cache
  • Installing psy/psysh (v0.7.2): Loading from cache
  • Installing paragonie/random_compat (v1.4.1): Loading from cache
  • Installing nesbot/carbon (1.21.0): Loading from cache
  • Installing mtdowling/cron-expression (v1.1.0): Loading from cache
  • Installing monolog/monolog (1.20.0): Loading from cache
  • Installing league/flysystem (1.0.25): Loading from cache
  • Installing jeremeamia/superclosure (2.2.0): Loading from cache
  • Installing doctrine/inflector (v1.1.0): Loading from cache
  • Installing classpreloader/classpreloader (3.0.0): Loading from cache
  • Installing laravel/framework (5.2.41): Loading from cache
  • Installing adldap2/adldap2 (v8.1.5): Loading from cache
  • Installing cartalyst/support (v1.2.0): Loading from cache
  • Installing cartalyst/sentinel (v2.0.12): Loading from cache
  • Installing chumper/zipper (v1.0.2): Loading from cache
  • Installing mongodb/mongodb (1.0.2): Loading from cache
  • Installing jenssegers/mongodb (v3.0.2): Loading from cache
  • Installing symfony/css-selector (v3.0.9): Loading from cache
  • Installing tijsverkoyen/css-to-inline-styles (2.2.1): Loading from cache
  • Installing phpoffice/phpexcel (1.8.1): Loading from cache
  • Installing maatwebsite/excel (2.1.10): Loading from cache
    Package phpoffice/phpexcel is abandoned, you should avoid using it. Use phpoffice/phpspreadsheet instead.
    Generating autoload files

Illuminate\Foundation\ComposerScripts::postInstall
composer dump-autoload --no-dev --optimize
Generated optimized autoload files containing 2147 classes
[root@i actionview]# sh config.sh
configure starting...
configure complete.
`

from actionview.

LeannaClaire avatar LeannaClaire commented on May 20, 2024

storage目录 777权限!因为目前这个问题,我实在搞不懂了,光配置环境和扩展都搞了好几天,本身也没什么技术!

from actionview.

LeannaClaire avatar LeannaClaire commented on May 20, 2024

是不是nginx的伪静态问题?

from actionview.

LeannaClaire avatar LeannaClaire commented on May 20, 2024

`# php -m
[PHP Modules]
bcmath
Core
ctype
curl
date
dom
filter
ftp
gd
gettext
hash
iconv
intl
json
ldap
libxml
mbstring
mongodb
mysqli
mysqlnd
openssl
pcntl
pcre
PDO
pdo_mysql
pdo_sqlite
Phar
posix
Reflection
session
shmop
SimpleXML
soap
sockets
SPL
sqlite3
standard
swoole
sysvsem
tokenizer
xml
xmlreader
xmlrpc
xmlwriter
zip
zlib

[Zend Modules]
`

from actionview.

LeannaClaire avatar LeannaClaire commented on May 20, 2024

我再用另外一台服务器 全部初始化部署环境试试,看看还是不是一样的错误!

from actionview.

lxerxa avatar lxerxa commented on May 20, 2024

centos?ubuntu?

from actionview.

LeannaClaire avatar LeannaClaire commented on May 20, 2024

centos

from actionview.

LeannaClaire avatar LeannaClaire commented on May 20, 2024

centos7.6 x64

from actionview.

LeannaClaire avatar LeannaClaire commented on May 20, 2024

CentOS Linux 7.6.1810 (Core)-php7.2.1.6-Nginx 1.15.9-MySQL 5.6.43-MongoDB 4.0.5

from actionview.

lxerxa avatar lxerxa commented on May 20, 2024

mongodb确认没问题吧?客户端能连接上吗?

from actionview.

LeannaClaire avatar LeannaClaire commented on May 20, 2024

2019-03-23T16:45:25.348+0800 I ACCESS [conn4] Successfully authenticated as principal xxxddd on xxxddd 2019-03-23T21:55:58.600+0800 I NETWORK [listener] connection accepted from 127.0.0.1:46778 #5 (3 connections now open) 2019-03-23T21:55:58.601+0800 I NETWORK [conn5] received client metadata from 127.0.0.1:46778 conn5: { application: { name: "MongoDB Shell" }, driver: { name: "MongoDB Internal Client", version: "4.0.5" }, os: { type: "Linux", name: "CentOS Linux release 7.6.1810 (Core) ", architecture: "x86_64", version: "Kernel 3.10.0-957.1.3.el7.x86_64" } } 2019-03-23T21:55:58.610+0800 I NETWORK [conn5] end connection 127.0.0.1:46778 (2 connections now open)

from actionview.

LeannaClaire avatar LeannaClaire commented on May 20, 2024

Uploading QQ截图20190323225028.png…
mongodb 按道理是没问题,我看数据库都有数据写进去,我用的是宝塔控制面板装的mongodb!
`

数据库名称 数据大小 操作
admin 160.00 KB
config 60.00 KB
local 64.00 KB
xxxddd 684.00 KB

`

from actionview.

lxerxa avatar lxerxa commented on May 20, 2024

实在不行,方便的话我可以帮你调试下。

from actionview.

LeannaClaire avatar LeannaClaire commented on May 20, 2024

我添加了您官方的那个QQ!!!

from actionview.

enterococcus avatar enterococcus commented on May 20, 2024

類似的問題發生在GCP上的VM
使用 Centos 7 & Nginx 腳本
到 Step 5
访问系统: http://xxx.xxx.xxx.xxx, 管理员登录: user: [email protected], password: actionview
mongodb 連接DB正常,可以查找到 [email protected]這筆資料,.
首頁可以出現,但是就是通過帳號密碼驗證及登入網站.
請問有建議查修方式嗎?

from actionview.

limuzi001 avatar limuzi001 commented on May 20, 2024

@enterococcus 我也有类似的问题,您是怎么解决的呢?输入用户名密码就没反应了。

類似的問題發生在GCP上的VM
使用 Centos 7 & Nginx 腳本
到 Step 5
访问系统: http://xxx.xxx.xxx.xxx, 管理员登录: user: [email protected], password: actionview
mongodb 連接DB正常,可以查找到 [email protected]這筆資料,.
首頁可以出現,但是就是通過帳號密碼驗證及登入網站.
請問有建議查修方式嗎?

from actionview.

lxerxa avatar lxerxa commented on May 20, 2024

@limuzi001 fpm是否正常启动?是否和nginx正常通信?DB是否安装成功?

from actionview.

lxerxa avatar lxerxa commented on May 20, 2024

@limuzi001 是否安装此目录下:
image

from actionview.

chenyang351 avatar chenyang351 commented on May 20, 2024

@lxerxa 我也遇到相同问题,完全按照文档进行部署,可以确定mongodb连接及数据正常,nginx配置也无问题

from actionview.

leirhy avatar leirhy commented on May 20, 2024

遇到了一样的问题,后面在测试环境重装了一遍解决了,生产环境按一样的方法重建不行,好坑……

from actionview.

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.