Post by 1Mj » Wed Aug 11, 2010 7:54 pm

I was trying to install the WP-Cumulus Product Tags module. there was two version I tried both of them but didn't work :-[
I installed the module and active d it. but when I wanted to config I saw below errors and also in module's config page everything was as simple text and there isn't any button or link to save the work.


When I tried "WP-Cumulus Product Tags-ModuleV1.1-FIX1.4.8Token" there was errors:

Notice: Undefined index: token in admin/controller/module/wpcumulustags.php on line 119
Notice: Undefined index: token in admin/controller/module/wpcumulustags.php on line 124
Notice: Undefined index: token in admin/controller/module/wpcumulustags.php on line 129
Notice: Undefined index: token in admin/controller/module/wpcumulustags.php on line 133
Notice: Undefined index: token in admin/controller/module/wpcumulustags.php on line 134

I Found above lines and extracted here to say what I have to do:
line 119 : 'href' => (HTTPS_SERVER . 'index.php?route=common/home&token=' . $this->session->data['token']),
line 124 : 'href' => (HTTPS_SERVER . 'index.php?route=extension/module&token=' . $this->session->data['token']),
line 129 : 'href' => (HTTPS_SERVER . 'index.php?route=module/wpcumulustags&token=' . $this->session->data['token']),
line 134 : $this->data['cancel'] = (HTTPS_SERVER . 'index.php?route=extension/module&token=' . $this->session->data['token']);




and when I tried other version "WP-Cumulus Product Tags-ModuleV1.1" below errors apeared:

Warning: mysql_fetch_array(): supplied argument is not a valid MySQL result resource in /catalog/model/module/wpcumulustags.php on line 25
Warning: fopen(catalog/view/theme/default/template/wpcumulustags.xml) [function.fopen]: failed to open stream: Permission denied in /catalog/model/module/wpcumulustags.php on line 32
Warning: fwrite(): supplied argument is not a valid stream resource in /catalog/model/module/wpcumulustags.php on line 33
Warning: fclose(): supplied argument is not a valid stream resource in /catalog/model/module/wpcumulustags.php on line 34

I Found above lines and extracted here to say what I have to do:
line 25 : while($row = mysql_fetch_array($result))
line 32 : $handle = fopen($filename,"a");
line 33 : fwrite($handle,"</tags>\n");
line 34 : fclose($handle);


Please help, what I have to do?
By the way, you can found this plugin here:
http://www.opencart.com/index.php?route ... order=DESC

1Mj
Newbie

Posts

Joined
Wed Aug 11, 2010 7:01 pm

Post by 1Mj » Thu Aug 12, 2010 9:50 pm

please.
some one help me.

1Mj
Newbie

Posts

Joined
Wed Aug 11, 2010 7:01 pm
Who is online

Users browsing this forum: No registered users and 3 guests