Jonathan Dingman on "Mass insert thumbnail to posts via MySQL"
Why do you not want to put a PHP statement as a default? Long term, that's going to be a much better route and easier to manage. Think about if you ever want to change that default thumbnail...you'd...
View Articleartichokelucy on "function convert_to_screen() no longer exists in...
I am making a widget that utilizes the wp_list_tables class. Everything works great in the plugin admin section. However, as soon as I simply instantiate my GB_List_Tables class, which extends...
View Articlealchymyth on "function convert_to_screen() no longer exists in template.php?"
the function is still in /wp-admin/includes/template.php line 1860+ possibly re-upload a new /wp-admin folder or template.php
View Articleartichokelucy on "function convert_to_screen() no longer exists in...
I have reuploaded all folders, as well as installed wordpress on my localhost to see if reinstalling the entire site would help. Nothing changed. When I copy the function code into...
View Articleartichokelucy on "function convert_to_screen() no longer exists in...
Somehow, /wp-admin/includes/template.php is not being properly connected to the wp_list_table class. I tried loading the widget after the rest of the theme had loaded, thinking it was maybe that the...
View Articleartichokelucy on "function convert_to_screen() no longer exists in...
If I put 'require_once(ABSPATH . 'wp-admin/includes/template.php' );' in class-wp-list-table.php , then it appears to recognize the function convert_to_screen, but instead throws the error: Notice:...
View Articleartichokelucy on "function convert_to_screen() no longer exists in...
I also have to include 'if( ! class_exists('WP_Screen') ) { require_once( ABSPATH . 'wp-admin/includes/screen.php' ); }' in order for that to happen. Otherwise I just get: Notice: convert_to_screen(),...
View Articleartichokelucy on "function convert_to_screen() no longer exists in...
Well, hmmm. I appear to have fixed it. I put require_once(ABSPATH . 'wp-admin/includes/template.php' ); if( ! class_exists('WP_Screen') ) { require_once( ABSPATH . 'wp-admin/includes/screen.php' ); }...
View Articleblondishnet on "Mass insert thumbnail to posts via MySQL"
This is not for my site and the person it is for is a friend that will not be changing her thumbnails. I have already discussed this with her and that is what she asked about. I told her the same thing...
View Articleprwood on "Error establishing database connection - PHP issue?"
I'm getting the ubiquitous 'Error establishing database connection' error on a Wordpress install that previously was working okay. I've verified that I can connect from the web server host to the...
View Articlemarcanthony73 on "wordpress Installation To existing mysql database"
Hi all, Recently my three wordpress sites were hacked, and as a result one of my sites was reported as an attack site in Google. I deleted the wordpress installations, but kept the mysql databases I...
View ArticleSal Barry on "Passing values in the URL from page to page"
Hi bcworkz, Thank you for your reply. Here is a little more detail about the problem. I have a page called "Wrappers". It uses the Pages Sidebar Template and has a conditional that checks the URL. If...
View ArticleSal Barry on "Passing values in the URL from page to page"
OK, it seems that the ? and parameters and such in the URL are casing it to redirect to the 404 page. When I type in the URL to the "Wrappers Detail" page, it runs some simple PHP I put on the page for...
View Articlebcworkz on "Passing values in the URL from page to page"
There seems to be some issue with your url parameters being related to an actual detail page. Assuming the wrapid would be enough to find a page, I put in /wrapperdetail/?wrapid=151 and got the simple...
View Articlesandman313 on "Not Able to log into appropriate Admin site"
HI All I've got a main blog site (live on the net) http://www.singlepageserving.com that relays to a sub folder on my root directory of /singlepageserving/main_site. I also set up a subdomain of...
View Articlefredkratt on "Can't install wordpress in WebMatrix"
When I try to install the Wordpress add in to WebMatrix, I am told to enter the password for the "root" username of my existing MySQL database. My password is "root", but it will not accept that....
View Articlebabyroutes on "Multiple database for quick updates?"
Hi, I have limited tech knowledge and have got away so far with building my site using theme (graphene) , plugins and tweaking code here and there for simple alterations, thanks to all the fab people...
View Articlemarcanthony73 on "wordpress Installation To existing mysql database"
Fixed this by reinstalling fresh wordpress installation and replacing the wp.config.php file from old backup using FTP.
View Articlet-p on "Can't install wordpress in WebMatrix"
sse if info in these threads help: http://wordpress.org/search/Can%27t+install+wordpress+in+WebMatrix?forums=1
View Articlefredkratt on "Can't install wordpress in WebMatrix"
I have a My SQL database already. I am prompted for the password which I enter but it says it cannot connect.
View Article