Notice: Undefined offset: 2 in rsobj.php on line 320
Good afternoon, I'm having this error in version 2.25 of rsobj.php when I made the page. The error appears on the page after clicking the next button.
The query is very simple:
<?php
$noticias = new WA_MySQLi_RS("noticias",$ejemplo1,10);
$noticias->setQuery("SELECT * FROM noticias ORDER BY fecha DESC");
$noticias->execute();
?>
And the link also:
<a href="<?php echo $noticias->getNextPageLink(); ?>">siguiente</a>
I attached screenshot
I also wanted to check how much a license for one more PC came out.
Thank you!
