a question about version 4.0.
I have an unsolve old problem, in version 3.6 :
From a sub-section of the blog with several pages, when we want to go to the page two of the sub-section, clicking on page 2 send us to the page two of the general section, and not to page 2 of the sub-section.
Awesome work as always with the news script. I do have a pretty major question however with version 4.0. Everytime I try to utilize a picture the page bombs out entirely. It says Function issue on line 84 of the simple_html_dom.
When i go to that file,
Code:
public $nodetype = HDOM_TYPE_TEXT;
is the code on line 84. Any help with this would be huge!
Access: Admin
Total Posts: 1395
Joined: 2006-05-19
Which version of PHP is your server running? PHP5+ is required for the system to function correctly. If you create a new file called phpinfo.php, inside it put this code
Code:
<?php phpinfo(); ?>
Then view it in your browser it will tell you which version you have installed.
Access: Admin
Total Posts: 1395
Joined: 2006-05-19
I'm not entirely sure what's causing this error but to stop it from happening you can edit the file bbparser.php, around line 122~, you'll see this code
Code:
$str = preg_replace($match, $replace, $str);
If you comment that by placing a # in front so that it looks like this