Coin-coin le Canapin
Forum Replies Created
-
Hi!
I used again your plugin to change a prefix, but I still can’t deactivate your plugin:Fatal error: Uncaught Error: call_user_func_array(): Argument #1 ($callback) must be a valid callback, class brozzme_db_prefix does not have a method "deactivate"
I use WP 5.9.1
PHP 8 or 8.1.- This reply was modified 3 years ago by Coin-coin le Canapin.
- This reply was modified 3 years ago by Coin-coin le Canapin.
A question for the plugin’s author: do you intend to enable compatibility with prefixless WordPress installations? Or maybe require having an existing prefix that is not an empty string?
Thanks. Glad to see issues are fixed since this is a useful plugin.
Forum: Plugins
In reply to: [Brozzme DB Prefix & Tools Addons] Fatal Error PHP 8.0This is easily fixable.
Go to
plugins/brozzme-db-prefix-change/includes/brozzmeDbPSettings.php
Line 211
Replace:
$key .= $inputs{mt_rand(0,37)};
By;
$key .= $inputs[mt_rand(0,37)];
Forum: Plugins
In reply to: [DK PDF - WordPress PDF Generator] i see title in all pages@lantz2 That can happen if your website is not public. Like protected with a htaccess or something like this. I think this plugin makes API calls to an external service so that’s why.
I had the same problem on a private website and the image appears when I remove the protected access in my htaccess file.@domabri I have the same issue I’d like the title to be present only on the first page. Did you figure out how to fix this?
- This reply was modified 6 years, 1 month ago by Coin-coin le Canapin.
Forum: Plugins
In reply to: [qTranslate X Cleanup and WPML Import] Cleaning qtranslate tag twice ?I’ve figured it out.
_qt_importer_clean_has_run field in options table.- This reply was modified 7 years, 11 months ago by Coin-coin le Canapin.
Hi, thank you for your kindness but I’ve changed my page display and it won’t show the comments at all on it, so I the issue is kind of resolved.
Hi, I’m aware of the CSS solution but it is an ugly one. I’ll go for it if no other solution is found.
Do you think it is possible to fix this issue server-side via some PHP filter or something like that?
Thank you.
Hi, thank you for your quick reply!
The social sharing is enabled only on “posts”, not on forums, topics or replies.
My guess is that these forum messages (or other parts) are displayed as “posts” on this page, not as forum messages.
Here’s the page and the corresponding forum messages (but that shouldn’t matter here).
The server can be down so you need to try opening the links again after some time.
- This reply was modified 8 years ago by Coin-coin le Canapin.
- This reply was modified 8 years ago by Coin-coin le Canapin.
Forum: Networking WordPress
In reply to: Move subdomain sites to sub-foldersI don’t want to have both subdomains and subdirectories, maybe I explained badly.
I want to have site.com/a and site.com/b instead of a.site.com and b.site.com ??
Here’s one of the subdomain sites: https://es.studentsmobility.com/
I need to “remove” this url and add studentsmobility.com/spain as the only url for this site.
Forum: Networking WordPress
In reply to: Move subdomain sites to sub-foldersHi,
What do you mean by “not possible”? I thought it would be possible by modifiying some stuff like config files, htaccess or directly database.Forum: Plugins
In reply to: [Yada Wiki] How do I make user edit only wiki posts?Hi again. The permissions are granted, but the profiles can’t create/edit wiki posts :
Here’s my regular user dashboard: https://snag.gy/MzYLpD.jpg
Here’s on a test wiki article created by the administrator: https://i.snag.gy/NpqrGo.jpg
Here’s the user type: https://i.snag.gy/YpCid7.jpg
Here are the permissions: https://snag.gy/8DWXSq.jpgAny idea?
Forum: Plugins
In reply to: [Yada Wiki] How do I make user edit only wiki posts?I think I just missed it. Thank you very much. ??