olivier83
Forum Replies Created
-
Forum: Plugins
In reply to: [Meta Box] 5.4.2 unexpected errorHello,
With the previous version, my website was working.
Since this new version 5.4.3, my website crashed. I’m not able to access the admin dashboard. I have the last version of PHP.
Where can I download the previous version of MB?Thank you very much. I didn’t know this plugin. It’s a precious tool.
By the way, it confirms that there is an issue with version 2.3.0 because with the previous version, everything is fine.Forum: Plugins
In reply to: [PWA for WP & AMP] Compatibility with Webpushr PluginHello,
Since the bersion 1.7.25 Webpushr works very well with PWAforWP. There is no incompatibility anymore.Forum: Plugins
In reply to: [PWA for WP & AMP] One Signal IntegrationFor the ones who are interested:
– Deactivate the PWA plugin related to the push notification.
– Activate the one signal compatibility
– Download and activate the plugin onesignal
– Clear your caches
And it works.- This reply was modified 4 years, 1 month ago by olivier83.
Forum: Plugins
In reply to: [PWA for WP & AMP] One Signal IntegrationHello,
You don’t answer the question.
Do we need to activate Pushnotification in your plugin to get onesignal work with your app?
Or do we just need onesignal activated and compatibility with PWA activated, without pushnotification?Thank you.
Forum: Fixing WordPress
In reply to: Big issue with my databaseNo!
I’m idiot ??
I checked everything and I missed one plugin!
The plugin wpreset pro.
I didn’t understand how it was working.
In fact, each time, you make a change on your website, the plugin takes a “snapshot” of the database by copying each line of the database.
It’s a development plugin to check what’s wrong with a plugin or a theme.
And I let work wpreset all the time… So each time, I updated a plugin, it took a snapshot.
It’s like that my 50 Mb database became 12 gb with thousands of line…Thank you for your help because now I know how the suffix work in the database!
Best,
Olivier.Forum: Fixing WordPress
In reply to: Big issue with my databaseHello,
I was able to make a backup of my website.So, I created a clone on which I restored my website. The website works well and the database is small.
So I decided to erase my main website and create a fresh install.
Then I restored on it backup. The website was working well and the database was small as exceptec (30 lines / 5 mb).
One hour after, 200 lines have been created in my database, stil with the 5 characters as prefix. And now the databse is about 250 mb.
On my clone site, everything is normal.I don’t understand what is happening.
Forum: Fixing WordPress
In reply to: Big issue with my databaseIn fact, you’re right, there are many lines which seem not belong to the database of my website:
https://prnt.sc/uaylb5
The prefix is creativinnMy issue is the following:
– in the other lines, the name of my domain is present and inside the line I can find elements related to my website
– Can I safely delete all the lines which have not creativinn as prefix?Forum: Fixing WordPress
In reply to: Big issue with my databaseNo, I don’t run a multi site installation. And my host is not very helpful. They consider that it’s a webmaster duty and not a host douty. So they encourage me to check with my webmaster… but I”m my own webmaster.
Forum: Fixing WordPress
In reply to: Big issue with my databaseThank you for your anwer:
I have this parameter:
/**
* WordPress Database Table prefix.
* You can have multiple installations in one database if you give each a unique
* prefix. Only numbers, letters, and underscores please!
*/
$table_prefix = ‘creativinn’;Indeed, there are other websites on my host. They are separated in “worlds” like virtual independant hosts.
I have some other website with subdomains on this worls, but they have their own independant database.WHich is very strange is that these prefix are structured like that:
xxxxx_creativinn
yyyyy_creativinnAnd what is very strange is that there are several lines which almost identical, like backup: https://prnt.sc/uavp2z
Forum: Plugins
In reply to: [Pods - Custom Content Types and Fields] Thumbmails in the screen optionsThank you very much Joy for your quick answer!!
Is there a way to do it simply without plugin?
(In fact, I try to eliminate all the plugins I have. It’s why I use Hello theme + elementor pro + pods), in order to only create what I need.I saw these codes in one plugin:
Get gallery list
*/
$args = array(
‘numberposts’ => -1,
‘post_type’ => array(‘galleries’),
);$galleries_arr = get_posts($args);
$galleries_select = array();
$galleries_select[‘(Display Post Featured Image)’] = ”;
$galleries_select[‘(Hide Post Featured Image)’] = -1;foreach($galleries_arr as $gallery)
{
$galleries_select[$gallery->post_title] = $gallery->ID;
}/*
Maybe I could create similar codes in a snippet?
Best,
OlivierYes, it’s related to this error.
Sorry, it’s when Pagespeed is connected that I get the error.
When pagespeed is disconnected, I don’t get the error “cannot read….”For your information, I’m on chrome.
When optimize is disconnected, I dont’t have the issue anymore.Hello,
I have the same issue with my website.
Have you found a fix?Forum: Plugins
In reply to: [AWS for WordPress] Some feedbackHello,
I fully with agree with proposition 2.
I love your plugin but adding some diversity would be great.
For example, on my blog I publish some interviews and I would like to have 2 voices (one for the questions and one for the answer).Cheers,
Olivier