fujii13
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Proxy issues.Please. I need to go live with this applications next week and the 30 second delay that the page needs to time out will be unacceptable to bloggers. What can be done?
Forum: Fixing WordPress
In reply to: Navigation Link?I’m not sure about the theme you’re using, but in mine the links for navigation (Home, About, etc) are located in the header.php file:
<a href="<?php bloginfo('url'); ?>"><?php bloginfo('name'); ?></a></h1> <p class="desc"><?php bloginfo('description'); ?>This is where I was able to add my hyperlink code.
Forum: Installing WordPress
In reply to: Fatal Error: Time exceeded update.php after local XAMPP install.I’m behind a proxy. Could this be the cause?
I find when I unplug my LAN cable, then plug it back in, all is right with the world. Is that normal?? This same problem occured this morning when I came in. Unplugging fixed the issue.
I’ll make those adjustments and see if the problem is resolved. Hopefully it will be.
Forum: Installing WordPress
In reply to: Fatal Error: Time exceeded update.php after local XAMPP install.I deleted the XMAPP directory and started from scratch, using “http://localhost/” like in the walkthrough. I am still having this issue.