linkfr
Forum Replies Created
-
(I’m talking about the host’s interface, which screenshot i sent you).
… I just found somewhere else in panel that 2499 MB out of 2500 are being used. So i guess you are right, there’s no more space free.
How could i increase space available? Deactivating or deleting the plugin will delete the copies it made?
Ok, i’m not sure i understood.
Panel shows 2500 MB available but host space is supposed to be 10 GB –and i guess my blogs are not 7 gigas big at all…
Upload space for each blog is network set to 1000 MB
Do you have any suggestions on what i should do to get the Updraft Plus working right?
That’s right, i have zip folders but as i said, whenever i open them they contain barely nothing.
plugins.zip shows only 8 plugins out of 252 that my network contains –out of which 22 are network activated and many others individually blog activated.
themes.zip shows only 7 themes out of several tens contained in the network.
uploads.zip (where i’d expect to find blogs’ posts) says “Impossible to unzip” when i try it.
For full info, google drive still shows today only 3 incomplete folders: plugins (8 out of +200 in network), themes (7 out of dozens), and uploads (impossible to open).
I guess i’ve done something wrong? Because i’m getting this message for the first two blogs having sent me the “Backed up” email (“apparently unsuccessful”):
Have not yet obtained an access token from Google – you need to authorise or re-authorise your connection to Google Drive.
Furthermore, i’m getting this from “Download backups and logs: 1 available”:
– db: download failed
– plugins: download to your computer seems to download nothing
– themes: download failed
– uploads: same as plugins
– others: download failedAnd Drive still shows only 3 zip files: plugins, themes and uploads.
Hope you can show me the way to get it right, i’m sure it’s my fault if i can’t set it right.
Ooooh, thanks David, both for the plugin and your fast reply (you are right, there was confusion!).
So that means whenever i click on backup botton in a blog’s admin it’ll backup the network? Is there a risk of conflict if i set different google drive client secrets for each blog?
I’m also afraid the only files available so far in google drive (plugins, themes and uploads.zip; nothing yet for posts) are incomplete, should i just wait?
Download backups and logs shows now 0 available.
Forum: Plugins
In reply to: [Collapsing Categories] Collapsing categories don't expand anymoreSolved. It is advanced lazy load plugin that doesn’t allow categories to collapse.
Forum: Plugins
In reply to: [Promotion Slider] Gap unfilled by the slide along the top edge of the sliderGot it…!
Automatically add paragraphs box in widget must just be unchecked.
Forum: Plugins
In reply to: [W3 Total Cache] Error 404 – Not found after w3 total cache uninstallSorry, solved, this line was missing at the end of my .htaccess
RewriteRule . index.php [L]Forum: Fixing WordPress
In reply to: What are the lines added by w3 total cache to .htaccessGot it people, no need to reply to this post.
Lines added to .htaccess by w3 total cache are:
RewriteRule . index.php [L]# BEGIN W3TC Browser Cache <IfModule mod_deflate.c> <IfModule mod_headers.c> Header append Vary User-Agent env=!dont-vary </IfModule> AddOutputFilterByType DEFLATE text/css text/x-component application/x-javascript application/javascript text/javascript text/x-js text/html text/richtext image/svg+xml text/plain text/xsd text/xsl text/xml image/x-icon application/json <IfModule mod_mime.c> # DEFLATE by extension AddOutputFilter DEFLATE js css htm html xml </IfModule> </IfModule> # END W3TC Browser CacheTo uninstall the plugin after internal server error, i removed such lines as well as the plugin folder + files and folder indicated in the first reply given here + object-cache.php
Forum: Fixing WordPress
In reply to: Will a blog be faster if media displayed is stocked in another blog?Thanks Seacoast, I just started to work on my blogs’ speed last week as a first seo step.
But i didnt really know about CDN — i’ll now find myself one, thanx again!
Forum: Fixing WordPress
In reply to: Noindex parent and child pagesThanks Adamstar1!
Forum: Fixing WordPress
In reply to: Exclude categories from widget drop-down menuHi, i’d like to do the same (exclude a category from the default dropdown category widget).
As far as i see, i gotta modify sidebar.php
But what excactly should i add (code)? And where?
And if i modify that file then all blogs in network will be modified?
Forum: Fixing WordPress
In reply to: Double Continue Reading link on excerptsThanks Krishna, i got it right. You are right. Problem is i couldnt find the guilty plugin.
I clicked thrice at a time on the trackpad to get the source code of the page showing double links and looked for “Continue reading” link number 2 with apple F.
In such a way i could find the guilty plugin and modify its settings.
Thanks!