webmachine
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: What is vxthdkga.php?The themes were from an article in a very reputable web development article site: 40 Excellent Free WordPress Themes and the themes were: remedy, Love Earth and vectorize.
I checked my database and there were also three tables with names starting with localhost_ added to them. I removed them also.
I have disabled debug. I just have to deal with the issue of my index.php page not displaying, even though the default themes work without a hitch. Thank you.
Forum: Fixing WordPress
In reply to: What is vxthdkga.php?Thank you. I have removed the file, and also found a reference to it at the end of my wp-config.php file:
if(!function_exists(amt_cif)) { if(file_exists(ABSPATH.WPINC.’/vxthdkga.php’)) { require_once (ABSPATH.WPINC.’/vxthdkga.php’); } }
I have also deleted that. Neither of these were in my original WordPress download, and I am developing locally so I can only assume that they appeared when I downloaded three free themes to test. Is that possible?
Also, I have one last warning …”Warning: fopen(http://localhost/wordpress/wp-cron.php?doing_wp_cron) [function.fopen]: failed to open stream: A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond. in C:\xampp\htdocs\wordpress\wp-includes\class-http.php on line 876″ that refers to WP_DEBUG. and I am getting a blank page for index.php
Forum: Themes and Templates
In reply to: Building own theme – index.php giving blank pageThis is the code for my index.php: http://pastebin.com/B6crBxuM
This is the code for my stylesheet: http://pastebin.com/yLDTpGdx
I am just starting out with this theme, and testing as I go along, so there’s not much there. Thankyou
Forum: Themes and Templates
In reply to: Building own theme – index.php giving blank pageSorry about the code … I guess I skimmed the forum rules, instead of reading them carefully, and didn’t know about pastebin. I used the back ticks instead. I don’t have time right now to figure pastebin out, but I promise to use it properly next time.
Anyhow, I was able to get some errors showing on my blank page due to someone else’s help who suggested I see if my WP_DEBUG was set to false. It was so I changed it to true and got a whole bunch of errors …
“Warning: fopen(http://localhost/wordpress/wp-cron.php?doing_wp_cron) [function.fopen]: failed to open stream: A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond. in C:\xampp\htdocs\wordpress\wp-includes\class-http.php on line 876
Notice: Use of undefined constant amt_cif – assumed ‘amt_cif’ in C:\xampp\htdocs\wordpress\wp-config.php on line 91
Notice: Use of undefined constant amt_gp – assumed ‘amt_gp’ in C:\xampp\htdocs\wordpress\wp-includes\vxthdkga.php on line 3″
Most of them were like the last one – undefined variables in vxthdkga.php
Please can someone help me? This is beyond my knowledge and expertise right now.
Forum: Themes and Templates
In reply to: building your own WordPress themeThank you. I will. The reason I chose the other tutorial first was because the codex is very informative, but seems to be set up as a manual that contains all information that you could possible need. If I do it first, I figure I may suffer from brain overload. So I am going to go through this other tutorial first, which leads you step by step in building your own theme. (I will just ignore the basics that I already know.) After I finish my first practice theme, then I will use the codex to fill in the gaps.
Forum: Themes and Templates
In reply to: I can’t upload my new theme.That’s the problem. I downloaded the theme, unzipped it and moved the unzipped theme folder to wp-content themes and the folder is there according to ‘my documents’. But when I go into my FTP program to that folder, the theme is not there.