• 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

PHP Warning: PHP Startup: Unable to load dynamic library 'ARRAY(0x74cc030

darkufo

Chevereto Member
🎯Description of the issue

Gallery is working fine, however I'm seeing a lot of errors in the php log file. Is this something to be worried about or can I fix?

[27-Feb-2020 20:14:05 UTC] PHP Warning: PHP Startup: Unable to load dynamic library 'ARRAY(0x74cc030)' (tried: /usr/local/php73/lib/php/extensions/ARRAY(0x74cc030) (/usr/local/php73/lib/php/extensions/ARRAY(0x74cc030): cannot open shared object file: No such file or directory), /usr/local/php73/lib/php/extensions/ARRAY(0x74cc030).so (/usr/local/php73/lib/php/extensions/ARRAY(0x74cc030).so: cannot open shared object file: No such file or directory)) in Unknown on line 0
[27-Feb-2020 20:17:05 UTC] PHP Warning: PHP Startup: Unable to load dynamic library 'ARRAY(0x74cc030)' (tried: /usr/local/php73/lib/php/extensions/ARRAY(0x74cc030) (/usr/local/php73/lib/php/extensions/ARRAY(0x74cc030): cannot open shared object file: No such file or directory), /usr/local/php73/lib/php/extensions/ARRAY(0x74cc030).so (/usr/local/php73/lib/php/extensions/ARRAY(0x74cc030).so: cannot open shared object file: No such file or directory)) in Unknown on line 0
[27-Feb-2020 20:17:36 UTC] PHP Warning: PHP Startup: Unable to load dynamic library 'ARRAY(0x74cc030)' (tried: /usr/local/php73/lib/php/extensions/ARRAY(0x74cc030) (/usr/local/php73/lib/php/extensions/ARRAY(0x74cc030): cannot open shared object file: No such file or directory), /usr/local/php73/lib/php/extensions/ARRAY(0x74cc030).so (/usr/local/php73/lib/php/extensions/ARRAY(0x74cc030).so: cannot open shared object file: No such file or directory)) in Unknown on line 0
[27-Feb-2020 20:17:46 UTC] PHP Warning: PHP Startup: Unable to load dynamic library 'ARRAY(0x74cc030)' (tried: /usr/local/php73/lib/php/extensions/ARRAY(0x74cc030) (/usr/local/php73/lib/php/extensions/ARRAY(0x74cc030): cannot open shared object file: No such file or directory), /usr/local/php73/lib/php/extensions/ARRAY(0x74cc030).so (/usr/local/php73/lib/php/extensions/ARRAY(0x74cc030).so: cannot open shared object file: No such file or directory)) in Unknown on line 0
[27-Feb-2020 20:18:03 UTC] PHP Warning: PHP Startup: Unable to load dynamic library 'ARRAY(0x74cc030)' (tried: /usr/local/php73/lib/php/extensions/ARRAY(0x74cc030) (/usr/local/php73/lib/php/extensions/ARRAY(0x74cc030): cannot open shared object file: No such file or directory), /usr/local/php73/lib/php/extensions/ARRAY(0x74cc030).so (/usr/local/php73/lib/php/extensions/ARRAY(0x74cc030).so: cannot open shared object file: No such file or directory)) in Unknown on line 0
[27-Feb-2020 20:18:27 UTC] PHP Warning: PHP Startup: Unable to load dynamic library 'ARRAY(0x74cc030)' (tried: /usr/local/php73/lib/php/extensions/ARRAY(0x74cc030) (/usr/local/php73/lib/php/extensions/ARRAY(0x74cc030): cannot open shared object file: No such file or directory), /usr/local/php73/lib/php/extensions/ARRAY(0x74cc030).so (/usr/local/php73/lib/php/extensions/ARRAY(0x74cc030).so: cannot open shared object file: No such file or directory)) in Unknown on line 0


▶🚶‍Reproduction steps
  1. Open the PHPerror Log file
😢Unexpected result

Warning messages and filling the log up quickly

[27-Feb-2020 20:18:27 UTC] PHP Warning: PHP Startup: Unable to load dynamic library 'ARRAY(0x74cc030)' (tried: /usr/local/php73/lib/php/extensions/ARRAY(0x74cc030) (/usr/local/php73/lib/php/extensions/ARRAY(0x74cc030): cannot open shared object file: No such file or directory), /usr/local/php73/lib/php/extensions/ARRAY(0x74cc030).so (/usr/local/php73/lib/php/extensions/ARRAY(0x74cc030).so: cannot open shared object file: No such file or directory)) in Unknown on line 0

📃Error log message

[27-Feb-2020 20:18:27 UTC] PHP Warning: PHP Startup: Unable to load dynamic library 'ARRAY(0x74cc030)' (tried: /usr/local/php73/lib/php/extensions/ARRAY(0x74cc030) (/usr/local/php73/lib/php/extensions/ARRAY(0x74cc030): cannot open shared object file: No such file or directory), /usr/local/php73/lib/php/extensions/ARRAY(0x74cc030).so (/usr/local/php73/lib/php/extensions/ARRAY(0x74cc030).so: cannot open shared object file: No such file or directory)) in Unknown on line 0
 
Hi,

The problem you are reporting is reflecting an issue in your PHP setup. The fact that it reads "unknown line" doesn't help me to determine where the issue is.

I think that is just an issue with your extensions, never saw an error like this one.
 
Back
Top