netcs.vg
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: 2 WP blogs; self-hosted can't be found 404 errorDomain name seems to be ok. a 404 error means you are getting to the server but no default page (index.php, index.html, etc) was found.
Forum: Fixing WordPress
In reply to: problem with wp-loginyou might try to rename the folder
…./themes/lonelytree/then try logging in..
Forum: Fixing WordPress
In reply to: Fatal Error Messagethis is not a plugin error is the theme itself that has a faulty widget, so it sounds you need to change the theme…
Forum: Fixing WordPress
In reply to: Ran Plug-in Updates and site is Now Gonerename each plugin folder. site should be back, then rename plugins back to original one by one until you find the one causing trouble…
Forum: Fixing WordPress
In reply to: Importing sql getting error #1064 You Have error SQL SyntaxIm not sure which file this is coming from but the error is because of the extra space in : ‘- – db399572017 DROP TABLE IF EXISTS wp_commentmeta’
if you see the prior lines they start with — (a comment line), except the last line that starts with – -.
so if you take out that space most likely your query will run…Forum: Fixing WordPress
In reply to: How To: create pages not linked to 'header bar'you will have to edit your theme’s header.php or navigation.php (or wherever the header bar menu is located ).
this function should help:
http://codex.wordpress.org/Template_Tags/wp_list_pages
check the option “exclude”
Forum: Fixing WordPress
In reply to: If problems$thePostID gets assigned a value inside the function function_name(). Your code never calls this function so the assignment is never executed…
Forum: Fixing WordPress
In reply to: Unable to access wp-admin due to fatal error after changing themeyou need to rename the theme folder:
/home/……/public_html/wp-content/plugins/genesis-layout-extras/
You can do that using FTP or using the file management tools provided by your hosting company…Forum: Fixing WordPress
In reply to: Fatal error. Please help (jquery-categories-list)you most likely can get your site back by renaming the plugin folder:
/home/dnrcea/www/wp-content/plugins/jquery-categories-list/
using FTP or your hosting provider file management tools.
Forum: Fixing WordPress
In reply to: loginhave you tried:
%your install url%/wp-login.phpForum: Fixing WordPress
In reply to: A feed could not be found at my wordpressyour feed is here:
Forum: Fixing WordPress
In reply to: images not showinghow about posting some links so we can see what is going on?
Forum: Fixing WordPress
In reply to: Login Screen Doesn't LoadWrite down all things you do so your consultant can have a clue of what happened.
Probably going over the standard debugging steps will help:
– Change theme to 2011
– Disable all plugins. enable one by one till page goes blank again..
and of course you could
Reload fresh copy of wp except for /wp-content folder and wp-config.php…Forum: Fixing WordPress
In reply to: Where is this annoying php.ini file?it should be in your php directory. (search for php folder). Windows by default hides system files. A *.ini file might be considered system and not show up in Windows Explorer…
so go into the php folder using a command prompt window and enter
notepad.exe .\php.iniForum: Themes and Templates
In reply to: Child theme header – where is it coming from?@alchymyth: i think you are right.. thank you so much. V.