• 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.
    • We recommend purchasing a Chevereto license to participate in this community.
    • Purchase a Community Subscription to get even faster ticket response times.

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