Welcome Guest, Not a member yet? Register   Sign In
Pagination problem, getting a blank page.
#2

[eluser]pistolPete[/eluser]
The index() function is empty, does it work if you access domain.com/page/view ?

You should enable error reporting in index.php to see if you get any errors:
Code:
error_reporting(E_ALL);

You should also omit the closing tag: (user guide)
Quote:The PHP closing tag on a PHP document ?> is optional to the PHP parser. However, if used, any whitespace following the closing tag, whether introduced by the developer, user, or an FTP application, can cause unwanted output, PHP errors, or if the latter are suppressed, blank pages. For this reason, all PHP files should OMIT the closing PHP tag, and instead use a comment block to mark the end of file and it's location relative to the application root. This allows you to still identify a file as being complete and not truncated.


Messages In This Thread
Pagination problem, getting a blank page. - by El Forum - 09-03-2009, 01:07 PM
Pagination problem, getting a blank page. - by El Forum - 09-03-2009, 01:51 PM
Pagination problem, getting a blank page. - by El Forum - 09-03-2009, 02:39 PM
Pagination problem, getting a blank page. - by El Forum - 09-03-2009, 03:57 PM
Pagination problem, getting a blank page. - by El Forum - 09-04-2009, 01:11 AM
Pagination problem, getting a blank page. - by El Forum - 09-04-2009, 11:03 AM
Pagination problem, getting a blank page. - by El Forum - 09-05-2009, 10:05 PM



Theme © iAndrew 2016 - Forum software by © MyBB