2bearstudio on "What database structure is this?"
(Sorry, didn't mean to click the post button so soon) In terms of the backup job. The website employed "WordPress backup to Dropbox" to do backup. But the plugin can't handle the size of the site, and...
View ArticleGadgetroid on "What database structure is this?"
From experience it looks like some security feature of a plugin doing its thing and renaming the database tables. I had to rebuild the site when that happened. What you want to find out is if there is...
View Article2bearstudio on "What database structure is this?"
Thank you, @Gadgetroid The tables with the date suffix are older version of that specific table, and not currently used. By comparing the size and content, I confirm my conclusion, and cleaned up the...
View Articleb0rman on "[Plugin: HyperDB] How to get information about used servers?"
Hi! For example I'm getting 2 ReadOnly and 2 WriteOnly servers in db_config.php How can I find which of them are used? I'd like to use it in my PHP script (not WP plugin)....
View Articleheyihsan on "Include a php file that connects to another database to a page"
Hey guys, pretty new to Wordpress and PHP development and I'm having some difficulty with this task. Basically my client has a mysql database(it's on the same server as wordpress db) and a php file...
View ArticleRossMitchell on "Include a php file that connects to another database to a page"
My suggestion is that you consolidate the two databases into one. On the 'other' database, do an export, then in the WordPress database import this file, now you will have one database with both the...
View Articleheyihsan on "Include a php file that connects to another database to a page"
Ross, thank you very much for your suggestion. However, the client had his setup for a long time now and he accesses this through MS Access, and honestly I don't want to mess up with this setup. Is...
View ArticleRossMitchell on "Include a php file that connects to another database to a page"
So it seems that using $wpdb is out of the question, as is creating a second $wpdb object to handle MS-access. Still you have php files which do handle MS-access, I see no reason why this code cannot...
View ArticleWPWhiteSecurity on "[Plugin: WP Security Audit Log] Syntax error (%d not...
HI Luis Rodrigues, We will have a fix for your issue in the next update of the plugin. Thanks for reporting it and stay tuned with us. The next update should be available early next week.
View Articlezapster94 on "Restoring website after accidentily deleting theme files via FTP"
I've accidentally deleted some theme files of my website via FTP while I was trying to export them. I have backed-up the website earlier but I can't get it to restore via PhpMyadmin -> import. It...
View Articlekmessinger on "Restoring website after accidentily deleting theme files via FTP"
Just add the themes back to the themes folder.
View Articlejack randall on "Restoring website after accidentily deleting theme files via...
the files for you theme aren't in the database so you can't use phpmyadmin to do this. if you've got a back up of your site then it should have a directory structure with a folder called wp-content....
View Articlezapster94 on "Restoring website after accidentily deleting theme files via FTP"
Thanks for the quick replies. The thing is I only have a .sql.gz file as back-up. Is this file useless for getting the theme back? I don't have another back-up...
View Articlejack randall on "Restoring website after accidentily deleting theme files via...
yeah, you can maybe get the name of the them from one of the tables but you'd be better off downloading or getting a new copy of the theme and uploading it fresh.
View Articlezapster94 on "Restoring website after accidentily deleting theme files via FTP"
That's bad news. I know what the theme is called but unfortunately I don't have a new copy of the theme files. Isn't there another way to get the theme files back or are the just gone?
View ArticleAndrew on "Restoring website after accidentily deleting theme files via FTP"
Can you download the themes again?
View Articlejack randall on "Restoring website after accidentily deleting theme files via...
what theme is it? if you deleted them without creating a copy or back up of them then they're gone. if you can remember the theme and where you got it from you should be able to get it again.
View Articlezapster94 on "Restoring website after accidentily deleting theme files via FTP"
It's the risen theme this one. I'm trying to find it somewhere for free now.
View Articlejack randall on "Restoring website after accidentily deleting theme files via...
if you bought it or got it from themeforest then i assume you can get it again from your account? otherwise you're talking about a little intellectual property theft...
View Articlezapster94 on "Restoring website after accidentily deleting theme files via FTP"
I'm not the creator of the website so I don't know where the theme was bought from. Right now I'm thinking of changing the theme. Thanks for the help everyone!
View Article