Gallery

Unmaintained Gallery 1.1.2

No permission to download
To install FFMPEG you will need to read up here
https://trac.ffmpeg.org/wiki/CompilationGuide

This needs the latest version installed to work.

If this is not installed you will still be able to upload videos but in mp4 format only


If you get this error
PHP:
Mysqli prepare error: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ') WHERE title = ?' at line 6

Zend_Db_Statement_Mysqli->_prepare() in Zend/Db/Statement.php at line 115
Zend_Db_Statement->__construct() in Zend/Db/Adapter/Mysqli.php at line 381
Zend_Db_Adapter_Mysqli->prepare() in Zend/Db/Adapter/Abstract.php at line 478
Zend_Db_Adapter_Abstract->query() in Zend/Db/Adapter/Abstract.php at line 753
Zend_Db_Adapter_Abstract->fetchRow() in gallery/Model/gallery.php at line 257
gallery_Model_gallery->getSubCategoryByNodeName() in gallery/Model/gallery.php at line 160
gallery_Model_gallery->getCategoryOrError() in gallery/Model/gallery.php at line 149
gallery_Model_gallery->assertCategoryValidAndViewable() in gallery/ControllerPublic/index.php at line 730
gallery_ControllerPublic_index->actionMedia() in XenForo/FrontController.php at line 351
XenForo_FrontController->dispatch() in XenForo/FrontController.php at line 134
XenForo_FrontController->run() in /var/www/vhosts/xxxxx/httpdocs/index.php at line 13

You need to add main category as well as sub categories as this will fix this error.
I will put in a checking system to check this and give an error page.

Errors
If you have an upload error this is mainly down to you not setting the right folder permissions gallery_images and gallery_upload folders need to be set to 777 and all folders inside these folders need to be set to 777
Top Bottom