Doug
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Warning: array_keys() expects parameter 1 to be arrayIf i create a new site the new site also comes with the error.
I think i’ll let it be i won’t reinstall everything because of this, it doesn’t seem to have any effect on the sites.Forum: Fixing WordPress
In reply to: Warning: array_keys() expects parameter 1 to be arrayHey, there’s a huge block of text inside of it, i recognized words from old plugins i don’t have anymore, so probably it’s trash a plugin left behind after removing it.
If i create a new site on the network is it safe to copy the content of the value to all the other sites? Are they supposed to be the same for all sites? Wouldn’t it mess up something? Hehe i’m scared 😛
Thanks for the help btw!
Forum: Fixing WordPress
In reply to: Warning: array_keys() expects parameter 1 to be arrayHi.
I have 4 sites on this multisite.
wp_
wp_2
wp_3
wp_62,3,6 have it named correctly:
wp_2_user_roles
wp_3_user_roles
wp_6_user_roles
The main site doesn’t have that row.The error shows on all 4 sites. Weird.
Forum: Fixing WordPress
In reply to: Warning: array_keys() expects parameter 1 to be arrayi went to look, i don’t even have any table with the words user_roles on it.
:SForum: Plugins
In reply to: [TinyMCE Templates] no linebreaks on templates after updateI’ve updated to 4.2.1 when i click the new insert template button, nothing happens. It’s a multisite, network activated maybe that’s the problem?
This is for phpbb not bbpress plus it’s abandoned.
Forum: Plugins
In reply to: [Search & Replace] Replacing absolute urls with relativeit’s not a good idea from a SEO point of view to use relative urls, you can do it and it will work, but it’s better to replace the old domain with the new domain.
It is also not a good idea to have 2 sites with the same content, one of the 2 will not rank on Google, you should just drop the old one amd 301 redirect the articles to the new site.
Of course having dates will cause a problem, the urls will 404 since there’s no dates on the site. If you don’t have many articles you can edit them manually, but if you have thousands of articles i would do something like..
search for /2009/ and replace with /
repeat process for all years.
search for /01/ and replace with nothing
repeat process for all 12 months
search foe /13/ and replace with nothing
repeat the process up to 31.After that you should end up with links to your new domain with no dates. It will take some time but better than editing 3000 posts manually.
Forum: Plugins
In reply to: [Search & Replace] Add Wildcards support?Ok thanks!
Forum: Networking WordPress
In reply to: Hotlink protection not working on multisiteAs soon as i clear cloudflare cache and browser cache it works but when i test again later it stops working, i think it has something to do with cloudflare or the site cache.
Forum: Networking WordPress
In reply to: Hotlink protection not working on multisiteThis is weird they are still pulling this off somehow, the protection isn’t working : /
Forum: Networking WordPress
In reply to: Hotlink protection not working on multisiteHmm it’s a source of traffic i’ll leave it alone but the dudes stealing images are not so they get block 🙂
Thanks!
Forum: Networking WordPress
In reply to: Hotlink protection not working on multisitewoops! couldflare playing tricks on me?
i cleared everything and now seems to work fine…finally!
Thanks!Since we are here, do you think i need to add more exceptions like google? or it’s not needed? i tried fetch as google with render and it can fetch the images just fine. So i guess as it is is fine?
Forum: Fixing WordPress
In reply to: Warning: array_keys() expects parameter 1 to be arrayDid you solve it?
I never used backupbuddy but still have the error somehow.Forum: Plugins
In reply to: [Rel Nofollow Checkbox] Works but with errorsIt also changes the default behavior of the window which is to display the latest posts to link to them.
Forum: Fixing WordPress
In reply to: How to hide tags in posts@alchymyth, Is it possible to make a small function to hide certain tags by ID?