-
-
Notifications
You must be signed in to change notification settings - Fork 4.1k
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
Cron jobs not running, and logs filled with "preg_match(): Unknown modifier '/' at..." #4179
Comments
|
If I remember correctly, I had to put a domain address in that field. Otherwise, the share links and other links would direct to local IP address and not the domain. So, outside of my network, some of the features wouldn't work. I'll try to change it now and see what happens. |
That looks like it cleared up that issue! The logs since are below. Now.. Cron jobs still aren't running as they should.
|
What makes you think that? In the log output I see nothing cron-related. |
When I go into the admin page, under server settings, I'm still seeing the message: "Last cron job execution: 5 days ago. Something seems wrong." |
Is background job mode set to ajax, cron or something else? If cron, did you configre cron on your server accordingly? |
It is cron, and I do believe that it is configured as per the manual. But I could be mistaken. |
Well, recheck :) |
No feedback since 1 month: closing. |
Steps to reproduce
Expected behaviour
Cronjobs should run as scheduled without intervention, and my logs shouldn't be filled with preg_match() entries, multiples a second.
Actual behaviour
Cron jobs don't run.
The log gets filled with the alert below. There are multiple entries every second. My logs are absolutely filled with these.
preg_match(): Unknown modifier '/' at /var/www/html/drive/lib/private/AppFramework/Http/Request.php#622
Server configuration
Operating system:
Ubuntu 16.10
Web server:
Apache/2.4.18 (Ubuntu)
Database:
mysql Ver 14.14 Distrib 5.7.17
PHP version:
PHP 7.0.15-0ubuntu0.16.10.4 (cli) ( NTS )
Nextcloud version: (see Nextcloud admin page)
11.2
Updated from an older Nextcloud/ownCloud or fresh install:
Fresh install.
Where did you install Nextcloud from:
Direct from Nextlcoud.
Signing status:
Signing status
List of activated apps:
App list
The content of config/config.php:
Config report
Are you using external storage, if yes which one: local/smb/sftp/...
No
Are you using encryption: yes/no
No
Are you using an external user-backend, if yes which one: LDAP/ActiveDirectory/Webdav/...
No
Client configuration
Browser:
Chrome, IE, Firefox
Operating system:
Windows 7, 8.1, 10, Server 2012r2, Ubuntu 16.10
Logs
Web server error log
Web server error log
Nextcloud log (data/nextcloud.log)
Nextcloud log
There are over 206,000 entries in my log. I've posted only the last few lines.
The text was updated successfully, but these errors were encountered: