• 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

Black page after upgrade to 3.9.0

Status
Not open for further replies.

anyimg

Chevereto Member
Hello,

I just upgraded to 3.9.0
Upgrade succeeded
But there is a black page and nothing else
When I remove temporary files and cookies, the site works well.
But when I sign in, a black page appears.
I tried it more than one account and multiple browsers
 
Most likely you need to make sure that all files are up to date.

By the way, check this: https://chevereto.com/community/threads/tech-support-guidelines.7552/ (I can't help you if you don't even indicate the website URL).

So, my DB shows me that the website URL is <censored> and yes, it goes to black on home. Markup is dead at:

Code:
<div class="tablet-hide laptop-hide desktop-hide upload-box-status-text">

Which is rendered at app/themes/Peafowl/snnipets/anywhere_upload.php by:

Code:
                        <div class="tablet-hide laptop-hide desktop-hide upload-box-status-text"><?php _se('You can keep adding more images from %i or from %u.', [
                            '%i' => '<a data-trigger="anywhere-upload-input">' . _('your device') . '</a>',
                            '%u' => '<a data-modal="form" data-target="anywhere-upload-paste-url">' . _s('image URLs') . '</a>',
                        ]); ?></div>

Just re-download and replace this file.
 
Try now, I just cleaned the releases cache and it seems to be working fine.
 
Status
Not open for further replies.
Back
Top