roncrump
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Permalinks not working…I seemed to be having the same issues as mir.solutions and grovesk.
It seems to have been fixed by creating a soft link in /etc/apache2/mods-enabled to /etc/apache2/mods-available/rewrite.load and then restarting apache2. I tried that rather than the suggestion above of loading the module via the httpd.conf as that seemed to be how the other stuff was loaded, and it is working so far.
Note I am also using 32-bit Debian, and had previously ensured that my .htaccess was writable (although it already contained the correct input) and enabled FollowSymLinks and AllowOverride.
Looks to be too late for mir.solutions and grovesk, but I hope it helps somebody down the line.
Forum: Networking WordPress
In reply to: Main blog on front page, sub-sites not (other than links)Thanks for the info. This looks like the best way forward for me.
Cheers. The plugins look like they may well be useful.
Ron.Forum: Themes and Templates
In reply to: List Child pages only NOT parent pagesWell I have the following in my page template, which I think does the job (eg visit http://newenglandnomads.net/gallery/2006/ to see page “2006” containing a list of its child pages):
<ul> <?php wp_list_pages('sort_column=menu_order&title_li=&child_of='.$post->ID.'&depth=0'); ?> </ul>Ron.
Forum: Fixing WordPress
In reply to: Unable to access URLs in local copy of WP blogFair enough. I shall carry on with my development and not worry about it, as its all lovely on the on-line version.
Forum: Fixing WordPress
In reply to: Unable to access URLs in local copy of WP blogOk, I seem to have fixed this. I reset my permalink structure in the local copy, I did have it wrong previously (it had somehow switched to custom from date and name based). Anyhow, it now works with one odd thing – the permalinks show as http://localhost/nomads/index.php/about instead of http://localhost/nomads/about. What have I got set wrong?
Ron.
Forum: Fixing WordPress
In reply to: Blank page after login with new functions.php fileWoo-hoo! We have a winner!
I had a blank line at the end of my functions.php file.
Removed it and everything is hunky-dory.
Thanks very much for your help.
Regards, Ron.Forum: Fixing WordPress
In reply to: Blank page after login with new functions.php fileThe getimagesize may be part of the problem. But having surrounded it by an if statement testing that the file exists and giving the full URL of the image, I am getting error messages:
Warning: Cannot modify header information – headers already sent by (output started at /var/www/nomads/wp-content/themes/nomadsnet/functions.php:88) in /var/www/nomads/wp-login.php on line 9
Warning: Cannot modify header information – headers already sent by (output started at /var/www/nomads/wp-content/themes/nomadsnet/functions.php:88) in /var/www/nomads/wp-includes/pluggable-functions.php on line 274
Warning: Cannot modify header information – headers already sent by (output started at /var/www/nomads/wp-content/themes/nomadsnet/functions.php:88) in /var/www/nomads/wp-includes/pluggable-functions.php on line 275
Warning: Cannot modify header information – headers already sent by (output started at /var/www/nomads/wp-content/themes/nomadsnet/functions.php:88) in /var/www/nomads/wp-includes/pluggable-functions.php on line 247
These are the same messages I was getting before the modification with error reporting on.
Thanks for the suggestion, definite improvement, any more ideas?
Ron.
Forum: Fixing WordPress
In reply to: PHP/MySQL project within WP Page design queryKafkaesqui,
My apologies for the slightly inappropriate post. I should have focussed more on the WP site integration side of things.
Thanks for your suggestions, just the kind of thing I was after.
Ron.Forum: Fixing WordPress
In reply to: Listing titles of posts from a category at bottom of a pageKafkaesqui,
That is great.
Just the job, thank you very much for your help.Ron.