您应该检查位于 openx /var文件夹中的 openx 站点配置文件。该文件名为yourdomain.conf.php,因此您的文件应命名为www.delphifontes.com.br.conf.php
该文件包含几个部分,每个部分都以括号中的部分名称开头,即 [file]、[webpath]、... - 类似于旧的 Windows 3 ini 文件。
我假设,[file]部分缺少点击脚本的值,一行内容如下:
点击="ck.php"
结果,openx 的渲染引擎无法构建正确的 click-Urls。完整的“文件”部分通常应如下所示:
[file]
click="ck.php"
conversionvars="tv.php"
content="ac.php"
conversion="ti.php"
conversionjs="tjs.php"
flash="fl.js"
google="ag.php"
frame="afr.php"
image="ai.php"
js="ajs.php"
layer="al.php"
log="lg.php"
popup="apu.php"
view="avw.php"
xmlrpc="axmlrpc.php"
local="alocal.php"
frontcontroller="fc.php"
singlepagecall="spc.php"
spcjs="spcjs.php"
xmlrest="ax.php"