Quote:
Originally Posted by nexus851
How the hell do u uninstall this???????? crashed by board with a FATAL ERROR when you uninstall this... anyone, please help..
PHP Code:
Fatal error: Call to undefined function: view_ad() in /home/lendinge/public_html/forum/global.php(528) : eval()'d code on line 6
|
Select "Uninstall" from the dropdown menu in AdminCP->Manage Products->phpAdsNew Integration
Don't forget to remove any occurences of the ad-tag in your templates, else the compiled template still tries to call the view_ad() function.
Quote:
Originally Posted by Triple_T
I have discovered a problem. The ads show but the target URL directs to: "http://forum.mydomain.com/adscript"
instead of "http://www.mydomain.com/adscript" where it should go.
Any way to fix this problem?
|
Did you explicitely set your URL in phpAdsNew's config.inc.php ($phpAds_config['url_prefix'])?