Post by virtualgeorge » Thu Jul 24, 2008 3:33 am

Sorry if this was already covered,

After installing 0.7.8 (changed nothing), when in admin and I choose anything from the extensions drop down, everything is empty.  There is nothing listed for modules, payment,shipping & calculate?

On a new install of 0.7.7 all of these at least have a few entries. 

Normal?

Active Member

Posts

Joined
Wed Jun 18, 2008 5:57 am

User avatar
Guru Member

Posts

Joined
Wed Dec 05, 2007 3:38 am


Post by remb » Sun Nov 30, 2008 12:20 am

I know this comes very late but I just bumped into the same problem. I really don't know if it's fixed or not yet but I was just thinking to provide my own simple hack to this so the valid HTML output it's not sacrificed on the cart's front-end.

Code: Select all

/* the return htmlspecialchars($server . $link); line 
has been replaced with: 
**/

if (preg_match('/admin/', $_SERVER['PHP_SELF'])) {
    return $server . $link;
} else {
    return htmlspecialchars($server . $link);
}

Newbie

Posts

Joined
Thu Nov 20, 2008 12:08 pm
Who is online

Users browsing this forum: No registered users and 4 guests