MyBBHacks.com Plugins for MyBB

Full Version: No Modules for ACP
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
Hi,

just bought, downloaded and installed ezGalleryPro

In ACP it gives a white page by clicking on the link for ezgallery
In the Download are no files for admin directory included!

regards
bv64
Did you have an old version of ezGallery install then first uninstall that plugin then install the new version.

I checked the download file sent to you should have all the files. Make sure you upload all the contents of the download in the main directory of your forum.
Hi,

thanks for the very fast reply!

no, I didn't have installed the free version in this board.
Look at the picture to see content of the zip I downloaded:
Yeah that looks ok. That's what I have on my end.
my admin section is not at domain.xy/admin is this a problem?
That could be it.
some idea, how to fix it?

in my testboard I had the free version; acp for ezgallery works fine with another directory for admin-section
Do you have a link in your admin area to the gallery? Is any part of the gallery visible at all?
I don't see any code that makes it hard coded to be /admin/

If it is a whitescreen check php/webserver error logs.

Or at the top of
inc/ezgallery.php file after <?php add
Code:
ini_set("display_errors",1);
in error.log

[Mon Jan 15 23:29:28 2018] [warn] [client 217.250.11.193] mod_fcgid: stderr: PHP Fatal error: Cannot redeclare resizeImage() (previously declared in /var/www/vhosts/xxxx.netcup.net/httpdocs/xxxxx/inc/plugins/resizeimage.php:347) in /var/www/vhosts/xxxx.netcup.net/httpdocs/xxxxx/inc/ezgallery.lib.php on line 2341
So it looks like another resimage plugin has a conflict with ezgallery pro.
Option one disable resizeimage plugin.
If not I will need to rename some function calls in ezgallery pro
Pages: 1 2