Pradino
Forum Replies Created
-
Forum: Networking WordPress
In reply to: Upgrade Multisite websiteThank You. I forgot to mark as resolved!!!
Same way you upgrade any WP site 🙂
Forum: Networking WordPress
In reply to: Network admin GONE!!Yes;
define(‘WP_ALLOW_MULTISITE’, true);
define(‘MULTISITE’, true);
define(‘SUBDOMAIN_INSTALL’, false);
define(‘DOMAIN_CURRENT_SITE’, ‘life-church.co.za’);
define(‘PATH_CURRENT_SITE’, ‘/’);
define(‘SITE_ID_CURRENT_SITE’, 1);
define(‘BLOG_ID_CURRENT_SITE’, 1);BUT then I got this:
Error establishing a database connection
Forum: Networking WordPress
In reply to: Network admin GONE!!When I set define(‘MULTISITE’, true); I get the Error establishing a database connection.
Forum: Networking WordPress
In reply to: Network admin GONE!!I went through all the tables in my database starting by wp_site where I changed from the temp to the normal url. I then went back to my wp-config file and changing define(‘MULTISITE’) from false to true brings back the error to establish connection… I do not know where else to look or do 🙁
Forum: Networking WordPress
In reply to: Network admin GONE!!Thank you @pali, I’m busy looking into the different tables hoping to get it right.
P.S: I also asked the US government if with their PRISM programme, they would have an idea of what happened 🙂
Forum: Networking WordPress
In reply to: Network admin GONE!!The reason I have define define(‘MULTISITE’, false); is because define(‘MULTISITE’, true); gives me the following error message:
Error establishing a database connectionI’m having the exact problem. After I try to upload a youtube video I’m redirected to a blank page and no video added to the gallery.
Forum: Networking WordPress
In reply to: themes uploaded to /theme do not showThank you so much Ipstenu, it worked.
Forum: Networking WordPress
In reply to: Multisite folderHi, thanx again, it worked perfectly!
Forum: Networking WordPress
In reply to: Multisite folderI’m actually ‘very’ new to WordPress. Just decided to use it for a new project. Thank you for your help, I’ll go try it right away and come back with feedback.
Thank You.