The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
PhotoPlog: The Lite Gallery Details »» | |||||||||||||||||||||||||
PhotoPlog: The Lite Gallery PhotoPlog Lite is a gallery script for GIF, JPG, and PNG images. PhotoPlog Lite comes with categories, permissions, comments, search, moderation. The installation takes care of phrases, templates, tables, etcetera. Just follow the README.txt file for installation. There is a license agreement that I request that you abide. Thanks! This thread is organized as follows:Fine Print: see license agreement, no redistribution, copyright retained in full, right reserved to uncheck support box. Requirements: vB 3.5.0+ (development initially based on having vB 3.5.4 though vB 3.6.0+ and vB 3.7.0+ should be okay, but not every version was personally tested) and MySQL 4.1+ (development based on having MySQL 4.1+ though MySQL 3+ may be okay, but not every version was personally tested) and PHP with GD2 and Safe Mode off Does it work on vB 3.5 and vB 3.6 and vB 3.7? Yes, it should. See the requirements. Also, there are two product XML files, one for vB 3.5 and one for vB 3.6/3.7, so import the one that matches your vB version. Live Demo and Official Support: http://www.photoplog.com/ Note on Official Support: With 70 some pages, assuming 15 posts per page, and over 1000 posts, all in one thread, official support for this mod is now held off-site. Apologies in advance for possibly having to register at yet another forum, but IMHO support would be better served elsewhere at this point. All support requests, except perhaps for proven bugs, may be ignored if posted in this thread. Comments, suggestions, etcetera are welcome, but please note that further modifications are not being planned, as this is intended as the final release of the lite series. Fun Fact: PhotoPlog Lite v.2.0.6 had 4330 downloads plus 2262 downloads prior to CSRF protection plus 3031 downloads as of 06 Nov 2010! Show Your Support
|
Comments |
#1972
|
|||
|
|||
Hi. How could deny access to spiders in PhotoPlog? We have private categories to guests where spiders enter and images are indexed in search engines
Greetings |
#1973
|
|||
|
|||
Somebody know why i'm receiving this error in my 3.8.7? after photoplog install? (i'm on php 5.3.16)
Code:
Deprecated: Assigning the return value of new by reference is deprecated in /home/download/public_html/vb/includes/init.php on line 55 Deprecated: Assigning the return value of new by reference is deprecated in /home/download/public_html/vb/includes/init.php on line 107 Deprecated: Assigning the return value of new by reference is deprecated in /home/download/public_html/vb/includes/init.php on line 111 Deprecated: Assigning the return value of new by reference is deprecated in /home/download/public_html/vb/includes/init.php on line 119 Deprecated: Assigning the return value of new by reference is deprecated in /home/download/public_html/vb/includes/init.php on line 130 Deprecated: Assigning the return value of new by reference is deprecated in /home/download/public_html/vb/includes/init.php on line 134 Deprecated: Assigning the return value of new by reference is deprecated in /home/download/public_html/vb/includes/init.php on line 142 Deprecated: Assigning the return value of new by reference is deprecated in /home/download/public_html/vb/includes/init.php on line 211 Deprecated: Assigning the return value of new by reference is deprecated in /home/download/public_html/vb/includes/init.php on line 389 Deprecated: Assigning the return value of new by reference is deprecated in /home/download/public_html/vb/includes/class_core.php on line 2552 |
#1974
|
||||
|
||||
You need to change your php error handling to add & ~8192, also you may want to find anywhere it says in the scripts for this mod MYSIAM TYPE and make sure it says ENGINE, that should work with your current php install.
|
#1975
|
|||
|
|||
Hi Simon, i have that deprecated error in a lot of script... i followed a your suggest to permanent fix removing all the "&" in the init.php and in the class_core.php , can be a solution?
|
#1976
|
||||
|
||||
I didnt mention removing & you need to do this:
find in product file TYPE=MyISAM; and replace with ENGINE=MyISAM; In your php environment you need to make sure it reads error_reporting(E_ALL & ~E_NOTICE & ~8192) |
#1977
|
|||
|
|||
Quote:
And where i can found 'TYPE' ? I'm sorry but i'm not expert. thanks |
#1978
|
|||
|
|||
Quote:
I have edited all the photoplog acp php file replacing: Code:
error_reporting(E_ALL & ~E_NOTICE); Code:
error_reporting(E_ALL & ~E_NOTICE & ~8192); PS When you talk about TYPE and ENGINE, you for eg. mean this type to change in engine?: Code:
$vbulletin->input->clean_array_gpc('g', array( 'count' => TYPE_UINT, 'cid' => TYPE_UINT Code:
$vbulletin->input->clean_array_gpc('g', array( 'c' => TYPE_UINT, 'n' => TYPE_UINT, 'u' => TYPE_UINT, 'page' => TYPE_UINT, 'pp' => TYPE_UINT, 'q' => TYPE_NOHTML, 'v' => TYPE_UINT Thanks |
#1979
|
||||
|
||||
Quote:
|
#1980
|
|||
|
|||
Quote:
For the TYPE i have searched in all my uploaded files the "TYPE=MyISAM" but no results. Thank you very much. |
#1981
|
||||
|
||||
the product coder has absolutely nothing to do with your server or its files, php.ini is one of your server files and your hosts definitely can and should do what you ask there, my advice if they wont do that (and they should for compliance) is to dump them!
If you don't find TYPE=MyISAM in your files then you've nothing to change |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|