wphr24
Forum Replies Created
-
Forum: Plugins
In reply to: [AI Puffer – Chat. Create. Automate. (formerly AI Power)] API key not storedThanks for your help on the other channel.
Forum: Plugins
In reply to: [AI Puffer – Chat. Create. Automate. (formerly AI Power)] API key not storedThat was the first i did.
Console: No errors. No warnings.
Network:
admin-ajax.php 200 xhr load-scripts.php?c=0&load%5Bchunk_0%5D=jquery-core,jquery-migrate,utils,wp-dom-ready,wp-hooks&ver=6.8.1:2 617 B 275 MS
stack trace:
send @ https://interim24.expert/wp-admin/load-scripts.php?c=0&load%5Bchunk_0%5D=jquery-core,jquery-migrate,utils,wp-dom-ready,wp-hooks&ver=6.8.1:2
ajax @ https://interim24.expert/wp-admin/load-scripts.php?c=0&load%5Bchunk_0%5D=jquery-core,jquery-migrate,utils,wp-dom-ready,wp-hooks&ver=6.8.1:2
(anonymous) @ https://interim24.expert/wp-admin/load-scripts.php?c=0&load%5Bchunk_0%5D=jquery-core,jquery-migrate,utils,wp-dom-ready,wp-hooks&ver=6.8.1:5
(anonymous) @ https://interim24.expert/wp-admin/load-scripts.php?c=0&load%5Bchunk_0%5D=jquery-core,jquery-migrate,utils,wp-dom-ready,wp-hooks&ver=6.8.1:5
(anonymous) @ https://interim24.expert/wp-admin/load-scripts.php?c=0&load%5Bchunk_0%5D=jquery-core,jquery-migrate,utils,wp-dom-ready,wp-hooks&ver=6.8.1:2
saveApiKey @ https://interim24.expert/wp-content/plugins/gpt3-ai-content-generator/admin/js/wp-ai-content-generator-admin.js?ver=1.9.18:100
(anonymous) @ https://interim24.expert/wp-content/plugins/gpt3-ai-content-generator/admin/js/wp-ai-content-generator-admin.js?ver=1.9.18:134
dispatch @ https://interim24.expert/wp-admin/load-scripts.php?c=0&load%5Bchunk_0%5D=jquery-core,jquery-migrate,utils,wp-dom-ready,wp-hooks&ver=6.8.1:2
(anonymous) @ https://interim24.expert/wp-admin/load-scripts.php?c=0&load%5Bchunk_0%5D=jquery-core,jquery-migrate,utils,wp-dom-ready,wp-hooks&ver=6.8.1:2Forum: Plugins
In reply to: [AI Puffer – Chat. Create. Automate. (formerly AI Power)] API key not storedI tell you how it works here – don’t blame your (potential) customer if there’s a bug in your plugin.
Here you can see it:
https://interim24.expert/Screenshot_2025-05-07_214617.png
https://interim24.expert/Screenshot_2025-05-07_214742.png
As you can see the table is there. The field has the given dummy value but putting in the real key generates the error and the dummy is still there.
- This reply was modified 1 year ago by wphr24.
Forum: Plugins
In reply to: [AI Puffer – Chat. Create. Automate. (formerly AI Power)] API key not storedAfter all the steps including new installation the values are stored in wp_options again. The fields with option_name wpaicg_% where regenerated.
I mean: When I go to the AI Power Dashboard in WordPress and change values, e.g. Engine from OpenAI to Google, I can see the change in wp_options -> wpaicg_provider changing ist option_value from OpenAI to Google.
When I put in the API key the same failure rises.
AI Power doesn’t access the new table. It ignores it. It accesses wp_options. It creates fields in wp_options. It creates fields and stores values in wp_options after reinstall.
Forum: Plugins
In reply to: [AI Puffer – Chat. Create. Automate. (formerly AI Power)] API key not storedIt’s a new WordPress 6.8.1 single site installation only to test AI Power. There was no other plugin installed before.
When I’m changing other settings, they are stored in wp_options and read next time as well. I can see the changes in the database and the dashboard.
I created the new table and filled it with the given values. Changing settings changed values in the options table – not in the new one.
I deleted all %aicg% option_name entries and the new table. Then I deactivated and uninstalled the plugin. After a new installation, there wasn’t the new table but the entries in wp_options were generated … without api_key.
Any idea? I hope we can figure it out.
Forum: Plugins
In reply to: [AI Puffer – Chat. Create. Automate. (formerly AI Power)] API key not storedThanks for your response.
- deactivate / activate doesn’t fix the issue
- there is no table named wp_wpaicg
- in table wp_options are entries with option_name wpaicg_* and _wpaicg_*
- I found wpaicg_provider (e.g. OpenAI) and wpaicg_ai_model (e.g. gpt-4o-mini)
- Can’t find an entry named wpaicg_api_key or so
If you can tell me the correkt option_name I’ll put it in.
Forum: Plugins
In reply to: [AI Puffer – Chat. Create. Automate. (formerly AI Power)] API key not stored- Deactivate and activate doesn’t change it
- there is no table wp_wpaicg
- there are entries in wp_options like wpaicg_provider, wpaicg_ai_model but nothing for the API key. Here are some examples (there are 49 in total):
If you tell me the option_name I’ll put it in manually.
Thanks in advance.
Hi,
thanks for your answer.One possible use-case is when one site hosts photos for the other. A second when all sites are from the same owner to split topics (brands) and needed plugins … like it is on our multisite. We use it to split LMS, webinar hosting, … which all are heavy plugins but doesn’t have to be loaded on all sites. Multisite concept can be used different but it’s allways the same installation and the same domain.
The implementation is simple and can be done by at least three ways:
1. There is a plugin to share media over multisite (we don’t use that)
2. Use an absolute link like<img src="https://domain.tld/..." />
3. Use a short form of 2.<img src="/wp-content/upload/..." />My thought was that a solution like MFR only has to dig into all databases ob subsites (maybe with a dialog to select them) like as on the mainsite because the src-tags are same. All different src-tags will be ignored. Maybe I think to simple but: keep it simple! 😎
What do you think about this approach?
- This reply was modified 4 years, 7 months ago by wphr24.
Why is it marked as RESOLVED? There is no solution yet. The task is still open … another fake, like the Chat status?
- This reply was modified 4 years, 7 months ago by wphr24.
Thanks. It’s more about wasting time again because someone claims to be available in chat and then is not. That costs at least 15 minutes every time. In this case, it was the end of a scheduled test. So, this has to be set up and started again. Effort: 1 hour because of false promises.
Forum: Plugins
In reply to: [WP Visitor Statistics (Real Time Traffic)] Network / MultisiteThat may be an issue. In general, I think it’s the question if multisite is recognized in source. This message appears at super admin, so it can’t be capabilities itself. 😉
Maybe it’s simply the wrong user table … don’t know, but here’s a good article about basics:
https://wisdmlabs.com/blog/build-multisite-compatible-wordpress-plugin/Forum: Plugins
In reply to: [WP Visitor Statistics (Real Time Traffic)] IP Exclusion🙂
Forum: Plugins
In reply to: [WP Visitor Statistics (Real Time Traffic)] Language SettingsHello, site and WordPress is set to German and browser accepts German but it shows English.
Forum: Plugins
In reply to: [WP Visitor Statistics (Real Time Traffic)] IP ExclusionHello,
so, the answer is: NO … or not yet. 😉Looking forward to that …
Forum: Plugins
In reply to: [Visitor Traffic Real Time Statistics] Timezone not recognized in dashboardHello @osamaesh
please tell me an email address to send a screenshot.
Horst