1 to 14 of 14
I've just installed the WordPress plugin and tried to submit a listing on the Marketplace.
When I submit a listing, there is an error shown: "Plugin not validated."
When I load the URL on the blog which points to purchase.php, I get an error stating "Plugin Currently Offline".
I haven't been able to figure out where the problem lies. Any help will be appreciated.
The "Business" tab in the WP Admin Panel mentions "The OIOpublisher Direct Plugin is currently Enabled (v1.51)"
The bit of code that relates to the error you experienced is:
if($oiopub_set->enabled != 1 || $oiopub_module->admanager != 1) {
die("Plugin Currently Offline");
}
Since you've reported that the plugin is enabled, the only thing I can think of is that you haven't uploaded the admanager module (which unlocks all the sales options).
Check in the plugin 'modules' folder for an 'admanager' directory. Also check that a file called oiopub-load.php is the admanager module. If it still doesn't work, I'd recommend re-downloading the entire plugin, and re-uploading it.
I deleted the plugin and reuploaded it.
All the modules are enabled, but I continue to get the same error :-(
What is the url of the site where you are getting the problem? If you want me to take a look at it myself, just email some FTP login details to admin[at]oiopublisher[dot]com and I can check it over for you.
Rather than have you waste your precious time debugging my installation, I decided to test my rusty PHP debugging skills today!
It took me only 10 minutes to get to the bottom of the problem :-)
I have a setup where a common WP installation is shared amongst multiple blogs. I don't use MU, I use the standard WP installation. Its a simple Unix hack to get it to work for multiple blogs. This was the cause of the problem as well, since the wrong wp-config file was being picked up.
I've fixed the problem, and I guess its working fine now.
I've submitted a blog on the OIOpublisher site as well and once its approved, I'll get the zones activated.
Simon, thanks for your patience and help for this.
No problem, glad you found the solution!
Mine is not working either. And I'm not doing the same thing.I don't see an admanager module. And I don't see an option to download it. It's nowhere. I have 2.07 installed.
http://saphrym.com/blog/wp-content/plugins/oiopub-direct/purchase.php
I've even tried the web installer after completely uninstalling the plugin. Still no luck.
The admanager module isn't in v2, as it wasn't really required.
When you're in the admin area, and go to the OIOpublisher overview page, do you see a "v2.07" at the top of the page, or do you just see "v."?
The other question is in the Settings -> General section of the admin area, is the "enabled" button set to yes or no?
It says 2.07 AND Enabled. I've checked all the options. Everything is enabled.
Open the purchase.php page and try the following:
FIND
include_once(str_replace("\\", "/", dirname(__FILE__)) . "/index.php");
ADD BELOW
print_r($oiopub_set);
We'll then be able to see the settings, to see if something isn't right with them.
I did what you asked. It's not showing anything different for me.
I'm at a loss for what's going on. One other person appears to be getting the same issue. I'll paste below what I've asked him to do:
Very odd. The settings must either be missing, or not registering.
Can you check your database (using phpmyadmin for example) for the oiopub_config table, and see how many rows of data it contains, and whether the option "enabled" is present?
This may come down to me having to take a look at your install at some point (if you're willing), as I don't know what caused this to happen.
For anyone who may experience a similar problem, please try the fix available below. It was a conflict with another plugin:
http://forum.oiopublisher.com/discussion/367/plugin-offline/#Comment_1853
Mike, I've applied the fix to your blog already.
1 to 14 of 14