I deleted all of the videos from my profile album from admin, but the video album still shows up on the video homepage saying that there is 8 videos in the album. When I click on the album it says album is empty. I cleared cache.
I deleted all of the videos from my profile album from admin, but the video album still shows up on the video homepage saying that there is 8 videos in the album. When I click on the album it says album is empty. I cleared cache. |
There are two tables; hopefully I will get the names correct, sys_albums and sys_albums_objects. If recall correctly, sys_albums holds the album information, owner and number of objects in the album. sys_albums_objects holds the information for the actual objects, videos and photos and sounds, in the album. I am guessing that something prevented the sys_albums table from being updated correctly. Geeks, making the world a better place |
OK, read again and I see where you said you did this from admin; perhaps that is the cause. How many videos did the album contained, was it eight? If so, then it appears that the deletion from the admin did not update the sys_albums table. Geeks, making the world a better place |
I went into myphpadmin into sys_albums and changed the oblject count to zero. It worked. Is there any way to prevent this from happening again? |