在自定义页面录入页面上增加了一个字段,其中最重要的是那个图片上传功能即它:
&infoid==$id?>&filepass==$filepass?>&sinfo=1&doing=1&field=titlepic=$ecms_hashur[ehref]?>','','width=700,height=550,scrollbars=yes');" title="选择已上传的图片">
下面是完整的代码
自定义图片 &infoid=<?=$id?>&filepass=<?=$filepass?>&sinfo=1&doing=1&field=titlepic<?=$ecms_hashur[ehref]?>','','width=700,height=550,scrollbars=yes');" title="选择已上传的图片">
但是上面加完后,点击时出现404页面,然后比较正确的发现是多了个template,并且地址栏接受的一些参数也不对,不知怎么改才对呢
回复讨论(解决方案)
window.open(' ecmseditor/.....
字母开头,打开的是相对路径,也就是接在你当前页面url后面
改成绝对路径即可
window.open(' ecmseditor/.....
字母开头,打开的是相对路径,也就是接在你当前页面url后面
改成绝对路径即可
你去一边去吧,我真想骂你!稍有编程精验的人都知道这是由程序决定的路径,你不会不可耻,可耻的是你不会还装会!
看来是对下面这个文件的修改,不知如何改呢
<?phpdefine('EmpireCMSAdmin','1');require("../../class/connect.php");require("../../class/db_sql.php");require("../../class/functions.php");$link=db_connect();$empire=new mysqlquery();$editor=1;//验证$lur=is_login();$logininid=$lur['userid'];$loginin=$lur['username'];$loginrnd=$lur['rnd'];$loginlevel=$lur['groupid'];$loginadminstyleid=$lur['adminstyleid'];//ehash$ecms_hashur=hReturnEcmsHashStrAll();$showmod=(int)$_GET['showmod'];$type=(int)$_GET['type'];$classid=(int)$_GET['classid'];$infoid=(int)$_GET['infoid'];$filepass=(int)$_GET['filepass'];$modtype=(int)$_GET['modtype'];$sinfo=(int)$_GET['sinfo'];$doing=ehtmlspecialchars($_GET['doing']);$field=ehtmlspecialchars($_GET['field']);$tranfrom=ehtmlspecialchars($_GET['tranfrom']);$fileno=ehtmlspecialchars($_GET['fileno']);if(empty($field)){ $field="ecms";}$search="&classid=$classid&infoid=$infoid&filepass=$filepass&type=$type&modtype=$modtype&sinfo=$sinfo&doing=$doing&tranfrom=$tranfrom&field=$field&fileno=$fileno".$ecms_hashur['ehref'];$search1="&classid=$classid&infoid=$infoid&filepass=$filepass&modtype=$modtype&sinfo=$sinfo&doing=$doing&tranfrom=$tranfrom&field=$field&fileno=$fileno".$ecms_hashur['ehref'];if($showmod==1){ $filename="filep.php";}else{ $filename="file.php";}$editor=1;//风格$loginadminstyleid=(int)getcvar('loginadminstyleid',1);?>选择文件
|
路径问题,可用绝对路径或
window.open('ecmseditor
改为
window.open(../'ecmseditor
路径问题,可用绝对路径或
window.open('ecmseditor
改为
window.open(../'ecmseditor
要是这么简单我就不发帖了
你改成 window.open('../ecmseditor 起码不会404了吧?
至于能否上传图片,貌似不在你的问题范畴。
&sinfo=1&modtype=7','','width=700,height=550,scrollbars=yes');" title="选择已上传的图片">
你改成 window.open('../ecmseditor 起码不会404了吧?
至于能否上传图片,貌似不在你的问题范畴。
&sinfo=1&modtype=7','','width=700,height=550,scrollbars=yes');" title="选择已上传的图片">
你的意思只要不是404就是我的问题就解决了,对不
你改成 window.open('../ecmseditor 起码不会404了吧?
至于能否上传图片,貌似不在你的问题范畴。
&sinfo=1&modtype=7','','width=700,height=550,scrollbars=yes');" title="选择已上传的图片">
嗯,经实验,正确,加分,只要是对的,我就加,谁烦那些傻逼和装逼讲大道理的人了!