KalleL
Forum Replies Created
-
Forum: Plugins
In reply to: [SlimStat Analytics] Not possible to active for new blogs after updateI have not installed phpmyadmin. I’m running in the terminal.
But the thing is, I have not touch these tables in anyway. This problem have to do something with your updates to the plugin.
Forum: Plugins
In reply to: [SlimStat Analytics] Not possible to active for new blogs after updateALTER TABLE wp_slim_stats DROP FOREIGN KEY fk_wp_browser_id; didn’t work.
ERROR 1025 (HY000): Error on rename.
Running ALTER TABLE wp_slim_browsers MODIFY browser_id SMALLINT UNSIGNED NOT NULL auto_increment; didn?t work either.
ERROR 1062 (23000): ALTER TABLE causes auto_increment resequencing, resulting in duplicate entry ‘65535’ for key ‘PRIMARY’
I am starting to give up on this plugin now!
Forum: Plugins
In reply to: [SlimStat Analytics] Not possible to active for new blogs after updateIs this the correct TSQL to do this?
ALTER TABLE wp_slim_stats DROP FOREIGN KEY fk_wp_browser_id;
ALTER TABLE wp_slim_browsers MODIFY browser_id SMALLINT UNSIGNED NOT NULL auto_increment;
ALTER TABLE wp_slim_stats ADD CONSTRAINT fk_wp_browser_id FOREIGN KEY (browser_id) REFERENCES wp_slim_browsers(browser_id);
Forum: Plugins
In reply to: [SlimStat Analytics] Not possible to active for new blogs after updateI have SlimStat 3.6 installed. And I have not skipped any updates.
Is it possible you can provide me with some TSQL code to do what you suggest?
And please explain why this results in nothing being captured on new blogs.
Forum: Plugins
In reply to: [BJ Lazy Load] Option to disable BJ Lazy Load on external loaded images?Is this forum dead or is the author ignoring my question?
Forum: Plugins
In reply to: [SlimStat Analytics] Not possible to active for new blogs after updateDid you receive the files and if so, have you had any time to look into this problem yet?
Still waiting for a solution.Forum: Plugins
In reply to: [SlimStat Analytics] Not possible to active for new blogs after updateOk. Thank you!
You should now have it in your inbox.Forum: Plugins
In reply to: [SlimStat Analytics] Not possible to active for new blogs after updateForum: Plugins
In reply to: [SlimStat Analytics] Not possible to active for new blogs after updateCamu, please tell me how to include a ZIP-file using your ticket system! I can’t find an option to include a file.
Forum: Plugins
In reply to: [SlimStat Analytics] Not possible to active for new blogs after updateI have currently the following tables in the database:
wp_slim_browsers
wp_slim_content_info
wp_slim_outbound
wp_slim_screenres
wp_slim_statsI have dumped the content from each table.
How do you want me to send it to you?Forum: Plugins
In reply to: [SlimStat Analytics] Not possible to active for new blogs after updateThat may be possible!
But do you want me to send over the content of the wp_slim_* tables first?
Can you give me some TSQL code so you get the data you need?Forum: Plugins
In reply to: [SlimStat Analytics] Not possible to active for new blogs after updateNot a single error in our mysql log.
If you provide some TSQL code about how to extract information from wp_slim_* tables, I can send it over to you.
Forum: Plugins
In reply to: [SlimStat Analytics] Not possible to active for new blogs after updateI am sorry but 3.5.9 did not fix this problem. No stats are being captured for new blogs. Downgrading to 3.5.5. again. ??
Forum: Plugins
In reply to: [SlimStat Analytics] Not possible to active for new blogs after updateHi.
Currently we have not network activated Slimstat.
We activate Slimstat for those blogs that needs stats but after activating no stats is captured.Exactly what information do you need?
Forum: Plugins
In reply to: [SlimStat Analytics] Not possible to active for new blogs after updateSorry, but it seems like the problem still exists. When activating Slimstat version 3.5.8 for new blogs, Slimstat doesn’t start collecting data. So now we need to downgrade to 3.5.5 again ??