"Next page" link not working

Found a bug? Tell us!!
garvinhicking
Core Developer
Posts: 30022
Joined: Tue Sep 16, 2003 9:45 pm
Location: Cologne, Germany
Contact:

Post by garvinhicking »

Hi!

Hm, I can'T really tell what's happening on your page, it basically should work. I believe I would need to check out the installation via FTP to be able to inspect more of this :(

0.8.5 is nearly completely different than recent versions in the permalink handling.

Regards,
Garvin
# Garvin Hicking (s9y Developer)
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
sprocketlogic
Regular
Posts: 9
Joined: Fri Apr 13, 2007 9:29 pm
Location: Charlotte NC
Contact:

Post by sprocketlogic »

Weird. I figured out the problem. Arrays. Not sure why it was messing things up but this now works:

Code: Select all

<?php

	$page	= array();

	ob_start();
	require 'blog.php';
	$content = ob_get_contents();

	ob_end_clean();
	
	$title = "ACLU Blog";
	
	require_once("./interior_template.php");

?>
sprocket+logic = work smarter
Post Reply