bilateral
Forum Replies Created
-
many thanks! that fixed it, and I’m up and running again!
Many Thanks Steve!
– I can see that I need to change that in the wp-config.php file.
I’ve logged in PHPMYADMIN but I don’t know what to look for to get the right bit of info to put in the $table_prefix section.
Any clues?
Forum: Fixing WordPress
In reply to: [function.fopen]: failed to open streamok. i had the same problem on my blog, more or less the same error line such as your:
Couldn’t write to: /blog/wp-content/cache/wp-cache-03e6c71fcba1755e3d0b6d358361d1bd.html
well, like you, i didnt know what to do, and i farted around for ages on the forums trying to find someone with the same issue and how they fixed it. nothing.
then i actually read the error message to try make sense of it:
“couldn’t write to”
ok, why not? well, i ftp’d to that location and lo and behold, in blog/wp-content/ THERE WAS NO SUCH FOLDER CALLED “cache”. so, how could wp write to /cache/ if it didn’t exist?
so i created a new folder in that location called cache, gave it a CHMOD of 777 and whacko, problem solved.
as to WHY that folder wasn’t there, I got no idea. Why should this problem have arisen in the first place? Any smart ideas?
cheerio
Forum: Fixing WordPress
In reply to: A nav bar which highlights current category?thanks all
not being as savvy as you all in this stuff, it’ll take me a little while to try these solutions out. i’ll let you know how it goes!
cheersForum: Fixing WordPress
In reply to: A nav bar which highlights current category?thanks moshu!
i think i get what you’re suggesting. instead of the
is_page(‘Page One’)
i might put, for instance,
is_category(‘public art’)
right?
if i understand right, this should only work if each Post is filed under ONLY ONE category? Is that true?
Forum: Fixing WordPress
In reply to: A nav bar which highlights current category?thanks BPartch, and moshu. From the looks of that codex page, the dynamic menu highlighting works only for static Pages. Is that right?
However, what I was after was the idea that the nav bar would select a Category rather than a static Page…Is that possible?Forum: Installing WordPress
In reply to: Install Error: ‘No input file specified’i contacted godaddy, who replied:
“Unfortunately, it is not possible to set up a second user name for a database. Each database can have one user name assigned to it, and only one user name.”
any thoughts?Forum: Installing WordPress
In reply to: Install Error: ‘No input file specified’erm, kbyron123, how do you “ADD THE USER YOU CREATE TO THE DATABASE”? i think i have exactly the same problem, but i cant work out how to do it. am hosted by godaddy too…
Forum: Fixing WordPress
In reply to: More than 1 WordPress/Databasehi, i have followed the instructions as given, changed the ‘table_prefix’ to wp_2, but when i try to configure the logins etc of my new blog at https://myurl.com/wp-admin/install.php
i get an error message which reads “No input file specified.” any tips?Forum: Fixing WordPress
In reply to: Creating a print.css filethanks kafkaesqui
that worked! (your no 1 solution)… i still have to tinker with getting it to appear as on the blog, (esp with the text on the image) but that’s not difficult, methinks. that was a good trick! i guess i didnt understand that anything “background” will not appear in the printable view.
cheers!Forum: Fixing WordPress
In reply to: Creating a print.css fileHi, I have been trying to make a printable version of my entire blog to give out to old ladies who don’t use computers. True.
I want to make it easy to read but also attractive. I have been successful in tweaking the css in my header.php to change the width of the text column and the font etc.
However, I’d like to include my masthead image in the print-out. But when I print, it is not there. I noticed the same thing happens for macmanx’s site too, <https://www.macmanx.com/wordpress/index.php>
when you try to print it out.Apart from the masthead image, everything else comes thru fine.
Any ideas? my page is https://www.squatspace.com/bilateral