I have had the co-op on my pages for about 6 months. The text links have worked flawlessly until recently. Now, they completely kill my pages just before and everything after where I have the code inserted. Anyone else ever have this problem? I can't think of anything that would have changed at the same time this happened. I have tried to update to the newer code 175 I believe but to no avail. Still no joy. Any help would be appreciated!
I mean that the webpage will discontinue completely from the point of the coop code on. If you view the source, it is blank just before the code... It is just killing itself and anything beyond.
Probably a problem parsing the php code. If you have access to the server's errorlog you can see more information there. Check if you close all php statements with ; the keywords are valid and all php code is enclosed in <?php (php code here) ?> blocks.