Performancing.com just launched it's pMetrics WordPress plugin and as with all new software, it's a learning process and I'm sure you guys will have questions and suggestions to make.
Please put support questions or suggestions in this thread.
Thanks.







Site ID and Site Key
To get the site ID and site key, login to your pMetrics dashboard, click on the 'info' link next to the site project that you want to install the plugin for, and you'll get the ID and key top of the page.
Installation
If you follow the instructions, you end up with a file structure like this:
/pmetrics/
/pmetrics/plugin/base/
/pmetrics/plugin/temp/
etc
You end up with an error or the plugin not showing up at all in the admin panel. What gives? Where do the files (pmetrics.php and pdzip.lib.php) go anyway?
No mention of them in the instructions. How about some instructions with a bit more detail? Tx.
Error
Well,RLdigital, actually the structure you say is invalid, the correct one is:
/pmetrics/
/pmetrics/base/
/pmetrics/temp/
I put pmetrics.php and pdzip.lib.php into /pmetrics, but I don't know if it's correct.
I activated the plugin and gave write options to the directories, but when I update options, after put the site ID and the site key to configure the general settings, I have this error:
No se puede cargar pmetrics2Fbase2Fincludes2Fadmin.php. (Cannot load pmetrics2Fbase2Fincludes2Fadmin.php.)
No idea about what is going on...
¿Some help or more instructions?, thanks in advice.
The pMetrics plugin is not properly installed.
I get this error all the time:
" The pMetrics plugin is not properly installed. Please deactivate the plugin, and check the documentation for the correct way to install the plugin. "
Permition to pmetrics folder is 777
I unziped file plugin.zip into folder plugin
Can you help me ?
Ohh i see, i need to enter
Ohh i see, i need to enter site ID into this plugin, but there is 100 files, in which file should i add site id key ??
I'm getting the error that I
I'm getting the error that I metioned, but Djuki, if you activate properly the plugin go to the dashboard>pMetrics>general options, there you will be asked for your Site ID and key...
it is easy and it does work
unzip the first zip file, then unzip the other one inside the other zip file.
you should have
plugins
pmetrics
files in pmetrics are: pmetrics.php and pclzip.lib.php
plugin (folder)
base (folder)
three folders menus, includes, extensions
temp (folder)
login into your account on performancing here on the web:
http://pmetrics.performancing.com/user/
click info on the blog and get your site ID and key and enter
them into the pmetrics settings section on your blog dashboard
should work for you now,
nada
It doesn't work for me. I
It doesn't work for me. I have files like you, I unziped both zip files. But i constantly get message
" The pMetrics plugin is not properly installed. Please deactivate the plugin, and check the documentation for the correct way to install the plugin. "
What can be wrong,My WP version is 2.2.2 ?
I copy files into plugins dir and i have plugins/pmetrics Thn i activate plugin and get this message.
Permissions, permissions,
Permissions, permissions, permissions.
Check the permissions on *files* in addition to *folders*
Strange error
I am getting this error when I am trying to update the settings:
Cannot load pmetrics2Fbase2Fmenus2Fmain.php.
I have looked for this file and can not find it. Neither in the zip file or on the server after uploading. Settings seem to be saved though, so I have no idea what is going on.
I uploaded the unzipped folder as instructed, changed permissons and activated the plug-in. Then registered and got my userid etc (I did not see anywhere in the description of this that you had to register to get the free version to work :-) Not that it matters a lot, but it is always nice to disclose everything...) and proceeded to save the settings. I had to add the footer tag to my footer.
Then this error pops up...
Is there a way to tell if the correct code has been inserted in the footer? Or is this dynamic?
777 Permissions
All files and all folders have 777 permissions. I still get same message.
The Strange Error
I'm getting the same error as Oceanwatcher and I have looked for the file and put 777 permissions... but it doesn't work. =(
Wordpress Plugin
Hi Ahmed. I had only got one site setup .. I decided to add a few more since there is a plugin now.
FYI - I got the same error Cannot load pmetrics2Fbase2Fmenus2Fmain.php. When I installed it on the existing site, I just hit back and refresh and it was activated and installed. I installed the 3 extensions and booyah.
So, I created a second site and copy of the exact same files and do the exact same procedure (777 etc) and received the same error: Cannot load pmetrics2Fbase2Fmenus2Fmain.php. I tried to hit back and all the and refresh and go out and close IE even - but, it's not activating. There is no extensions to installed .. and the submenu pmetrics remains the initial installation site id/key information.
edit:// there is no settings created on the submenu either. //
What could be wrong?
PS What is that Referrer's ID for? I left it blank on both sites.
Installing
Hi everyone. Lemme go over the installation instructions.
Download the pmetrics1.0.zip file, and unzip it on your computer somewhere.
You will have the file docs.pdf, and a directory named 'pmetrics'.
*Don't worry about what's inside the 'pmetrics' directory. You don't have to mess with those files.*
Using an FTP client program, move the whole 'pmetrics' directory into your /wp-content/plugins directory. Again, there's no need to touch the files inside the 'pmetrics' directory. Just move the whole directory to your /plugins directory as-is.
Give the /plugins/pmetrics directory write permissions. If need be, use 0777.
Log into your WordPress admin panel, and activate the plugin.
And that's it. You *should* see a new top level menu in your admin area named 'pMetrics'.
If you don't see the top level menu, try the alternative installation instructions, which you can find in the documentation.
Redirect Bug
Hi everyone. Regarding the pmetrics2Fbase2Fmenus2Fmain.php error. Can anyone getting that error tell me what operating system your web server is using. And which version of WordPress.
That is the plugin trying to redirect back to pmetrics/base/menus/main.php, but WordPress is converting the / to 2F.
bug help
I'm on IE7 with the latest of wordpress versions .. Both blogs I tested above are on wordpress 2.2.2.
Sooooooo
... will there be a fix ?
Conflicting with other plugins using pclzip.lib but...
I use both the 'WordPress Automatic Upgrades' plugin (WAUP)and the 'OneClick' plugin (automatic plugin/theme installer). Both call up the pclzip libraries also. The new Pmetrics 1.0 plugin for me conflicted with the WordPress Automatic Upgrades plugin and threw a fatal error as OneClick did before in the same manner.
I finally got the new Pmetrics plugin to work for me by commenting out the following line in pmetrics.php (around line 512)
Change:(without the back tic's)
'require_once('pclzip.lib.php');'
To:
'//require_once('pclzip.lib.php');'
OneClick's author fixed the conflict with WAUP initially by doing this and then later adding an 'if_exists' type statement before calling up the pclzip libraries.
Unfortunately, I'm not enough of a coder to do more than comment out that one line which got rid of the conflict and allowed me to activate.
Unfortunately I'm also throwing the following error:
"Cannot load pmetrics2Fbase2Fincludes2Fadmin.php."
Will re-read the comments to see what if I missed anything.
Didn't miss anything
Ah well, I had to go back to the previous version (0.2b). No matter what I did the plugin would not take the settings although adding extensions and those features worked fine. It seemed to add the tracking code to the footer (viewed in generated source of main page) but tracking was not seen using Pmetrics spy and the Opera browser (not set to ignore). Funny as it seems, the 0.2b version, although I'm using a properly coded theme, doesn't show the tracking script in the generated source code but Pmetrics Spy is showing the visits as they occur when I use Opera.
Anyway, the 0.2b version has always worked well for me so it will do for now. I'll keep an eye posted here for any updates since any further troubleshooting is beyond my capabilities.
Web server OS and info
Headzoo,
Here's my hosts info:
Apache version 1.3.37 (Unix)
PHP version 4.4.7
MySQL version 4.1.22-standard-log
Architecture x86_64
Operating system Linux
I'm currently using WordPress 2.2.3 and will be going WordPress 2.3 RC1 early next week.
My host is ultimately liberal with permissions and such. I believe their motto is to let the website/blog owners make their own mistakes. :D
HTH
Ignore Admin setting in new plugin?
I have the original pmetrics plug-in on one blog which identifies where to modify the 'ignore admin' setting in the plugin .php file so it doesn't log stats from admin actions. On a new blog I installed the current pmetrics and I could not locate any information in the .php or anywhere else for not logging admin user actions. Anyone know what text to add where to turn off admin logging? Thanks.
The new plugin was written
The new plugin was written from scratch by another programmer, and was not based on the old one at all. I guess that feature didn't make the cut for version 1. But you can use either the IP filtering or the cookie blocking to stop logging your traffic on the server side of the equation.
not working with 2.3 word press upgrade
Hi,
the plugin and installing the code directly in to footer, is not working after upgrade to wordpress 2.3
To all those who had the "pmetrics2Fbase2Fincludes2Fadmin.php"
if i'm not greatly mistaken it's something to do with Unicode char, untill there will be official fix to it, all you need to do is click on Update,
and when you get that error page all you need to do is to modify the address on the address bar to reflect the real path
pmetrics2Fbase2Fincludes2Fadmin.php = pmetrics/base/includes/admin.php and so on.. will will enable you to perform the needed actions untill they will official fix it.
Hi d3bugg3r When I put in my
Hi d3bugg3r
When I put in my Site ID and Site Key and click Update Settings, I get that error message and...
http://www.myurl.com/wp-admin/admin.php?page=pmetrics2Fbase2Fincludes2Fadmin.php&updated=true
in the address bar. Then I change it to...
http://www.myurl.com/wp-admin/admin.php?page=pmetrics/base/includes/admin.php&updated=true
and hit return. When I do this it just takes me back to the General Setting (for PMetrics) page. Is this what you mean one should be doing to get past this problem?
Thanks.
I get the same error
Using WP 2.2.2, Firefox on Mac OSX 10.4
What do I do now?
Plugin loaded - now what?
pmetrics appears on my WP 2.2.2 plugin page, and it is activated. Not what? Where do I see the stats? Is there something else I need to do? I was not asked for any codes, or keys. What am I missing?
Hello!
Is anybody reading these?
Cannot load pmetrics2Fbase2Fincludes2Fadmin.php.
Is there a fix for this problem? I'd love to use the plug-in but hit a wall.
Thanks.
Cannot load pmetrics2Fbase2Fincludes2Fadmin.php.
It would be really really neato if someone from "Performancing" responded to this. I too am having this problem.
I think I fixed it
The instructions are not well written, and there are different versions for how to install. That's what threw me off. There are two zipped files. You unzip the first folder, and that gives you another folder. Inside that folder is a zipped folder. Unzip that folder. I was installed the first unzipped folder and getting the error message, because there was still another unzipped folder inside it.
I still have no idea how to access pMetric date. It's installed on my WordPress dashboard, and the plug in panel says its activated, but I have no idea what to do next. Nobody from pMetrics is reading these forums. WordPress is not help - they tell me to go back to pMetrics.
And what's the deal with that pMetrics Google add on with the links? Is that supposed to show how many visitors I've had to my site that day? Cause that doesn't do anything either, and nobody at pMetrics wants to talk about it.
Boobs fucking ass fucking.
Hi!! Good work!!
[URL=http://fuckingbich.nm.ru/4/blonde-boob-fucking-tit.html] blonde boob fucking tit [/URL]
[URL=http://fuckingbich.nm.ru/4/blonde-braces-fucking-galleries.html] blonde braces fucking galleries [/URL]
[URL=http://fuckingbich.nm.ru/4/blonde-brunette-fucking.html] blonde brunette fucking [/URL]
[URL=http://fuckingbich.nm.ru/4/blonde-brunette-fucking-lesbian.html] blonde brunette fucking lesbian [/URL]
[URL=http://fuckingbich.nm.ru/4/blonde-busty-clip-fucking-hardcore-links-movie.html] blonde busty clip fucking hardcore links movie [/URL]
[URL=http://fuckingbich.nm.ru/4/blonde-busty-fucking-hard-milf.html] blonde busty fucking hard milf [/URL]
[URL=http://fuckingbich.nm.ru/4/blonde-busty-fucking-mature.html] blonde busty fucking mature [/URL]
[URL=http://fuckingbich.nm.ru/4/blonde-busty-fucking-teen.html] blonde busty fucking teen [/URL]
[URL=http://fuckingbich.nm.ru/4/blonde-cheerleader-fucking.html] blonde cheerleader fucking [/URL]
[URL=http://fuckingbich.nm.ru/4/blonde-chick-fucking.html] blonde chick fucking [/URL]
[URL=http://fuckingbich.nm.ru/4/blonde-chick-fucking-hot.html] blonde chick fucking hot [/URL]
[URL=http://fuckingbich.nm.ru/4/blonde-chubby-fucking.html] blonde chubby fucking [/URL]
[URL=http://fuckingbich.nm.ru/4/blonde-cock-fucking.html] blonde cock fucking [/URL]
[URL=http://fuckingbich.nm.ru/4/blonde-cock-fucking-hard.html] blonde cock fucking hard [/URL]
[URL=http://fuckingbich.nm.ru/4/blonde-cock-fucking-hard-hot.html] blonde cock fucking hard hot [/URL]
[URL=http://fuckingbich.nm.ru/4/blonde-cock-fucking-hot.html] blonde cock fucking hot [/URL]
[URL=http://fuckingbich.nm.ru/4/blonde-cock-fucking-huge.html] blonde cock fucking huge [/URL]
[URL=http://fuckingbich.nm.ru/4/blonde-cock-fucking-monster.html] blonde cock fucking monster [/URL]
[URL=http://fuckingbich.nm.ru/4/blonde-college-fucking.html] blonde college fucking [/URL]
[URL=http://fuckingbich.nm.ru/4/blonde-couple-fucking.html] blonde couple fucking [/URL]
[URL=http://fuckingbich.nm.ru/4/blonde-cucumber-eating-fucking-it.html] blonde cucumber eating fucking it [/URL]
[URL=http://fuckingbich.nm.ru/4/blonde-cute-fucking-teen.html] blonde cute fucking teen [/URL]
[URL=http://fuckingbich.nm.ru/4/blonde-dick-fucking.html] blonde dick fucking [/URL]
[URL=http://fuckingbich.nm.ru/4/blonde-dirty-fucking.html] blonde dirty fucking [/URL]
[URL=http://fuckingbich.nm.ru/4/blonde-face-fucking.html] blonde face fucking [/URL]
[URL=http://fuckingbich.nm.ru/4/blonde-fine-fucking.html] blonde fine fucking [/URL]
[URL=http://fuckingbich.nm.ru/4/blonde-free-fucking-gay.html] blonde free fucking gay [/URL]
[URL=http://fuckingbich.nm.ru/4/blonde-free-fucking-legged-long-video.html] blonde free fucking legged long video [/URL]
[URL=http://fuckingbich.nm.ru/4/blonde-free-fucking-movie.html] blonde free fucking movie [/URL]
[URL=http://fuckingbich.nm.ru/4/blonde-free-fucking-video.html] blonde free fucking video [/URL]
[URL=http://fuckingbich.nm.ru/4/blonde-fucking.html] blonde fucking [/URL]
[URL=http://fuckingbich.nm.ru/4/blonde-fucking-a-black-cock.html] blonde fucking a black cock [/URL]
[URL=http://fuckingbich.nm.ru/4/blonde-fucking-asian.html] blonde fucking asian [/URL]
[URL=http://fuckingbich.nm.ru/4/blonde-fucking-beauties.html] blonde fucking beauties [/URL]
[URL=http://fuckingbich.nm.ru/4/blonde-fucking-black-cock.html] blonde fucking black cock [/URL]
[URL=http://fuckingbich.nm.ru/4/blonde-fucking-black-dicks.html] blonde fucking black dicks [/URL]
[URL=http://fuckingbich.nm.ru/4/blonde-fucking-blonde.html] blonde fucking blonde [/URL]
[URL=http://fuckingbich.nm.ru/4/blonde-fucking-clip.html] blonde fucking clip [/URL]
[URL=http://fuckingbich.nm.ru/4/blonde-fucking-dick.html] blonde fucking dick [/URL]
[URL=http://fuckingbich.nm.ru/4/blonde-fucking-dildo.html] blonde fucking dildo [/URL]
[URL=http://fuckingbich.nm.ru/4/blonde-fucking-free-video.html] blonde fucking free video [/URL]
[URL=http://fuckingbich.nm.ru/4/blonde-fucking-gallery.html] blonde fucking gallery [/URL]
[URL=http://fuckingbich.nm.ru/4/blonde-fucking-guy-shemale.html] blonde fucking guy shemale [/URL]
[URL=http://fuckingbich.nm.ru/4/blonde-fucking-guys.html] blonde fucking guys [/URL]
[URL=http://fuckingbich.nm.ru/4/blonde-fucking-hair-short.html] blonde fucking hair short [/URL]
[URL=http://fuckingbich.nm.ru/4/blonde-fucking-haired-short.html] blonde fucking haired short [/URL]
[URL=http://fuckingbich.nm.ru/4/blonde-fucking-hairy.html] blonde fucking hairy [/URL]
[URL=http://fuckingbich.nm.ru/4/blonde-fucking-hairy-pussy.html] blonde fucking hairy pussy [/URL]
[URL=http://fuckingbich.nm.ru/4/blonde-fucking-hard.html] blonde fucking hard [/URL]
[URL=http://fuckingbich.nm.ru/4/blonde-fucking-hard-hot.html] blonde fucking hard hot [/URL]
Not so new to this but...
I've just unzipped the pmetrics plugin and unzipped the zip within the pmetrics folder. I've uploaded that to the plugin folder, and set the access rights to 766 for the folder and everything in the folder. I go to my wordpress control panel to manage plugins and there is no pmetrics to activate. I put pclzip.lib.php and pmetrics.php loose in the plugins folder and now I can activate pmetrics, but because its not in the folder, it tells me there are rights access issues and I need to deactivate and set the folder rights.
Why doesn't it just simply show up in the manage plugins page when I copy the folder to the plugins directory?
Help please.
Post new comment