Jump to content

Lord Help me!


rustybadge

Recommended Posts

I am trying to get a simple web shop thingy up and running, and I have run into a problem...

I think I can see why the problem is happening, but I can't fix it. Any advice:

[a href=\"http://www.lighterfluidweb.com/shop/admin/login.php\" target=\"_blank\"]http://www.lighterfluidweb.com/shop/admin/login.php[/a] (login with admin admin).


The left nav in the admin section is not taking me to any of those sections, and I think (when I look at the url it is trying to reach, that it is "doubling" the web root... can anyone PLEASE help me cure this??

Many many thanks,

Russell
Sweden
Link to comment
Share on other sites

[!--quoteo(post=359194:date=Mar 28 2006, 04:52 AM:name=shocker-z)--][div class=\'quotetop\']QUOTE(shocker-z @ Mar 28 2006, 04:52 AM) [snapback]359194[/snapback][/div][div class=\'quotemain\'][!--quotec--]
looks like you have you links like

<a href="/home/www/lighterf/shop/admin/category/">category</a>

instead of

<a href="category/">category</a>
[/quote]


That's the weird thing. My links look like this:

<a href="<?php echo WEB_ROOT; ?>admin/category/" class="leftnav">Category</a>


with this at the top of the page:

<?php
if (!defined('WEB_ROOT')) {
exit;
}

$self = WEB_ROOT . 'admin/index.php';
?>


I thought I had configured the site okay, because SOME of it was working...

Any further advice?

Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.