• Welcome to the Chevereto user community!

    Here users from all over the world gather around to learn the latest about Chevereto and contribute with ideas to improve the software.

    Please keep in mind:

    • 😌 This community is user driven. Be polite with other users.
    • 👉 Is required to purchase a Chevereto license to participate in this community (doesn't apply to Pre-sales).
    • 💸 Purchase a Pro Subscription to get access to active software support and faster ticket response times.

Google Oauth and Memory Size Errors.

Status
Not open for further replies.

Robinus

banned
After i have finished the setup for Google Social Login i m geting this error when i try to connect trough Google Social on my website, any ideas Rodolfo?
Code:
Warning: require_once(service/Google_Utils.php): failed to open stream: No such file or directory in /sites/domains/website.com/vhosts/www/app/vendor/google/auth/Google_OAuth2.php on line 20

Fatal error: require_once(): Failed opening required 'service/Google_Utils.php' (include_path='.:/usr/share/pear:/usr/share/php') in /sites/domains/website.com/vhosts/www/app/vendor/google/auth/Google_OAuth2.php on line 20

Another thing is, when i try to upload a bigger Picture, i m geting this error (error log output):
PHP Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 23480 bytes) in /sites/domains/website.com/vhosts/www/app/lib/classes/class.imageresize.php on line 222
(Memory limit in php.ini is 512 MB, and still i m geting this error)
 
Sometimes memory limit is LIMITED by site specific php.ini did you have same in that ?
 
1. First error is very straight forward: The file doesn't exists or it can't be included. Check it at app/vendor/google/service
2. Chevereto doesn't limit that at all. Refer to your server configuration.
 
Status
Not open for further replies.
Back
Top