• 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

Call to undefined function G\is_url_web()

Version
3.20.20
Website URL
https://resimage.co
PHP version
7.4
Database driver
MariaDB
Database version
10.3.34
Web browser
google chrome

sacrifice

Chevereto Member
Hello, after updating today I started getting http 500 error, when I debug level 3 I get the following errors, how can I solve the problem?




Code:
Aw, snap! Internal Server Error [debug @ print,error_log]

** errorId #93529e2279948b87 **
>> Error [0]: Call to undefined function G\is_url_web()
At /app/lib/classes/class.user.php:504

Stack trace:
#0 /app/lib/classes/class.user.php(489): CHV\User::fill(Array)
#1 /app/lib/classes/class.user.php(60): CHV\User::formatArray(Array)
#2 /app/lib/classes/class.login.php(153): CHV\User::getSingle('1', 'id')
#3 /app/routes/route.login.php(95): CHV\Login::login('1')
#4 /lib/G/classes/class.handler.php(230): G\Handler->{closure}(G\Handler)
#5 /lib/G/classes/class.handler.php(130): G\Handler->processRequest()
#6 /app/web.php(415): G\Handler->__construct(Array)
#7 /app/loader.php(239): require_once('/app/web.php')
#8 /index.php(20): include_once('/app/loader.php')
 
🫠 This is very odd. is_url_web is defined at lib/G/functions.php:1908 and if that function is missing then all the functions in that file should be also missed.

I uploaded a picture so I assume that you fixed this already.
 
Back
Top