maxianna
Forum Replies Created
-
Yeah, the issue resolved itself without any intervention on my part. Thank you!
Forum: Themes and Templates
In reply to: [Hatch] The single posts title doesn’t showForum: Fixing WordPress
In reply to: PHP parse error, unexpected T_FUNCTIONThanks for your answer.
Unfortunately, after re-uploading the file, the error is still there.
Is it something I could change in that file or in wp-config? Or it might be the PHP version used by the webhost (5.2.)?
Forum: Fixing WordPress
In reply to: Change the site' adress when I can't acces my wp-adminThank you very much. This worked well. I simply forgot there was this option too.
Forum: Fixing WordPress
In reply to: can't access dashboard, database error, wp-config correctReally thanks for your help. I did it and it works perfectly!
Thanks for the answer. I guess the plugin was not compatible with my server, so I did a manual transfer instead. I’ll keep that in mind though for future projects.
Forum: Fixing WordPress
In reply to: can't access dashboard, database error, wp-config correctThat’s the style css:
/*
Theme Name: Hatch Child
Description: Hatch Child Theme
Template: hatch
*/@import url(“../hatch/style.css”);
I made a separate functions.php file for the child and I put it in the same directory with style.css:
<?php
add_action( ‘wp_enqueue_scripts’, ‘theme_enqueue_styles’ );
function theme_enqueue_styles() {
wp_enqueue_style( ‘parent-style’, get_template_directory_uri() . ‘/style.css’ );}
?>What should I do instead?
Forum: Fixing WordPress
In reply to: can't access dashboard, database error, wp-config correctActually, the Hatch-child contains only 2 files : functions.php and style.css, where the child is set up. It works well in localhost. What solutions would you propose to make it work online?
Forum: Fixing WordPress
In reply to: can't access dashboard, database error, wp-config correctThe url problem got solved (I changed it manually in the db).
And I realized that my site didn’t show because of the theme I use: Hatch-child. When I activated the parent, it worked well. The child works only in local.
How could I make the child theme work online too? Has anybody faced this problem so far?Thanks
I come back to say that the most problems got solved. Finally I realized that my theme created all these problems. I’m working with a Hatch-child, and the site displays only when I activate the parent theme.
For a reason or another, my site url remained the localhost one, and I managed to change it in wp_options table in db. This gave me access to the admin.
All my bestHi WPyogi,
I need some real help here.
Even if I properly changed the site urls before uploading my files to the webhost servers, I can’t log into the admin and I have this sort of url (redirection from localhost to the actual address):As I can’t access my dashboard, is there other way to check (and change) the site urls? Or maybe other solution to this problem?
Thanks a lotForum: Fixing WordPress
In reply to: can't access dashboard, database error, wp-config correctThanks for your answer.
Exactly that’s the problem: I can’t access my dashboard to see what’s going on with the site address, if I did’t change it properly. Is there other way to access it? Because if not, I don’t know what else I can do to fix it.Hello,
Well, it shouldn’t be so difficult to make this site work, but I don’t seem to succeed. I re-installed manually all my wp files on the server, following the codex guide. I got an email: “Your new WordPress site has been successfully set up at:”. But, again, there’s no site there, just a white page. When I logged into the admin, I noticed I don’t have any widgets, they simply disappeared. In rest, everything seems in place, no error. The code source shows only :
“<html><head><script type=”text/javascript” src=”http://stats.hosting24.com/count.php”></script>
</head><body></body></html> “The web host guys keep telling me there’s no host problem. Please, help me with an indication, I am really lost now.
ThanksHello again,
I updated the WP to the last version (in local) and I ran the Duplicator. The Database test is ok. At the end of the installation process, I have 1 deploy and 1 update error. When I run the site, I have the same white page, nothing more. I don’t really want to mess up too much with PHP/My Sql in wp, my knowledge in that direction not being so advanced. I followed all the necessary steps here. Is it something more I can do to make it work? If you have any suggestion, I’d be grateful to hear it.
ThanksThanks for your answers.
This is going to be difficult. I tried with a default theme and the widgets and screen options problem persists. For 2 hours I’ve been trying to update to 4.1.1, but it doesn’t do it. It keeps turning. I’m thinking it might be something wrong with the files transfer, even though I had no errors. It’s probably something I skipped.
Being stuck in this point, I guess I have to repeat the whole process. If it’s possible, please give me a link to the most reliable and detailed guide of wordpress site transfer that you know, to avoid doing the same mistakes on and on.
Thank you