Title: adminadminadmin's Replies - page 3 | WordPress.org

---

# adminadminadmin

  [  ](https://wordpress.org/support/users/adminadminadmin/)

 *   [Profile](https://wordpress.org/support/users/adminadminadmin/)
 *   [Topics Started](https://wordpress.org/support/users/adminadminadmin/topics/)
 *   [Replies Created](https://wordpress.org/support/users/adminadminadmin/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/adminadminadmin/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/adminadminadmin/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/adminadminadmin/engagements/)
 *   [Favorites](https://wordpress.org/support/users/adminadminadmin/favorites/)

 Search replies:

## Forum Replies Created

Viewing 13 replies - 31 through 43 (of 43 total)

[←](https://wordpress.org/support/users/adminadminadmin/replies/page/2/?output_format=md)
[1](https://wordpress.org/support/users/adminadminadmin/replies/?output_format=md)
[2](https://wordpress.org/support/users/adminadminadmin/replies/page/2/?output_format=md)
3

 *   Forum: [Localhost Installs](https://wordpress.org/support/forum/localhost-installs/)
   
   In reply to: [Modifying nav-menu from localhost](https://wordpress.org/support/topic/modifying-nav-menu-from-localhost/)
 *  Thread Starter [adminadminadmin](https://wordpress.org/support/users/adminadminadmin/)
 * (@adminadminadmin)
 * [12 years, 6 months ago](https://wordpress.org/support/topic/modifying-nav-menu-from-localhost/#post-4144078)
 * I do not have any line in the wp-config.php file saying anything similar to DEBUG…
 * From the admin section, in the Guide page, if I view page, I see the page i should
   see, with the navigation bar, and the information of the page (which mainly contains
   a pdf embedded).
 *   Forum: [Localhost Installs](https://wordpress.org/support/forum/localhost-installs/)
   
   In reply to: [Modifying nav-menu from localhost](https://wordpress.org/support/topic/modifying-nav-menu-from-localhost/)
 *  Thread Starter [adminadminadmin](https://wordpress.org/support/users/adminadminadmin/)
 * (@adminadminadmin)
 * [12 years, 6 months ago](https://wordpress.org/support/topic/modifying-nav-menu-from-localhost/#post-4144076)
 * what do you mean from admin section?
 *   Forum: [Localhost Installs](https://wordpress.org/support/forum/localhost-installs/)
   
   In reply to: [Modifying nav-menu from localhost](https://wordpress.org/support/topic/modifying-nav-menu-from-localhost/)
 *  Thread Starter [adminadminadmin](https://wordpress.org/support/users/adminadminadmin/)
 * (@adminadminadmin)
 * [12 years, 6 months ago](https://wordpress.org/support/topic/modifying-nav-menu-from-localhost/#post-4144068)
 * This is the beginning of the guide.php code:
 *     ```
       <?php
       /*
       Template Name: Guide
       */
       ?>
   
       <?php get_header(); ?>
   
       <div class="bg-page">
       ```
   
 * The code following just displays a pdf embedded. And yes, it is assigned for 
   the page “Product guide” in the menu items from wordpress, defined in the backend.
 *   Forum: [Localhost Installs](https://wordpress.org/support/forum/localhost-installs/)
   
   In reply to: [Modifying nav-menu from localhost](https://wordpress.org/support/topic/modifying-nav-menu-from-localhost/)
 *  Thread Starter [adminadminadmin](https://wordpress.org/support/users/adminadminadmin/)
 * (@adminadminadmin)
 * [12 years, 6 months ago](https://wordpress.org/support/topic/modifying-nav-menu-from-localhost/#post-4144066)
 * i changed it, but it did not work. In this case, the fatal error is gone, but
   i got a Not located object. In the whole page, most of the links are not working,
   but as I said before, the menu items brought me to Not located object page also.
   Is it possible that the problem is in the absolute URL, or something like this?
 *   Forum: [Localhost Installs](https://wordpress.org/support/forum/localhost-installs/)
   
   In reply to: [Modifying nav-menu from localhost](https://wordpress.org/support/topic/modifying-nav-menu-from-localhost/)
 *  Thread Starter [adminadminadmin](https://wordpress.org/support/users/adminadminadmin/)
 * (@adminadminadmin)
 * [12 years, 6 months ago](https://wordpress.org/support/topic/modifying-nav-menu-from-localhost/#post-4144058)
 * I have been looking around the forum in order to find a solution. This fatal 
   error is quite common and i found the same problem in the following post:
    [http://wordpress.org/support/topic/call-to-undefined-function-get_header-7](http://wordpress.org/support/topic/call-to-undefined-function-get_header-7)
 * In my case, the main file loads perfectly, but this one loads a sidebar file,
   which contains the code:
 *     ```
       <a href="/product-guide"><img src="<?php bloginfo('template_directory'); ?>/images/sidebar-cat.jpg"></a>
   
       		<div class="txt">
       			<h4>Visit our product guide</h4>
       			<a href="wp-content/themes/i/guide.php">View guide</a>
       		</div>
       ```
   
 * _[Moderator Note: Please post code & markup between backticks or use the code
   button. Your posted code may now have been permanently damaged by the forum’s
   parser.]_
 * The image is not found and the link to guide.php displays the fatal error mentioned
   above. The file guide.php has the code:
    <?php get_header(); ?> And here is where
   it goes wrong.
 * My mistake, which i deduce from the other forum topic, is that the href to View
   guide is not correct, but how can I fix it????
 * All files (guide, index, header, sidebar, footer…) are located in the template
   folder.
 *   Forum: [Localhost Installs](https://wordpress.org/support/forum/localhost-installs/)
   
   In reply to: [Modifying nav-menu from localhost](https://wordpress.org/support/topic/modifying-nav-menu-from-localhost/)
 *  Thread Starter [adminadminadmin](https://wordpress.org/support/users/adminadminadmin/)
 * (@adminadminadmin)
 * [12 years, 6 months ago](https://wordpress.org/support/topic/modifying-nav-menu-from-localhost/#post-4144055)
 * Right now, when I click on a link in the main page which loads z.php, the error
   I get is:
 * Fatal error: Call to undefined function get_header() in C:\x\xampp\htdocs\web\
   wp-content\themes\y\z.php on line 7
 * z.php loads the header at the beginning of the code, with the following line:
   
   <?php get_header(); ?>
 * I have a header.php file in \x\xampp\htdocs\web\wp-content\themes\y\, but I guess
   it is not found. What is the reason of this fact?
 * Thank you
 *   Forum: [Localhost Installs](https://wordpress.org/support/forum/localhost-installs/)
   
   In reply to: [Modifying nav-menu from localhost](https://wordpress.org/support/topic/modifying-nav-menu-from-localhost/)
 *  Thread Starter [adminadminadmin](https://wordpress.org/support/users/adminadminadmin/)
 * (@adminadminadmin)
 * [12 years, 7 months ago](https://wordpress.org/support/topic/modifying-nav-menu-from-localhost/#post-4143995)
 * I would like to set new hrefs for the menu options that appear in my site, but
   do not find the code where it is define. Where could I find it?
 *   Forum: [Localhost Installs](https://wordpress.org/support/forum/localhost-installs/)
   
   In reply to: [Export a hosted wordpress to localhost?](https://wordpress.org/support/topic/export-a-hosted-wordpress-to-localhost/)
 *  [adminadminadmin](https://wordpress.org/support/users/adminadminadmin/)
 * (@adminadminadmin)
 * [12 years, 7 months ago](https://wordpress.org/support/topic/export-a-hosted-wordpress-to-localhost/#post-4130641)
 * I don’t see any cpanel in my dashboard in the wordpress. What I can do maybe 
   is download phpMyAdmin from the link from Hyflex and then export my database?
 *   Forum: [Localhost Installs](https://wordpress.org/support/forum/localhost-installs/)
   
   In reply to: [Export a hosted wordpress to localhost?](https://wordpress.org/support/topic/export-a-hosted-wordpress-to-localhost/)
 *  [adminadminadmin](https://wordpress.org/support/users/adminadminadmin/)
 * (@adminadminadmin)
 * [12 years, 7 months ago](https://wordpress.org/support/topic/export-a-hosted-wordpress-to-localhost/#post-4130638)
 * How do you export the hosted database? I am using an FTP to have access to all
   the website content files, but, where or how can I access to the database?
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [How to access my website?](https://wordpress.org/support/topic/how-to-access-my-website/)
 *  Thread Starter [adminadminadmin](https://wordpress.org/support/users/adminadminadmin/)
 * (@adminadminadmin)
 * [13 years, 1 month ago](https://wordpress.org/support/topic/how-to-access-my-website/#post-3548649)
 * I couldn’t access to the website initially. But from the dashboard I just had
   to change the settings from the Site Address fields to [http://testwp.deskform.nl/testwp](http://testwp.deskform.nl/testwp)
   back again. So now it is working. Just telling you this in case you need to help
   another user who is in the same situation as me. Thank you.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [How to access my website?](https://wordpress.org/support/topic/how-to-access-my-website/)
 *  Thread Starter [adminadminadmin](https://wordpress.org/support/users/adminadminadmin/)
 * (@adminadminadmin)
 * [13 years, 1 month ago](https://wordpress.org/support/topic/how-to-access-my-website/#post-3548648)
 * Yes!!! thank you very much!!! I really appreciate it. Thanks for this support.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [How to access my website?](https://wordpress.org/support/topic/how-to-access-my-website/)
 *  Thread Starter [adminadminadmin](https://wordpress.org/support/users/adminadminadmin/)
 * (@adminadminadmin)
 * [13 years, 1 month ago](https://wordpress.org/support/topic/how-to-access-my-website/#post-3548645)
 * So, what can I do now?
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [How to access my website?](https://wordpress.org/support/topic/how-to-access-my-website/)
 *  Thread Starter [adminadminadmin](https://wordpress.org/support/users/adminadminadmin/)
 * (@adminadminadmin)
 * [13 years, 1 month ago](https://wordpress.org/support/topic/how-to-access-my-website/#post-3548638)
 * I can’t even log in… My username was “admin” and it does not let me log in. And
   if I click on Lost my password, the same result: Page not found…

Viewing 13 replies - 31 through 43 (of 43 total)

[←](https://wordpress.org/support/users/adminadminadmin/replies/page/2/?output_format=md)
[1](https://wordpress.org/support/users/adminadminadmin/replies/?output_format=md)
[2](https://wordpress.org/support/users/adminadminadmin/replies/page/2/?output_format=md)
3