artisan5
Forum Replies Created
-
Forum: Installing WordPress
In reply to: Fatal error: Call to undefined functionBTW, the code at line 153 is:
add_theme_page(__(‘Customize Header’), __(‘Header Image and Color’), ‘edit_themes’, basename(__FILE__), ‘kubrick_theme_page’);
I redownloaded the file from the 2.7.1 install, reuploaded the functions.php file and am still getting the fatal error message. Help please!
Forum: Fixing WordPress
In reply to: Archive and Category folders missing-please helpStrangely, when I set the .htaccess_permissions to 666 it would instantly revert back to unwriteable (644 I think). I contacted the web host. It turned out that I didn’t have “ownership” of the file. It was set to “root”. The host changed it, updated .htaccess for me, and now all is working fine!
Forum: Fixing WordPress
In reply to: Archive and Category folders missing-please helpIridiax: You were so right about it being a permalink problem. I set it to Default and now the pages appear. The problem is resetting my .htaccess file. When I tried to change the properties to writable, it wouldn’t accept it. I then tried to create the file on my computer and FTP the file to the server. It didn’t make a difference. It’s as if the server is defaulted to control the .htaccess file on its own.
What next?
Forum: Fixing WordPress
In reply to: Archive and Category folders missing-please helpI wonder if it’s the theme. The link paths show there should be folders for the year and month, however, these folders don’t exist on the server so I can assume they aren’t being generated. Very strange…
Forum: Fixing WordPress
In reply to: Replacing date with ID numberI tried replacing the_time code in the page.php template with the php you’re suggesting. I must be doing something wrong because the date is still there under the article header.
Should it look like this?
<?php the_time(__(echo ‘typical post id in the loop ‘. $post->ID;)) ?>
Forum: Fixing WordPress
In reply to: Error msg – clear old database tablesThanks, Michael. Actually, I tried to do a fresh install but kept the original wp-config file. Everything else was new.
I tried the upgrade.php script like you suggested and got:
Fatal error: Call to undefined function wp_remote_post() in /hsphere/local/home/steveand/sima-wisdom.net/wp-includes/cron.php on line 201
This usually means some files didn’t upload right, but I went through and meticulously compared files to make sure they were all there. What next?
Forum: Installing WordPress
In reply to: Fatal error with cron.php file, can installCorrection for subject line – should say CAN’T install.
Forum: Fixing WordPress
In reply to: Did I get hacked?I’m running 2.6. Didn’t upgrade yet. Should I?