Hi,
I've edited the
C:\wamp\www\CompactCMS\lib\sitemap.php
file, but get that error.
Before that error, I received the following:
Warning: mysql_fetch_assoc(): supplied argument is not a valid MySQL result resource in C:\wamp\www\CompactCMS\lib\sitemap.php on line 218
My edit is as follows (I've left " db_pass " alone because my password is blank)
= @mysql_connect($cfg['localhost'], $cfg['root'], $cfg['db_pass']);
@mysql_select_db($cfg['compactcms'], $link);
This is all done with wamp = php ver 5.2.0 | mysql 5.3.1 | apache 2.2.11 windows vista
And my install is here:
C:\wamp\www\CompactCMS
Thanks,
HN