How can I fix my wordpress template when it will not give me access to the blog or admin?

1 Answer

Answer :

answer:log in to the server and manually edit controlpanel.php and fix the error on line 14. if you don’t have the appropriate knowledge to log on to the server and manually edit this file, you need to contact the hosting company and request they help you. This may or many not cost you money.

Related questions

Description : Wordpress experts...exclude category by name instead of ID?

Last Answer : Whats the difference? Can’t you simply look up the cat_name by ID number in the DB? sorry if thats totally wrong, its been a years since I looked at wp.

Description : Which is better to use: WordPress or Textpattern?

Last Answer : answer:I’ve tried many different blog software solutions. I love Wordpress and NucleusCMS (I use them both). Try out all different kinds of CMS’s here: http://opensourcecms.com/

Description : Is there a PHP library or API that would let me quickly build survey questionnaires and dump the captured data to MySQL?

Last Answer : If you are familiar with LAMP and PHP, why not build a little CRUD application?

Description : Make only ONE submit (View) button instead of 4 in code below?

Last Answer : PS: it's a Wordpress theme plugin, that allows users to browse listings; i want users to be able to choose 4 options and submit their search with only one button; The existing code presents 4 Submit ... categories he wants and press submit, and the result should appear based on AND not or

Description : Does GoDaddy have some PHP functions disabled by default?

Last Answer : Doesn’t look that way, but I can’t really tell. Your host does appear to suck.

Description : What's wrong with this simple PHP script?

Last Answer : answer:Do you need a concatenation operator (.) between your string and the variable name ($the_long_url)? But like this: ’”.$var.”’ http://www.gidforums.com/t-965.html

Description : Php logging in problems? learning php?

Last Answer : answer:It means that it got to the end of the file and was expecting a ”}” and didn’t find one. Quick count of your braces: { = 7 } = 6 Yup, you’ve got a mismatch.

Description : Is there a coldfusion equivalent to the NextGenLinks code snippet?

Last Answer : answer:Since this type of question is out of my league, here is the contact info, so you can ask the expert of Coldfusion his contact sheet even says, Please contact me with any of your questions about ... . Sounds like the guy with your answer!! http://www.bennadel.com/ask-ben/ask-ben-nadel.htm

Description : Is there a quick tutorial for working with the Facebook API?

Last Answer : Here you go

Description : Server issue or PHP? - Contact Form Not Sending HTML correctly?

Last Answer : Next time use Pastebin. I think your problem is somehow HTML related, like a missing tag, or validation error. Try just sending a text email and build pieces bit by bit from. Outlook and other email ... in how they parse HTML, whereas Gmail (browser based to begin with), isn't quite as finicky.

Description : How can I embed my eBay store into a webpage?

Last Answer : I really hate to say this… iFrame http://www.pillowpersuasion.com/fluther/iframe.html

Description : Does anyone know how to install the GD library for PHP on Max OS X client (Leopard)?

Last Answer : Here’s a tutorial for installing the GD library for PHP on Mac OS X 10.5.

Description : A good apache server like xampp or wampserver? are there others, right?

Last Answer : I use Acquia stack for Drupal installations. It’s a pretty complete stack, but not as complete as XAMPP. Yet it’s easier to set up new projects with it because it has an easy set up and configuration wizard. You could set it up and use it only as a server.

Description : Is there a function in PHP which automatically adds periods to large numbers?

Last Answer : number_format does this (in addition to decimalization). You can specify the separators to use, which in your case are periods instead of commas.

Description : What would you like to see in a CMS?

Last Answer : I would advise against building your own open source CMS in PHP. With all of the projects already in existence (see http://www.opensourcecms.com/), why not just pick one and contribute to it? ... to name one, makes it really easy to add whatever functionality you want with it's modular architecture.

Description : What are complex views?

Last Answer : I'm not familiar with the Zend Framework, but when people are talking about complex views, I think they're just referring to pages (views) with many different elements, possibly with multiple ... compared with something like our privacy policy (www.ask-public.com/privacy/) which is very simple.

Description : 2 Concurrent Database Connections Per User Versus ...

Last Answer : answer:Establishing a database connection is one of the most expensive database operations. It requires authentication, opening files on a disk, creating memory caches, etc. This might make you think that ... master database only after they have logged in as an "editor" or some similar role)?

Description : How do I patch a drupal module?

Last Answer : answer:The patch you mention is “ready to be committed”, which means it’ll probably show up in the next version. You can apply the patch yourself by copying the code and pasting it at the bottom of fivestar_field.inc in the modules/fivestar directory.

Description : How do I use PHP to get the node ID for a block?

Last Answer : answer:$node is a widely available object in Drupal. $node->nid will give you the node id of the current node. Your template could look something like this:

Description : What are the advantages of a PHP5 over PHP4?

Last Answer : PHP5 has better support for classic object-oriented style programming. I'm sure there are other advantages, but that's the one I've heard most. Of course, we're onto something like 5.2 or ... PHP5. Upgrading would allow you to start working with the newer features as you are comfortable with them.

Description : How can I create a special character in PHP from a variable?

Last Answer : answer:After playing around with PHP’s eval function for a while, I’ve concluding that doing what you’re trying to do is impossible. The problem is that ’\xAA’ is a single character. It can’t be split in to parts in the same way that the Unicode character ‘a’ can’t be split into parts.

Description : Any ideas for simple, always useful PHP functions?

Last Answer : A regular expression to check if an e-mail address is valid. Tons of examples out there but it gets your hands dirty with a few necessary techniques.

Description : What are the major features of Symfony vs. Cake?

Last Answer : answer:I think I have tried all the PHP MVC frameworks. Cake is the easiest to get up and running. I can move it around hosting companies and it works. (after modifying the DB settings) But, I would ask ... in PHP by hand. Django is fast (python) but I have had zero luck installing it on OS X..

Description : How can I learn to use Flickr's API in PHP without PEAR?

Last Answer : Use another library, there must be dozens. I work with the Zend Framework which contains one (and since it's loosely coupled, you can use it on its own), but I just realized it requires PHP 5. ... a few of the API kits suggested on Flickr but two use PEAR and the other requires PHP5 ) though.

Description : Is there a PHP library to handle INI files?

Last Answer : I found a couple in phpclasses. This one seems to be the best http://www.phpclasses.org/browse/package/204.html. I haven’t tried it out yet though.

Description : What is the advantage of using a PHP Framework?

Last Answer : answer:The advantage is speed and support. With any framework, you are relying on the work of others to speed up your development process. Because so much has been built in, you don't have to ... development outfits write something once and then reuse it across projects. It's the same type of model.

Description : What the hell is wrong when i create connection btw navicat and mysql?

Last Answer : answer:This probably isn’t a bug or issue with the MySQL server. The possibilities are: 1) Login password for root is wrong 2) The account doesn’t have a password Have you tried connecting without a password?

Description : Is there a way to make files in a compressed archive writeable after extraction?

Last Answer : answer:Unless I’m misunderstanding, you could use chmod() in PHP to modify the file permissions after extracting them. http://uk.php.net/chmod

Description : professional way of making a config file php -Php

Last Answer : NEED ANSWER

Description : how to get localstorage value in php ? -Php

Last Answer : You can not directly get a localStorage value in PHP, when script is executed, because localStorage is contained in user's browser, and PHP is running on server. However, you can send the value from localStorage to a server with GET or POST request.

Description : How to use for loop in php ? -Php

Last Answer : Syntax for for loops in php : for (init counter; test counter; increment counter) { code to be executed for each iteration; } Where: init counter: Initialize the loop counter value test counter ... to FALSE, the loop ends. increment counter: Increases the loop counter value Example is here :

Description : How to get the top result of google search with php ? -Php

Last Answer : In order to generate charts, lists, and data about Google Search results, there is one thing you have to do first, and that is to obtain the data. Using simple PHP code you can perform a couple function calls which allow you to store Google Search results for a specific keyword in an array.

Description : How do i fix my hacked wordpress blog?

Last Answer : answer:The best thing to do would be to simply reinstall all of Wordpress. Back up your upload directory, because it contains all your images/videos etc. and delete and reinstall. Use the same ... that you should find out how the attacker broke into your site and stop that from happening again.

Description : Admin on wordpress went blank, why?

Last Answer : answer:Have you looked for PHP errors? Your host probably has a way to check the PHP error logs, it may be files on the server or they may have something in their admin panel. If there's a ... , but always good to double check and might be a different user depending on how you did the install.

Description : How to create a custom Login page for admin in WordPress?

Last Answer : There is a requirement of two easy steps for the creation of a custom login page for admin in WordPress. Admin menu, and page content. Follow these Step to create ... item, the following functions are needed:$page_title, $menu_title, $capability, $menu_slug, $function, $icon_url, $positionUsing

Description : How can I create a custom login page for admin in WordPress?

Last Answer : There is a requirement of two basic things for the creation of a custom login page for admin in WordPress. Admin menu, and page content. Step by step process to create ... item, the following functions are needed:$page_title, $menu_title, $capability, $menu_slug, $function, $icon_url, $position

Description : What is database template? Give the description of five templates, used in Microsoft Access 2007. -Technology

Last Answer : A template is a complete tracking application with predefined tables, forms, reports, queries, macros, and relationships. Each template creates a complete end-to-end solution that you can use ... to create a projects tracking database to track multiple projects and assign tasks to different people.

Description : How can I get more visitors in my wordpress blog?

Last Answer : Share it on social media. But don’t spam people.

Description : Migrating contents and comments from an old Wordpress blog to a new, also Wordpress, blog?

Last Answer : You would need to export the wordpress database from his current host to the new host. Wordpress has documents on how to do this between two private servers. I do not believe it is possible to get wordpress.com to accept a database from his server.. but it wouldn’t hurt to ask.

Description : How do I add a vimeo widget to my wordpress blog?

Last Answer : After a quick google search here is a link to hopefully help: http://wordpress.org/extend/plugins/vimeo-sidebar-widget/installation/

Description : My wordpress.com blog tries to logon to my self-hosted wordpress install at my own site...

Last Answer : Clear your cookies :)

Description : HELP! My Wordpress Blog has gone haywire?

Last Answer : Did you move your CSS files over as well? I don’t know much about wordpress in particular, but if you say your pages are a “garbled mess” then it might be because your CSS files are missing. It might help if you linked us to your wordpress blog (even if it is in a state of disarray at the moment).

Description : If I want to use custom graphics to design a WordPress blog of mine - how can I find out the dimensions of the spaces in the standard WordPress blog to fill in with my designer's customer graphics?

Last Answer : There are some themes (i think two) that allow you to put your own header-photo on. If that is what you mean.

Description : I got a WordPress blog with my website but no user name or password. My host doesn't know either. How can I get this blog up and running?

Last Answer : If the wordpress blog just came with your website, then I suggest attempting to go here: http://www.GaryDaleCearley.com/blog/wp-login.php And attempting to login with however you login to your web hosting account.

Description : How do i track usage metrics on wordpress.org blog?

Last Answer : I don’t know about blogs that are hosted by wp.org I prefer my own domain. Anyway you could try something like Sitemeter or TraceMyIp.org both are free and just require a small bit of code that can be placed in your sidebar or footer.

Description : How to I move my Wordpress blog to Blogger?

Last Answer : Never mind. After 45 minutes of googling, I found a solution.

Description : Free/Cheap Ad-Free Wordpress Based Blog?

Last Answer : I have a wordpress blog hosted here. It is pay as you go hosting. Hosting for the blog is about 50 cents per month. It doesn’t get much traffic. And a domain is 10 bucks a year. If you decide to use them let me know. I can walk you through installing wordpress.

Description : Is it possible to get your Wordpress.com blog to redirect to another domain?

Last Answer : answer:You could edit the template and add a refresh to the tag. Something like: Just replace the URL with the domain you want to redirect to. Granted, this is a simple redirect and assumes that you ... out: http://wordpress.com/blog/2006/10/24/domain-mapping-registration/ It's a $10/year fee.

Description : What are best wordpress payment plugins for blog?

Last Answer : In today's generation, WordPress is the best source to create a website or blog. so the basic plugins that are used to create a blog in WordPress are: 1. Yoast SEO 2. Everest Forms. 3. Akismet Anti- ... . easy affiliate links. 7. broken link checker. 8. wp-rocket. 9. no self pings. 10. Optinmonster.

Description : Can I get a website with a free domain , without blog spot,WordPress adjacent to it?

Last Answer : Bitrix24 #1 CMS For Business Websites. Free Domain, Free Hosting, Unlimited Bandwidth. $0. Bitrix24 Lets You Create Website Free, Gives You...