• 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

Updated to 3.8.8, unable to move around in site

Status
Not open for further replies.

ItsOnlyMeNL

Chevereto Member
Hi,

I just updated to 3.8.8, but this is giving me some problems.
1) I am unable to move around in the site when i click on a image.
2) Site is not loading scripts what it does on a working site.

I have this error in the error log:

Code:
[Sun Dec 04 21:48:45.985500 2016] [:error] [pid 10874] [client 159.253.5.23:41070] PHP Fatal error:  Uncaught Error: Call to undefined function get_current_tab() in /home/xxxxx/domains/xxxxx.xxx/public_html/app/themes/Peafowl/views/image.php:128, referer: https://xxxxx.xxx/dashboard/images
[Sun Dec 04 21:48:45.985563 2016] [:error] [pid 10874] [client 159.253.5.23:41070] Stack trace:, referer: https://xxxxx.xxx/dashboard/images
[Sun Dec 04 21:48:45.985602 2016] [:error] [pid 10874] [client 159.253.5.23:41070] #0 /home/xxxxx/domains/xxxxx.xxx/public_html/lib/G/classes/class.handler.php(402): require_once(), referer: https://xxxxx.xxx/dashboard/images
[Sun Dec 04 21:48:45.985653 2016] [:error] [pid 10874] [client 159.253.5.23:41070] #1 /home/xxxxx/domains/xxxxx.xxx/public_html/lib/G/classes/class.handler.php(140): G\\Handler->loadTemplate(), referer: https://xxxxx.xxx/dashboard/images
[Sun Dec 04 21:48:45.985713 2016] [:error] [pid 10874] [client 159.253.5.23:41070] #2 /home/xxxxx/domains/xxxxx.xxx/public_html/app/loader.php(491): G\\Handler->__construct(Array), referer: https://xxxxx.xxx/dashboard/images
[Sun Dec 04 21:48:45.985773 2016] [:error] [pid 10874] [client 159.253.5.23:41070] #3 /home/xxxxx/domains/xxxxx.xxx/public_html/index.php(20): include_once('/home/xxxxx/...'), referer: https://xxxxx.xxx/dashboard/images
[Sun Dec 04 21:48:45.985798 2016] [:error] [pid 10874] [client 159.253.5.23:41070] #4 {main}, referer: https://xxxxx.xxx/dashboard/images
[Sun Dec 04 21:48:45.985846 2016] [:error] [pid 10874] [client 159.253.5.23:41070]   thrown in /home/xxxxx/domains/xxxxx.xxx/public_html/app/themes/Peafowl/views/image.php on line 128, referer: https://xxxxx.xxx/dashboard/images

What i have done:
1) I re-uploaded the script.( Downloaded a new version from the site and uploaded this back and overwrite all existing files.).
2) Disabled minify js/css.
3) Reloaded nginx and httpd.
4) Cleared cache.

I am running php7.
Nothing seems to help. any suggestions?
 
What i have done:
1) I re-uploaded the script.( Downloaded a new version from the site and uploaded this back and overwrite all existing files.).

this also includes delete the existing folders and re-uploading them.
 
What about routes? Maybe you have a route override.

The only explanation for this is either an override or a cache in app/routes/route.image.php. It can't be anything else.
 
Last edited:
Indeed ur right, it must be one of the overrides. Just removed them and now it works.
strange this this didn't worked when i removed all the folders except the image dir and re-uploaded the files from a new download.

Thnx

-Solved-
 
Status
Not open for further replies.
Back
Top