• Welcome to the Chevereto User Community!

    Here, users from all over the world come together to learn, share, and collaborate on everything related to Chevereto. It's a place to exchange ideas, ask questions, and help improve the software.

    Please keep in mind:

    • This community is user-driven. Always be polite and respectful to others.
    • Support development by purchasing a Chevereto license, which also gives you priority support.
    • Go further by joining the Community Subscription for even faster response times and to help sustain this space
  • Chevereto Support CLST

    Support response

    Support checklist

    • Got a Something went wrong message? Read this guide and provide the actual error. Do not skip this.
    • Confirm that the server meets the System Requirements
    • Check for any available Hotfix - your issue could be already reported/fixed
    • Read documentation - It will be required to Debug and understand Errors for a faster support response

Error after i updated to last version

ThinkYEAH

Chevereto Member
Hi,

I have update my site to last version (imgsaver.com), i cant view images in admin panel, also i cant upload new image: Screenshot 2020-04-27 at 8.13.57 PM.png
 
Can you post the backend error log for that request? I need to see the actual error that triggers it.

https://chevereto.com/docs/debug

Let me know if you have trouble finding it, your license grants on-site support so I go directly to your website and check what's going on. Send server access to REDACTED (include a link to this topic). I will also need an admin account for your website.
 
[28-Apr-2020 15:36:34 America/Santiago] PHP Warning: is_dir(): open_basedir restriction in effect. File(C:/server/www/~imgsaver//banhammer?list=images&sort=likes_desc&page=2&seek=0.gQYH) is not within the allowed path(s): (C:\Windows\Temp\;C:\server\) in C:\server\www\~imgsaver\lib\G\classes\class.handler.php on line 74

[28-Apr-2020 15:36:34 America/Santiago] PHP Fatal error: Default value for parameters with a class type hint can only be NULL in C:\server\www\~imgsaver\app\vendor\jbroadway\urlify\URLify.php on line 49

[28-Apr-2020 20:36:41 Europe/Amsterdam] PHP Fatal error: Default value for parameters with a class type hint can only be NULL in C:\server\www\~imgsaver\app\vendor\jbroadway\urlify\URLify.php on line 49

[28-Apr-2020 15:36:59 America/Santiago] PHP Warning: is_dir(): open_basedir restriction in effect. File(C:/server/www/~imgsaver//image/cap-formula12019r13belgiangrandprixracereadnfo1080pwebx264-b.ueQm?lang=it) is not within the allowed path(s): (C:\Windows\Temp\;C:\server\) in C:\server\www\~imgsaver\lib\G\classes\class.handler.php on line 74

[28-Apr-2020 15:36:59 America/Santiago] PHP Fatal error: Default value for parameters with a class type hint can only be NULL in C:\server\www\~imgsaver\app\vendor\jbroadway\urlify\URLify.php on line 49

[28-Apr-2020 15:37:08 America/Santiago] PHP Warning: is_dir(): open_basedir restriction in effect. File(C:/server/www/~imgsaver//image/p6d199.OWge?lang=sk) is not within the allowed path(s): (C:\Windows\Temp\;C:\server\) in C:\server\www\~imgsaver\lib\G\classes\class.handler.php on line 74

[28-Apr-2020 15:37:09 America/Santiago] PHP Fatal error: Default value for parameters with a class type hint can only be NULL in C:\server\www\~imgsaver\app\vendor\jbroadway\urlify\URLify.php on line 49

[28-Apr-2020 15:37:09 America/Santiago] PHP Fatal error: Default value for parameters with a class type hint can only be NULL in C:\server\www\~imgsaver\app\vendor\jbroadway\urlify\URLify.php on line 49
 
[28-Apr-2020 15:37:09 America/Santiago] PHP Fatal error: Default value for parameters with a class type hint can only be NULL in C:\server\www\~imgsaver\app\vendor\jbroadway\urlify\URLify.php on line 49
This error got introduced in 3.15.0, a third-party library doesn't support PHP 5.6. The patch will be included in the next revision.

If you want I can fix your installation, just send me server access (to upload files) to REDACTED. Please indicate all the instructions on how to access to your website files.

If you want to fix it on your own, you have to replace app/vendor/jbroadway/urlify with the version that supports PHP 5.6 https://github.com/jbroadway/urlify/releases/tag/1.1.2-stable

(or you could just update a the PHP 5.6 version that was deprecated by php.net on 31 December 2018)
 
Back
Top