tumblendry
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: help needed for footerbravo
Forum: Fixing WordPress
In reply to: help needed for footerYou are my man, it indeed contained the content, so I changed it and it works,
Thanks alot,
Michael
Forum: Fixing WordPress
In reply to: help needed for footerI just tried and when I delete the contents of the footer php file, the footer is gone, so it’s being used. Now I just need to find the standard footer php file for zeeminty.
Forum: Fixing WordPress
In reply to: help needed for footerWhat I posted is the content of the footer from within the dashboard-appearance-editor, but I am not sure whether it’s really the code that is used on my pages.
I can completely empty the footer.php and see what happends. If nothing happends, then it’s not the code being used to produce the footer.Forum: Fixing WordPress
In reply to: help needed for footerMy website uses the themezee theme, and this is what is inside the footer.php. I have tried to parse all the files on the server, looking for the text that is shown in the footer, but I can’t get the file containing that text found. May it be somewhere remote (not on my webserver), so the developer has control over it credit text?
Forum: Fixing WordPress
In reply to: help needed for footerThat doesn’t help. It wouldn’t work anyway as I need to enter my own text about opening times somewehere (else).
Forum: Fixing WordPress
In reply to: Error establishing a database connectionWell, that then was probably the end of my web site.
I will try to get in contact again with my developer and see from there,thanks for your help,
Michael
Forum: Fixing WordPress
In reply to: Error establishing a database connectiontwentyeleven is the one currently activated already unfortunately.
Apart from the theme, why do I see no content?Forum: Fixing WordPress
In reply to: Error establishing a database connectionI can only see 3 themes, none of them is the one that looks the same as before. On the bottom, it mentions a broken theme with no name, only saying style sheet is missing.
Anyone who wants to give it a try?Forum: Fixing WordPress
In reply to: Error establishing a database connectionI can see that the original wp directories and files are in the public_html directory, not in the root or under wp-admin. I might need to change the directory during installation?
Forum: Fixing WordPress
In reply to: Error establishing a database connectionIt says success, so how successful will that be, I am now going to check the website and see.
Hello World, same as when I started to program C 30 years ago.
Forum: Fixing WordPress
In reply to: Error establishing a database connectionI have zipped and downloaded the whole directory tree from the root. Checked it on my pc after downloading and it looks all files are there. I am now going to start the wp installation script.
Forum: Fixing WordPress
In reply to: Error establishing a database connectionBut will I overwrite stuff when doing so?
Would I lose any content. Should I make a backup first of the files by downloading the whole lot via ftp or is there another method for that?Forum: Fixing WordPress
In reply to: Error establishing a database connectionI am not sure what to do next, as the instructions say to upload contents of the wordpress directory either in the root or sub directory. Do I have all these content files already, or were these located on the remote server before?
Then also, I need to run an installation script, and I don’t want to screw up things more than they currently are.
When I load my web site, it wants to start the install script already, so, does it look like I need to build a whole new website?
Forum: Fixing WordPress
In reply to: Error establishing a database connectionSo, now I have updated wp-config.php and made a backup of this file before.
// ** MySQL settings – You can get this info from your web host ** //
/** The name of the database for WordPress */
define(‘DB_NAME’, ‘tumblend_wp’);/** MySQL database username */
define(‘DB_USER’, ‘tumblend_wp’);/** MySQL database password */
define(‘DB_PASSWORD’, ‘***********’);/** MySQL hostname */
define(‘DB_HOST’, ‘localhost’);