netspy
Forum Replies Created
-
Forum: Reviews
In reply to: [WooCommerce Admin] Looks nice but the data are wrongThere is a pending task wc_admin_unsnooze_admin_notes that can’t be deleted.
Forum: Reviews
In reply to: [WooCommerce Admin] Looks nice but the data are wrongThe import stops after about the half of the orders. If I only import the last 30 days, it’s nearly correct, but for 90 days or more, many orders are missing.
Forum: Plugins
In reply to: [Germanized for WooCommerce] DSGVO und Trustes Shops BewertungserinnerungenEin entsprechendes Update wurde gerade heute ver?ffentlicht.
Forum: Plugins
In reply to: [Germanized for WooCommerce] DSGVO und Trustes Shops BewertungserinnerungenAlso erst mal war es wirklich mein Fehler und ich hatte gar nicht mehr auf dem Schirm, dass man die Bewertungserinnerung auch in Germanized aktivieren kann.
Meiner Meinung nach kann man es rechtssicher so hinbekommen:
* Bewertungserinnerung in der Trustedshops-Konfiguration deaktivieren
* Bewertungserinnerung in Germanized-Plugin aktivieren
* in der Datenschutzerkl?rung den Punkt 4 ?Integration des Trusted Shops Trustbadge“ aus dem Rechtstexter von TS mit einbauenDamit wird nur das Trustbadge eingebunden aber es sollten au?er der IP keine pers?nlichen Daten übertragen werden (das hoffe ich zumindest). Die Bewertungserinnerung wird dann über den eigenen Server verschickt, was auch ok sein sollte.
Gru?
Forum: Plugins
In reply to: [Germanized for WooCommerce] DSGVO und Trustes Shops BewertungserinnerungenHi,
ich denke schon, dass es Aufgabe vom Plugin ist die Checkbox zu setzen. TS bekommt die Daten ja unmittelbar nach der Bestellung und da f?llt mir kein Weg ein, nachtr?glich noch was einzubauen.
In der von TS zur Verfügung gestellten Datenschutzerkl?rung hei?t es auch:
Sofern Sie uns hierzu w?hrend oder nach Ihrer Bestellung Ihre ausdrückliche Einwilligung gem?? Art. 6 Abs. 1 S. 1 lit. a DSGVO erteilt haben, übermitteln wir Ihre E-Mail-Adresse an die Trusted Shops GmbH…
Am besten w?re es natürlich, wenn die Bewertungserinnerung aus dem eigenen System verschickt wird aber das ist dann vermutlich noch aufw?ndiger.
Gru?
@bjornaerts: You are right, the correct file is includes/class-wc-google-analytics-js.php. Thanks!
The bug is in class-wc-google-analytics.php line 234:
$ga_snippet_create = self::tracker_var() . "( 'create', '" . esc_js( $ga_id ) . "', '" . $set_domain_name . "' );";
Variable $ga_id is nowhere defined.
As workaround add this line before the upper line:
$ga_id = self::get( 'ga_id' );
Same in my shop. The problem is a broken analytics code without the Google Analytics ID:
ga( 'create', '', 'my.shop.url' );
Why does nobody test updates before publishing?
Forum: Plugins
In reply to: [Plugin: NextGEN Gallery] No more than 16 singlepic in an article?I found the problem. It’s and PHP issue and no NextGEN bug:
https://core.trac.www.ads-software.com/ticket/8553
Adding
pcre.backtrack_limit = 200000
to my php.ini solves the problem.
Thanks for your support and the great plugin!
Forum: Plugins
In reply to: [Plugin: NextGEN Gallery] No more than 16 singlepic in an article?Here my server setting from NextGEN settings menu:
Betriebssystem : Linux (32 Bit)
Server : Apache/1.3 (Unix) mod_ssl/2.8.28 OpenSSL/0.9.8f AuthPG/1.3 FrontPage/5.0.2.2635
Speicherverbrauch : 17.26 MByte
MySQL Version : 5.1.39-log
SQL Modus : Nicht gesetzt
PHP Version : 5.3.1
PHP Safe Mode : Aus
PHP Allow URL fopen : An
PHP Memory Limit : 128M
PHP Max Upload Gr??e : 16M
PHP Max Post Gr??e : 16M
PHP Output Buffer Gr??e : N/A
PHP Max Script Execute Time : 90s
PHP Exif Modul : Ja ( V1.4 )
PHP IPTC Modul : Ja
PHP XML Modul : JaForum: Plugins
In reply to: [Plugin: NextGEN Gallery] No more than 16 singlepic in an article?I have an own server: Intel Core i7 3,06 GHz with 12 GB RAM and I use Apache 1.3.x with PHP 5.3.1 (CGI, memory_limit = 128M). I think, this should be enough?! If you want to, I can send you an phpinfo link per mail.
No matter which singlepic I add, the limit is exactly 16 singlepics in the article. With <=16 everything is fine; with more than 16 singlepic shortcodes I can only see an empty website layout and the article headline but no article content.