• Unite Gallery Error: You have some jquery.js library include that comes after the gallery files js include.
    This include eliminates the gallery libraries, and make it not work.

    To fix it you can:
    1. In the Gallery Settings -> Troubleshooting set option: Put JS Includes To Body option to true.
    2. Find the double jquery.js include and remove it.

    I followed the steps above, but the error still remains. How to proceed?

    Error

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hermes, I am having the same issue on my site.
    Did you get an answer on how to fix the error code pop up?
    Johnny Stevens

    Thread Starter HermesSantos

    (@hermessantos)

    Unfortunately I have not gotten any response so far.
    I had to disable the plugin temporarily to not show this error on my site.

    I am waiting for a response from the developers and a new version of the plugin with the solution of this error.

    If I know anything, I’ll post it here.

    Try this.

    Add file: /etc/php.d/20-simplexml.ini
    With content:

    ; Enable simplexml extension module
    extension=simplexml

    And to be just sure also add file: /etc/php.d/20-xml.ini
    With content:

    ; Enable xml extension module
    extension=xml.so

    And restart apache: systemctl restart httpd
    And restart php-fpm: service php-fpm restart

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Unite Gallery Error’ is closed to new replies.