xysiu
Forum Replies Created
-
Adding a new stock value in the table and clicking Save button changes the way how a product handles stock value. This action turns off the stock management for the product. When I manually turn it on again on the product administration page, the stock value is same as before the change.
Two things are happening that shouldn’t:
1. Stock management for the product is being turned off.
2. Stock value is not being updated.Forum: Plugins
In reply to: [Cloudflare] Can’t login with my email and API numberNo. It’s not the case. I’m running another testing instance on the same server, and the plugin works fine there. So I thought it’s a matter of plugins.
I’ve disabled all of the plugins on a product instance. It didn’t help.
I did the same operation on a testing instance. The Cloudflare plugin works fine there.The only difference that I have between testing and production instance is the protocol (HTTP vs. HTTPS) that was configured. But when I disabled the https on a production, still I wasn’t able to authorize with the Cloudflare form.
So I tried to play with directly accessing admin-ajax.php file with the action=cloudflare_proxy parameter. For testing instance, I get 0 value displayed in the browser. For the production instance, I have a null value.
So I did the same test with admin-ajax.php file and action parameter on the production instance only.
When HTTPS is configured in WordPress, I get:
null for accessing the file via HTTPS
0 for accessing the file via HTTPWhen HTTP is NOT configured in WordPress, I get:
0 for accessing the file via HTTPS
null for accessing the file via HTTPSo it looks like the problem is either on the production instance or there is not covered edge case in the Cloudflare plugin that is the root of the problem. I don’t know when the admin-ajax.php file can return null. Maybe that’s a good trace to follow.
But that’s it. This is everything that I can do on my side.
- This reply was modified 9 years, 7 months ago by xysiu.
Forum: Plugins
In reply to: [Cloudflare] Can’t login with my email and API number1231339 – thanks
Forum: Plugins
In reply to: [Cloudflare] Can’t login with my email and API numberGuys, can you please answer for the ticket that you’ve asked me to create? For one week there’s nothing but silence :/
BTW. in 3.0.6 the problem still persists.
- This reply was modified 9 years, 7 months ago by xysiu.
Forum: Plugins
In reply to: [Cloudflare] Can’t login with my email and API numberDone. I’ve opened a support ticket.
Forum: Plugins
In reply to: [Cloudflare] Can’t login with my email and API numberOK. Somehow I was able to install composer on my virtual hosting. But when I’m trying to do composer update in the plugin folder, I get Fatal Error Unable to create lock file: Bad file descriptor (9).
I’m so close to resigning from this plugin 🙁
Forum: Plugins
In reply to: [Cloudflare] Can’t login with my email and API numberAfter upgrading to 3.0.5 the problem still exists. I can’t log in with API credentials. Same error in the browser console :”(
How can I fix this?
- This reply was modified 9 years, 8 months ago by xysiu.
Forum: Plugins
In reply to: [Cloudflare] No settings page in 3.0.4Confirmed – 3.0.5 brings back the login page.
Forum: Plugins
In reply to: [Cloudflare] No settings page in 3.0.4Thanks for the notice! 🙂
Forum: Plugins
In reply to: [Cloudflare] Can’t login with my email and API numberYeah, but now I can’t find the CloudFlare settings page (after upgrading to 3.0.4) in the WordPress menu – it’s gone 🙁 So no ability to log in :””///
- This reply was modified 9 years, 8 months ago by xysiu.
Forum: Plugins
In reply to: [Cloudflare] Can’t login with my email and API numberI’m using virtual hosting, not dedicated server, so I’m not able to install any additional libraries and packages :/
So what’s the problem with this login screen? Is it PHP incompatibility? Or the plugin has a bug?
Forum: Plugins
In reply to: [Cloudflare] Can’t login with my email and API numberNo, the log is clean.
Forum: Plugins
In reply to: [Cloudflare] Can’t login with my email and API numberThis issue occurs in both versions: 3.0.2 and 3.0.3. I didn’t check the older versions, though.
Maybe this chrome console log will be helpful:
client.js:960 POST https://[MY_DOMAIN]/wp-admin/admin-ajax.php?action=cloudflare_proxy 403 ()
Request.end @ client.js:960
request @ http.js:95
post @ http.js:139
pluginAccountPost @ PluginAPI.js:29
(anonymous function) @ user.js:62
(anonymous function) @ index.js:9
handleLoginSubmit @ ClientLoginPage.js:37
onClick @ ClientLoginPage.js:70
ReactErrorUtils.invokeGuardedCallback @ ReactErrorUtils.js:71
executeDispatch @ EventPluginUtils.js:79
executeDispatchesInOrder @ EventPluginUtils.js:102
executeDispatchesAndRelease @ EventPluginHub.js:43
executeDispatchesAndReleaseTopLevel @ EventPluginHub.js:54
forEachAccumulated @ forEachAccumulated.js:23
processEventQueue @ EventPluginHub.js:259
runEventQueueInBatch @ ReactEventEmitterMixin.js:18
handleTopLevel @ ReactEventEmitterMixin.js:34
handleTopLevelWithoutPath @ ReactEventListener.js:93
handleTopLevelImpl @ ReactEventListener.js:73
perform @ Transaction.js:136
batchedUpdates @ ReactDefaultBatchingStrategy.js:62
batchedUpdates @ ReactUpdates.js:94
dispatchEvent @ ReactEventListener.js:204Uncaught TypeError: Cannot read property ‘body’ of undefined
v4ResponseOk @ CFClientV4API.js:13
pluginResponseOk @ PluginAPI.js:19
(anonymous function) @ user.js:63
(anonymous function) @ http.js:107
Request.callback @ client.js:804
(anonymous function) @ client.js:527
Emitter.emit @ index.js:133
xhr.onreadystatechange @ client.js:886The result: I can’t authorize the CloudFlare inside WordPress so the plugin is useless for me 🙁
- This reply was modified 9 years, 8 months ago by xysiu.
Forum: Plugins
In reply to: [Cloudflare] Can’t login with my email and API numberYes. Reinstallation of the plugin didn’t help. Downgrading to 3.0.2 also.
Forum: Plugins
In reply to: [Cloudflare] Can’t login with my email and API numberAdditional info
When pasting in a browser the https://[MY_DOMAIN]/wp-admin/admin-ajax.php?action=cloudflare_proxy i get a different autcome when compare it with http://[MY_DOMAIN]/wp-admin/admin-ajax.php?action=cloudflare_proxy
My entire page is using HTTPS protocol. Maybe it has something in common with the fact, that I’ve just moved DNS to Cloud Flare, and it hasn’t been 24hours? There’s information on your page that ‘SSL certificate issuance may take up to 24 hours.’