-
Notifications
You must be signed in to change notification settings - Fork 3.4k
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
[BREAKING CHANGE] Breaking changes in recent file database clean #918
Comments
Also, you need to check the output in the console. |
After commit 864d90d, please import sql/job_clean.sql again. |
Fatal error: Uncaught PDOException: SQLSTATE[42S22]: Column not found: 1054 Unknown column 'offline' in 'field list' in /www/wwwroot//vendor/illuminate/database/Connection.php:478 执行utils/clean_job.php报错 |
@thaizxj
|
已经导入最新的job_clean.sql了 |
@thaizxj 为啥offline 不是online吗 |
不知道呀。。。执行了就是offline |
Please delete all existed columns and import sql again. |
Renew Process START.Renew Process END. Offline Process START.PHP Warning: unlink(/www/wwwroot//utils/../storage/1offline): No such file or directory in /www/wwwroot//utils/clean_job.php on line 50 Warning: unlink(/www/wwwroot//utils/../storage/1offline): No such file or directory in /www/wwwroot//utils/clean_job.php on line 50 Warning: unlink(/www/wwwroot//utils/../storage/2offline): No such file or directory in /www/wwwroot//utils/clean_job.php on line 50 Expire Process START.PHP Fatal error: Uncaught PDOException: SQLSTATE[42S22]: Column not found: 1054 Unknown column 'online' in 'field list' in /www/wwwroot//vendor/illuminate/database/Connection.php:478 Fatal error: Uncaught PDOException: SQLSTATE[42S22]: Column not found: 1054 Unknown column 'online' in 'field list' in /www/wwwroot//vendor/illuminate/database/Connection.php:478 |
这个目录下storage/1offline的文件名错了 正确的是1.offline |
@Incisakura |
|
@Incisakura |
@Incisakura is this working? |
Everything should be working after 8ebc9eb. |
Expire Process START.PHP Fatal error: Uncaught PDOException: SQLSTATE[42S22]: Column not found: 1054 Unknown column 'expired' in 'field list' in /data/wwwroot/xxxxxx/vendor/illuminate/database/Connection.php:478 |
expire_notified 不是 expired_notified |
In commit b948525, we cleaned the "file database" in
checkJob
to store this data to the database.There may be some issues remained, please do not apply to production directly.
Please help us to fix potential issues.
To update:
utils/clean_job.php
and check the output(utils/processed.json
,utils/raw.json
,utils/notified.json
)在 commit b948525,我们清理了checkJob中的“文件数据库”并将其数据储存于数据库中。
这可能留下了些许bug,请不要直接应用于生产环境。
请帮助我们修正可能潜在的 bug。
升级方法:
utils/clean_job.php
并确认其输出 (utils/processed.json
,utils/raw.json
,utils/notified.json
)The text was updated successfully, but these errors were encountered: