![]() |
When I click on an old comment (one that was posted when I was running 1.0.3) I get this message:
"No Item or Item is Now in Moderation Queue - Check Back Later" I'm logged in as the admin, I (and everybody else) has permission to view comments. And I looked in the moderation queues, there's nothing there. How do I fix this? If I post a new comment, I can click on it right away and see it. {edit} Ah, I think I figured it out. The picture that the first comment was attached to was deleted, but it was still listed in the "last comment" column for the category it was in. |
Oh okay, missed that, will fix.
|
Quote:
|
Quote:
|
OHOH Upload BUG
After my Test-Upload no picture to see, same in Admin: Bug was in 1.0.4.1 and 1.0.4.2 |
Quote:
|
Quote:
|
lmao it's kinda of fine to update every day the gallery , lol
i don't bother though until the update is so easy , keep it up |
Disregard. Problem Solved. :nervous:
Extension looks very promising. Thanks! |
Quote:
|
The updates are fantastically easy. upload the contents, run the product import and done. As long as we don't get burned by missing an update or two, this is fantastic.
Best support of a lot of hacks released. Good work dude! |
Quote:
It does however call the portal home link in the navbar which uses an custom variable. I am going to hazard a guess @ maybe photplog is struggling with custom conditionals with some thing like <if condition="$show['leftcolumn']">$forumsideblocks</if> I may also be cocking my leg up the wrong tree entirely ;) |
Quote:
|
@mikelbeck: fixed in 1.0.4.3, but you'll need to look at the photoplog_ratecomment table via say phpMyAdmin and delete any row for which there is no longer a file.
@allstar55: upgrade to 1.0.4.3 to take care of the HTML issues, hopefully, and you need vB canadminforums permission to see thumbs in moderation queue. @lordnex: try reverting the PhotoPlog templates, if you made any changes, FTPing all the PHP files in the 1.0.4.3 ZIP /photoplog directory except config.php, over writing the old files, and then doing another product import, allowing overwrite. @nitro: right before <if condition="$show['leftcolumn']">$forumsideblocks</if> appears in the template, add the following like so: Code:
<!-- to see what the variables contain --> |
Quote:
Ohh i have updated to 1.0.4.3, same problem :( I'am the admin, and i updatet every version, templates are standart. But at the moment we can't upload, empty files. |
If you can access the vB Forum Manager, you have vB canadminforums permission. Look at the HTML souce of the ACP PhotoPlog Moderate Files page. What do you see where the thumbs should be?
|
Quote:
1. Shot.. I upload the Pic 2. Shot.. Moderate Files 3. Shot..Templates What must i make? |
1) Revert the PhotoPlog template, the one in red, 2) FTP all the PHP files in the 1.0.4.3 ZIP /photoplog directory except config.php, overwriting the old files, and 3) then do another product-photoplog.xml product import, do not uninstall, do allow overwrite.
|
Quote:
No pictures to see after upload. Please give me the 1.0.4.1 to test it. |
The 1.0.4.1 is out, 1.0.4.3 is in, but I wonder if this is a space issue. How much space do you have available? How full is your /tmp directory? Also, right click on the ACP PhotoPlog Moderate Files page, and look at the HTML souce. What do you see where the thumbs should be?
|
Quote:
http://www.nfs-center.de/showroom/file.php?n=59&w=s doesn't exist. Source from moderated files is: Quote:
|
With your old version 1.0.4 i have the same error. Hmm
|
Okay, not a space issue, but from your FTP, the image file permissions are -rw------- (600) but should be -rw-r--r-- (644) so that is why you no longer see images.
|
Quote:
644 same problem, see shot. |
I have seen i have no thumbnails in
large, medium, small |
What are your thumbnail sizes in the PhotoPlog settings?
|
Quote:
|
The problem is that files are being set to -rw------- (600) permission but should be -rw-r--r-- (644) permission. A 600 permission means that, if you try to access the file via web, you get a 403 forbidden message. Somehow the default permission on your server is now set to 600 for files, but it needs to be 644 permission. With 600 permission, PhotoPlog does not have access to the original file to make thumbs, hence no large, medium, or small thumbs are made. Take a look at the umask function.
Code:
New files follow umask, in .login or .cshrc . The code follows: |
on the photoplog main page i get this, its empty ?
XXXXX XXXXX YYYYY YYYYY On the forumhome I get XXXXX 1 XXXXX YYYYY all the left column in wide tables till the YYYYY then the regular page content below of a left column to the left of the forums and for the leftcolumn on off switch photoplog page same as the other above but on forumhome XXXXX 1 XXXXX YYYYY Sidebar Off YYYYY Im guessing now its not the conditional then as they come up empty outside of one on photoplog. At least thats ruled out. In ibproarcade I had to add to its page output function global $vbpoptions $vbplingual $forumsideblocks $switchdisplay $leftcolumn And this is what I have added to both page and error page output globals in functions.php of photoplog. |
What files are $show['leftcolumn'] and $forumsideblocks set? What templates contain:<if condition="$show['leftcolumn']">$forumsideblocks</if>
|
It seems the portals global.php is the file. Im pretty sure this is called via a plugin in vbulletin using require_once under global start with vbulletin for the product
The templates with the conditions in the above post is the navbar The footer has the condition if $show['leftcolum'] then close left column tables /if |
If $foo = "bar"; is set in global_start and $foo is used in navbar, then to have "bar" appear in PhotoPlog, global $foo; goes in the PhotoPlog functions. Without knowing your portal script, not sure what else to offer.
|
Ok, i have a server problem.. script is ok.
But, can you import in next version, option to delete not used pictures? Here in the ftp picture you can see it, all pictures are "deletet" per script. But in the FTP you can see the old "deleted" pictures. |
When the last comment issue was fixed, delete got broken for files with no comments, doh, so just manually delete files no longer in the photoplog_fileuploads table, and upgrade to v.1.0.4.4.
Code:
# run the following query via phpMyAdmin and view the list of file names |
Okay, I just upgraded from 1.0.3 and I get the following SQL error. Looks like superfluous ) after the fileid in the query. Any suggestions? Thanks
Code:
Database error in vBulletin 3.5.2: |
Okay, this might be to do with me not upgrading to 1.0.3.1 and then from that to 1.0.4.4. Is there an archive where I can get hold of 1.0.3.1?
|
Quote:
I reuploaded everything it works now ^_^ |
@LJR: just follow the general upgrade instructions about 2/3 down the README.txt file, there's no need to go through all the steps.
|
This is a great piece of coding. I installed without a hitch, nice work.
One question though. Is there anyway to add a module or something so you can see the latest images across the top of your forum? |
Check the README.txt file, in the comments section.
|
All times are GMT. The time now is 11:46 PM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|