ned8888
Forum Replies Created
-
Same here. Bit different…Settings are OK. Search Console, Adsense, Analytics, Page Speed Insight connected but hovering over Site Kit shows only Dashboard and Settings.
Search Console, Adsesnse, Analytics are gone!Forum: Plugins
In reply to: [NewStatPress] VistorsHi there,
I found my mistake! I deactivated the start press in order to delete the rows in phpmydmin (bot visits) with increment 8388608 because somehow they are sneaking in the table
and mixed with increment 1 at the moment I execute ‘ALTER TABLE wp_statpress AUTO_INCREMENT = 1;’ and ‘SELECT AUTO_INCREMENT FROM information_schema.TABLESWHERE TABLE_SCHEMA = ‘wp_cosmikwp’AND TABLE_NAME =’wp_statpress’ and this maybe causes the Errors. Well I succeed to clean all query and after the activation of the
plugin the visitors data is flowing into the table. I will monitor it and if something is going wrong I will let you know if you don’t mind. So I would like to thank you so much for the time
you’ve been with me ( more than 2 weeks ). I really appreciate it. Have a nice day and keep the good work.
Best regards,
NedForum: Plugins
In reply to: [NewStatPress] VistorsHi,
I’ve done it exactly as you advice but result is the same with error:
https://sendfile.cc/uploads/file/0.730920001624701538.pngForum: Plugins
In reply to: [NewStatPress] Vistorshi,
Done something: https://sendfile.cc/uploads/file/0.593822001624564904.png
Please check the 3 locations in red. It changed Tables name from ’wp_statpress’ to Table: TABLES Is it OK? If so should the new stat press finally start working? Unfortunately still not working.Forum: Plugins
In reply to: [NewStatPress] VistorsHi,
I can’t modify and execute it. I tried different ways: put ‘database_name’ = ‘wp_cosmikwp’ and corrected your table name =’vp_statpress’ into ’wp_statpress’
but always SQL says: Errors, Errors.Please show me exactly what I have to do when you look at this: https://sendfile.cc/uploads/file/0.806460001624279104.png
Forum: Plugins
In reply to: [NewStatPress] Vistorshi,
before following this instruction when I access phpmyadmin and click on the SQL and open the box see what I saw there: 1. SELECT * FROM
wp_statpressWHERE 1
https://sendfile.cc/uploads/file/0.806460001624279104.png
Is it wrong? And can I execute ‘SELECT AUTO_INCREMENT FROM information_schema.TABLES WHERE TABLE_SCHEMA = ‘database_name’ AND TABLE_NAME =’vp_statpress’ next to on line 2 ?Forum: Plugins
In reply to: [NewStatPress] Vistorshi,
Just paste it and result is ‘ROW= INSERTED’ not ‘ROW=1 INSERTED’
Forum: Plugins
In reply to: [NewStatPress] Vistorsquote:
“on line 1151, then it should have add a record in db.”
No record in db“Try adding this after that instruction:
echo “ROW=”.$result$.” INSERTED”;
this should print inside the HTML: ROW=1 INSERTED”
After this the New Stat Press can’t be activated, generate Error:“Plugin could not be activated because it triggered a fatal error.
Parse error: syntax error, unexpected ‘$’, expecting ‘;’ or ‘,’ in H:\root\home\cosmikwp-001\www\cosmikwp\wp-content\plugins\newstatpress\newstatpress.php on line 1174”Then I decided to check again line 1148 – last “if”before ( $results = $wpdb->insert( “if($wpdb->get_var(“SHOW TABLES LIKE ‘$table_name'”) != $table_name) { ”
adding above and below ‘echo “OK HERE”;When I added above there is ‘OK HERE’ in the HTML
When I added it below doesn’t show ‘OK HERE’
Forum: Plugins
In reply to: [NewStatPress] VistorsAll ‘IF blocks’ show OK HERE…..
Forum: Plugins
In reply to: [NewStatPress] Vistorshi,
What I’ve done so far. Let me note that OK HERE I found only on line 1 before the
<!DOCTYPE html> (browser Google Chrome – Web source Page), so see the pictures:
Here https://sendfile.cc/uploads/file/0.060997001623785742.png OK HERE appears
Here https://sendfile.cc/uploads/file/0.610458001623784305.png OK HERE doesn’t appear
even if I insert echo “OK HERE”; under or above line 16,120,124,125 down, etc.
Also there are errors from line 12 to 17 ….
Forum: Plugins
In reply to: [NewStatPress] VistorsOK, few questions:
1 After checking each “if” block should I delete ‘echo “OK HERE”;’before I go to next one or will leave it there until I find the point we are looking for and then I have to restore the file (deleting ‘echo OK HERE’)
2 Where exactly I have to look for OK HERE. inside the View Page source of the site? If so where is the HTML output – 1 out of 1410 lines (Mozilla) and 1290 (Google Chrome) of HTML Page.
3 Logged into the site or not, does it matter to browse it or I can use other browser where is not logged in.
4 I found ‘$results = $wpdb->insert(‘ location. It is on line no 1152…!?
Forum: Plugins
In reply to: [NewStatPress] VistorsDone everything. Unfortunately it’s not working at all. Sad! What do I do?
Forum: Plugins
In reply to: [NewStatPress] Vistors2 hours ago all data been removed > NSP > tools > remove but there is no new data coming…
please explain, is the problem has to do with the compatibility example
`Stat Press New Version: 1.3.5 (mine is 1.3.0)
Last Updated: 5 months ago
Requires WordPress Version: 3.5 or higher
Compatible up to: WP 5.6.4
not compatible to WP 5.7.2
so what about 1.3.0 is it compatible to my V. 5.7.2Forum: Plugins
In reply to: [NewStatPress] VistorsForum: Plugins
In reply to: [NewStatPress] VistorsHave visited the site a couple of times. No records.