Quote:
Originally Posted by pollitus
Hi Strike3, i found this post from chris psycho who seems to has same issue, and yes, i've downloaded last 3.7.x version, btw awesome work, congrats.
|
Thanks and that was very helpful, mentioning that Chris had the problem too. I found this in regard to his problem, but I will warn that it did not solve his problem... which could be different from your's.
Run this query, but only if you use the zp_ table prefix (do not do this if you do not have zp_):
Code:
SELECT *
FROM zp_module
WHERE FILE = 'mod_my_albums';
If that returns a row, that means the block is present and we'll go from there. If it does not return any rows, that likely means the install needs to be re-attempted as something went awry when you installed the first time.
- Reid