I'll take a closer look at it tomorrow. Or, should I say, today.

Modules for OpenCart 2.3.0.2
Homepage Module [Free - since OpenCart 0.7.7]
Multistore Extensions
Store Manager Multi-Vendor/Multi-Store management tool
If you're not living on the edge ... you're taking up too much space!
Norman in 't Veldt
Moderator OpenCart Forums
_________________ READ and Search BEFORE POSTING _________________
Our FREE search: Find your answer FAST!.
[How to] BTW + Verzend + betaal setup.
FFJim wrote:I had that too. I believe your edits are in the wrong place in admin\controller\common\header.phpwifi-online wrote:Hello I have a problem when I'm trying open my admin.
the error is:
Help me please!Code: Select all
Notice: Undefined index: token in /home/xxxx/public_html/xxxx/xxxx/controller/common/header.php on line 145Notice: Undefined index: token in /home/xxxx/public_html/xxxx/xxxx/controller/common/header.php on line 146
Put them right after this line (or at least in the same grouping of lines):Code: Select all
$this->data['zone'] = HTTPS_SERVER . 'index.php?route=localisation/zone&token=' . $this->session->data['token'];
Code: Select all
$this->data['zone'] = HTTPS_SERVER . 'index.php?route=localisation/zone&token=' . $this->session->data['token'];
}
// Who's Online and Counter Statistics
$this->data['whos_online'] = HTTPS_SERVER . 'index.php?route=module/earthball/whos_online&token=' . $this->session->data['token'];
$this->data['counter_statistics'] = HTTPS_SERVER . 'index.php?route=module/earthball/counter_statistics&token=' . $this->session->data['token'];
// end Who's Online and Counter Statistics
Modules for OpenCart 2.3.0.2
Homepage Module [Free - since OpenCart 0.7.7]
Multistore Extensions
Store Manager Multi-Vendor/Multi-Store management tool
If you're not living on the edge ... you're taking up too much space!
Modules for OpenCart 2.3.0.2
Homepage Module [Free - since OpenCart 0.7.7]
Multistore Extensions
Store Manager Multi-Vendor/Multi-Store management tool
If you're not living on the edge ... you're taking up too much space!
Norman in 't Veldt
Moderator OpenCart Forums
_________________ READ and Search BEFORE POSTING _________________
Our FREE search: Find your answer FAST!.
[How to] BTW + Verzend + betaal setup.
I thought I had. I had updated the description, I thought that I'd also uploaded the updated package (I remember doing it!).i2Paq wrote:Could you please update the one in the Extension section of OpenCart.com, it is outdated
Because I bought it there I cannot update
Modules for OpenCart 2.3.0.2
Homepage Module [Free - since OpenCart 0.7.7]
Multistore Extensions
Store Manager Multi-Vendor/Multi-Store management tool
If you're not living on the edge ... you're taking up too much space!
Norman in 't Veldt
Moderator OpenCart Forums
_________________ READ and Search BEFORE POSTING _________________
Our FREE search: Find your answer FAST!.
[How to] BTW + Verzend + betaal setup.
Modules for OpenCart 2.3.0.2
Homepage Module [Free - since OpenCart 0.7.7]
Multistore Extensions
Store Manager Multi-Vendor/Multi-Store management tool
If you're not living on the edge ... you're taking up too much space!
Code: Select all
2011-02-17 23:13:07 - PHP Notice: Undefined index: HTTP_USER_AGENT in /homepages/15/d244334450/htdocs/websites/prod_region/retail/oc149_shopcelebrity/catalog/model/fido/earthball.php on line 131
Code: Select all
if(stripos($this->request->server['HTTP_USER_AGENT'], trim($bot)) != false) {
Code: Select all
if (isset($this->request->server['HTTP_USER_AGENT'])) {
$user_agent = $this->request->server['HTTP_USER_AGENT'];
} else {
$user_agent = '';
}
Code: Select all
if(stripos($user_agent, trim($bot)) != false) {
Modules for OpenCart 2.3.0.2
Homepage Module [Free - since OpenCart 0.7.7]
Multistore Extensions
Store Manager Multi-Vendor/Multi-Store management tool
If you're not living on the edge ... you're taking up too much space!
Norman in 't Veldt
Moderator OpenCart Forums
_________________ READ and Search BEFORE POSTING _________________
Our FREE search: Find your answer FAST!.
[How to] BTW + Verzend + betaal setup.
Hmmm, don't know what happened there. Blame the bots!i2Paq wrote:The new version is not working for me.
I just uploaded the files to replace the old/original ones.
I do not see any visitors or customers
I reverted back to the original files and bam, they are back.
I've tested it in my dev domain, installed in a sub-folder: dev-domein\store
Modules for OpenCart 2.3.0.2
Homepage Module [Free - since OpenCart 0.7.7]
Multistore Extensions
Store Manager Multi-Vendor/Multi-Store management tool
If you're not living on the edge ... you're taking up too much space!
I'm not sure who to blame, but with this version I get a complete blank screen and my whole Admin is inaccessiblefido-x wrote: Hmmm, don't know what happened there. Blame the bots!![]()
OK, another update. This is the "d" release. I've been running this on my own site over the last few days, and everything appears to be working as it should.
Code: Select all
$_['tex_['text_page_views'] = 'Total Page Views';
Code: Select all
$_['text_page_views'] = 'Total Page Views';
Norman in 't Veldt
Moderator OpenCart Forums
_________________ READ and Search BEFORE POSTING _________________
Our FREE search: Find your answer FAST!.
[How to] BTW + Verzend + betaal setup.
Don't know what happened there. Looks like the file got corrupted somehow. I've sent i2Paq a copy of the "uncorrupted" package for comparison.i2Paq wrote:There is an error in the Admin English language file on line 76:It should be:Code: Select all
$_['tex_['text_page_views'] = 'Total Page Views';
Code: Select all
$_['text_page_views'] = 'Total Page Views';
To be honest, I didn't test in IE (I don't like it, so I don't use it). I know I should, but I just can't bring myself to open THAT browser.It does not work using IE8, the dashboard function does not show at all.
Modules for OpenCart 2.3.0.2
Homepage Module [Free - since OpenCart 0.7.7]
Multistore Extensions
Store Manager Multi-Vendor/Multi-Store management tool
If you're not living on the edge ... you're taking up too much space!
Norman in 't Veldt
Moderator OpenCart Forums
_________________ READ and Search BEFORE POSTING _________________
Our FREE search: Find your answer FAST!.
[How to] BTW + Verzend + betaal setup.
Users browsing this forum: No registered users and 6 guests