kattheleopardess
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Unable to create directoryAh ha. Solution
There was no “06” folder in there. Use a program like SmartFTP and you can go in and change permissions on those directories to 777. It seems that did the trick
Forum: Fixing WordPress
In reply to: Unable to create directoryI too am having this problem:
Unable to create directory /home/ladyleo/public_html/llcom-news/wp-content/uploads/2006/06. Is its parent directory writable by the server?
Back to Image UploadingWhat could be the cause. I do have a directory /wp-content/uploads/2006. Is there something I neglected in my admin settings?
Forum: Themes and Templates
In reply to: Insert Background and Header IMagebump
Forum: Themes and Templates
In reply to: Insert Background and Header IMagered-star….but where does this go?
-kat
Edit: I had a feeling you guys might have a problem with that. I couldnt very well attach the file to this post.
Here is a link to the php files:
Forum: Fixing WordPress
In reply to: Link CategoriesSpencerP
Which page is this done in?
Miklb
https://www.ladyleopardess.com is the main site. However I have my blog here:
https://www.ladyleopardess.com/llcom-news/
Im keeing it hidden for now until I can get my wordpress to look close to https://www.ladyleopardess.com/home.shtml
-Kat
Forum: Fixing WordPress
In reply to: Link CategoriesOkay…opened up the links.php section. It looks like this:
<div id=”content” class=”widecolumn”>
<h2>Hookups</h2>
-
<?php get_links_list(1); ?>
</div>
Still doesnt work.
Forum: Themes and Templates
In reply to: Insert Background and Header IMageOkay. I went into the style.css file and it looks something like this (please note that background.jpg and navbar.jpg are the images Im trying to use and that are placed in the images folder):
edit: please do not post long code like an entire style sheet. A link to the site or style sheet will suffice
Forum: Fixing WordPress
In reply to: Link CategoriesAnd where would I need to put that code?
Forum: Themes and Templates
In reply to: Image Maps — Reproducing a LayoutNo one?
Forum: Installing WordPress
In reply to: Xampp with WP: A better tutorial?Well I have gotten wordpress up over at my website:
https://www.ladyleopardess.com/llcom-news/
I got tired of working with Xampp and I think this will work just as well.
I have started a new thread about customizing it to my site’s current overall design.
Forum: Installing WordPress
In reply to: Xampp with WP: A better tutorial?So It should be c:/programfiles\xampplite, right?
What is this about your mainsite directory? Do you mean the elements that make up my front page should be in this kind of folder? In the directory of my website, the SSI is in the public_html/Design folder and the actual home.shtml file is in the parent.
-Kat
Forum: Installing WordPress
In reply to: Xampp with WP: A better tutorial?I know you prolly did this already and someone posted this already, but I’d copy the folder of what you’re working on or whatever to the desktop as an example.
————
Copy which folder into the desktop, the wordpress folder?Forum: Installing WordPress
In reply to: Xampp with WP: A better tutorial?Yeah I actually have. Thats the bizarre part. I have done this 3 times.
Maybe Xampp is not for me. I just wanted to be able to see my page before i upload it (since I have to incorporate everything in this page https://www.ladyleopardess.com/home.shtml)
-Kat
Forum: Installing WordPress
In reply to: Xampp with WP: A better tutorial?Darn. Still getting this error:
define(‘DB_NAME’, ‘wordpress’); // The name of the database define(‘DB_USER’, ‘wordpress’); // Your MySQL username define(‘DB_PASSWORD’, ‘bullwhip’); // …and password define(‘DB_HOST’, ‘localhost’); // 99% chance you won’t need to change this value // You can have multiple installations in one database if you give each a unique prefix $table_prefix = ‘wp_’; // Only numbers, letters, and underscores please! // Change this to localize WordPress. A corresponding MO file for the // chosen language must be installed to wp-includes/languages. // For example, install de.mo to wp-includes/languages and set WPLANG to ‘de’ // to enable German language support. define (‘WPLANG’, ”); /* That’s all, stop editing! Happy blogging. */ define(‘ABSPATH’, dirname(__FILE__).’/’); require_once(ABSPATH.’wp-settings.php’); ?>
Warning: require_once(ABSPATH/wp-admin/admin-functions.php) [function.require-once]: failed to open stream: No such file or directory in C:\xampplite\htdocs\wordpress\wp-admin\upgrade-functions.php on line 3Fatal error: require_once() [function.require]: Failed opening required ‘ABSPATH/wp-admin/admin-functions.php’ (include_path=’.;C:\xampplite\php\pear\’) in C:\xampplite\htdocs\wordpress\wp-admin\upgrade-functions.php on line 3
I did remove the config file and copy over from my wordpress backup folder the wp-config-sample.php file and then reenter the information in the define section.
-Frustrated Kat
Forum: Installing WordPress
In reply to: Xampp with WP: A better tutorial?Well was it the notepad application. Is it just a matter of redoing the entire wp-config.php file?