Forum

Thread tagged as: Problem, Error, Runway

Classes Not Found

Hello,

I'm getting some errors in my logs when scheduled tasks are running, everything seems to be working fine but the errors are frequent. It's something to do with the runway cloud storage implementations.

I've spent a fair amount of time looking into why this is happening including replacing Perch Core making sure everything is there. Probably just something I'm overlooking.

Here is an example

PHP Fatal error:  Trait 'Aws\Signature\SignatureTrait' not found in /home/REDACTED/public_html/admin/core/runway/apps/perch_s3/lib/aws/aws-sdk-php/src/S3/PostObjectV4.php on line 18
Interface 'GuzzleHttp\Promise\PromisorInterface' not found in /home/REDACTEDpublic_html/admin/core/runway/apps/perch_s3/lib/aws/aws-sdk-php/src/S3/ObjectUploader.php on line 12
Class 'Kunnu\Dropbox\Models\BaseModel' not found in /home/REDACTED/public_html/admin/core/runway/apps/perch_dropbox/vendor/kunalvarma05/dropbox-php-sdk/src/Dropbox/Models/DeletedMetadata.php on line 4

Diagnostics

Perch Runway: 3.0.11, PHP: 7.0.26, MySQL: mysqlnd 5.0.12-dev - 20150407 - $Id: b5c5906d452ec590732a93b051f3827e02749b83 $, with PDO
Server OS: Linux, fpm-fcgi
Installed apps: content (3.0.11), assets (3.0.11), categories (3.0.11), perch_blog (5.6.1), perch_forms (1.9.1), dh_projects (1.1), chirp_seo (1.1), perch_members (1.6.1), perch_mailchimp (3.1), dh_delighted (1.0)
App runtimes: <?php $apps_list = [ 'perch_mailchimp', 'perch_blog', 'dh_delighted', 'perch_forms', 'perch_members', 'dh_projects', '_dh_functions', '_dh_workbooks' ];
PERCH_LOGINPATH: /admin
PERCH_PATH: /home/REDACTED/public_html/admin
PERCH_CORE: /home/REDACTED/public_html/admin/core
PERCH_RESFILEPATH: /home/REDACTED/public_html/admin/resources
Image manipulation: GD
PHP limits: Max upload 64M, Max POST 8M, Memory: 128M, Total max file upload: 8M
F1: 3b606135b33e6a102526838f4152a807
Resource folder writeable: Yes
SCRIPT_NAME: /admin/core/settings/diagnostics/index.php
REQUEST_URI: /admin/core/settings/diagnostics/
DOCUMENT_ROOT: /home/REDACTED/public_html
HTTP_HOST: REDACTED
Dexter Harrison

Dexter Harrison 29 points

  • 3 years ago
Drew McLellan

Drew McLellan 2638 points
Perch Support

Have you made sure all your files have properly deployed?

As far as I can see yes, it's deployed via git just like my other sites that are working correctly. And I can see the class files on the server

Drew McLellan

Drew McLellan 2638 points
Perch Support

Are you seeing any problems as a result of the errors?

No everything is working correctly, but the errors in the logs are a nuisance when trying to debug other issues