Bonjour,
Je veux installer Backwp sur mon site et j’ai l’erreur suivante :
Fatal error: Cannot redeclare pclziputilpathreduction() (previously declared in /home/somweb/www/wordpress/wp-admin/includes/class-pclzip.php:5394) in /home/somweb/www/wordpress/wp-content/plugins/backwp/includes/pclzip.lib.php on line 5487
Ce que je ne comprend pas, c’est que j’ai installé l’extension sur d’autres sites sans soucis …
Merci
Spi
The admin-side file style.css is included on all pages, including non-BackWP pages, so if you go to Settings > General, for example, the radio buttons and checkboxes will stretch way out. (At least in the latest WP version.)
If you (the developer) put everything under a class like .backwp, or similar, that should fix it.
If this is bothering you (not the developer), simply make .form-table td input
into .form-table td input[type='text']
. (Or nix the rule altogether.) If you are using a modern browser for admin (and you should be) this should do the trick.