1
ron-cpw
Zen Cart XOOPS admin problem
  • 2007/1/23 2:01

  • ron-cpw

  • Just popping in

  • Posts: 82

  • Since: 2006/12/19


Just installed Zen Cart XOOPS 0.3 on a clean install of XOOPS 2.0.16.

It is resident on a new server that we haven't run XOOPS on before; we have this same config on a different server without a problem.

Zen Cart installed fine, and functions normally from the frontend. On the Admin side, when we choose Administration... the iframe loads, then we get a "page not found"

The error shows it is looking for a malformed URL:

The page:
http://www.mysite.com/modules/shop/xadmin/index.php?op=admin

is trying to locate:

Firefox can't find the server at mysite.comhttp.

It's got the formed page link kind of backwards.

...trying to follow the variables back from xadmin/index.php to see what is screwed up, but no luck.

Any help on where to start debugging this? All the config settings, mainfile.php, etc. look good.

thanks

2
richreplicas
Re: Zen Cart XOOPS admin problem

Hi

Yes, you have to go into

modules/shop/xadmin/index.php and go to here:

case "admin":
echo'<iframe id="glu" src="'.XOOPS_URL.'/modules/shop/admin" height="600" width="100%" onload="resize_iframe()"></iframe>';
break;

See the problem now? There's no page reference. Simple enter

index.php like this:

case "admin":
echo'<iframe id="glu" src="'.XOOPS_URL.'/modules/shop/admin/index.php" height="600" width="100%" onload="resize_iframe()"></iframe>';
break;

and your problem is fixed. This is a fresh install. So a fix has not been done yet in the download.

Susan

Login

Who's Online

242 user(s) are online (157 user(s) are browsing Support Forums)


Members: 0


Guests: 242


more...

Donat-O-Meter

Stats
Goal: $100.00
Due Date: May 31
Gross Amount: $0.00
Net Balance: $0.00
Left to go: $100.00
Make donations with PayPal!

Latest GitHub Commits