cubanology
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Username and password were changed and blank screenSorry, had to rewrite. Ok, today I tried to log in and I couldn’t I haven’t used the Blog for about two weeks. I tried everything and nothing worked, could not log in. I then followed the instructions and was able to change/edit my username and password through phpMyAdmin. This worked and I was able to get into the Blog.
I cannot get into my admin.php (Blank Screen)and I tried all different ways. I would like to know if anyone has gone through this before. AND remember this, I never changed my username and password in the first place. Somehow it had been changed.
Forum: Themes and Templates
In reply to: Changing my body background imageOk, thank you!
Forum: Themes and Templates
In reply to: Changing my body background imageOk, thanks anyway. No Child Theme support here, I see.
Forum: Themes and Templates
In reply to: Changing my body background imageOh I see but this is a basic Child theme question and they refer to the WordPress Code API/Function/Action/Filters link, that’s it. The Child theme is like any other. This is a basic Child theme question and like I mentioned initially, there are no tutorials and examples of working with Child themes, just how to create one. Please take this into consideration.
Forum: Themes and Templates
In reply to: Changing my body background imageYes my friend, I’m using Platform Pro. The background image is there and works but what I need to change is the “Body” background from black to the background image. Another words, have the “whole” Blog use the background image. Here: https://websitetest.bloggersweekly.com/
Forum: Networking WordPress
In reply to: Cannot reinstall MultisitesResolved!!
Forum: Networking WordPress
In reply to: Cannot reinstall MultisitesHello?
Forum: Networking WordPress
In reply to: Cannot reinstall Multisitesyes, nothing.
Forum: Networking WordPress
In reply to: Cannot reinstall Multisitesyes and added: define(‘WP_ALLOW_MULTISITE’, true);
Forum: Networking WordPress
In reply to: Cannot reinstall MultisitesYes, exactly. Do you want me to remove the cache, just in case?
Forum: Networking WordPress
In reply to: Cannot reinstall MultisitesHey my friend, how you doing? Happy new Year! Well, first of all, the last thing we did, where we did this:
I think… try removign this stuff as welldefine( ‘MULTISITE’, true );
define( ‘SUBDOMAIN_INSTALL’, false );
$base = ‘/’;
define( ‘DOMAIN_CURRENT_SITE’, ‘localhost’ );
define( ‘PATH_CURRENT_SITE’, ‘/’ );
define( ‘SITE_ID_CURRENT_SITE’, 1 );
define( ‘BLOG_ID_CURRENT_SITE’, 1 );And put this in instead
define(‘WP_ALLOW_MULTISITE’, false);Instead of removing it, we’ll just say ‘No! Go away!’
That fixed the problem. Since then I removed: define(‘WP_ALLOW_MULTISITE’, false);
And the site is back to normal, “A Single Site”
But of course, I now decided to try multisites again, so I started the process all over. So I placed: define(‘WP_ALLOW_MULTISITE’, true); back on the config.php but the “Super admin” doesn’t show up at all.
Thanks, Jose
Forum: Networking WordPress
In reply to: Removing Multisites and repairing database, cannot login nowThanks again, I do have another issue. So I will probably see you later. Thanks Again! Jose
Forum: Networking WordPress
In reply to: Removing Multisites and repairing database, cannot login nowThank You, its back but I do not have any MU Plugin folder at all. I was sharing the Original Plugins with the new site.
Forum: Networking WordPress
In reply to: Removing Multisites and repairing database, cannot login nowIt was a subdirectory multisite install and the my Main blog was listed as the “Site 1” The site I added was “Site 2” so you both know.
Forum: Networking WordPress
In reply to: Removing Multisites and repairing database, cannot login nowWrong!!! I do see that, I’m sorry, here you have it:
define( ‘SUBDOMAIN_INSTALL’, false );
$base = ‘/home/’;
define( ‘DOMAIN_CURRENT_SITE’, ‘cubanology.com’ );
define( ‘PATH_CURRENT_SITE’, ‘/home/’ );
define( ‘SITE_ID_CURRENT_SITE’, 1 );
define( ‘BLOG_ID_CURRENT_SITE’, 1 );/* That’s all, stop editing! Happy blogging. */
/** Absolute path to the WordPress directory. */
if ( !defined(‘ABSPATH’) )
define(‘ABSPATH’, dirname(__FILE__) . ‘/’);/** Sets up WordPress vars and included files. */
require_once(ABSPATH . ‘wp-settings.php’);
define(‘WP_ALLOW_MULTISITE’, true);