AstBill and PHP5

From AstBillWiki

Jump to: navigation, search

This information is not current.

Problem: When i try to add Friends & Incoming it tels me that page not found. Several other pages gives page not found.

Solution: Apparently this is php5 incompatibility in Drupal, I havn't checked if it's fixed in the cvs, but if you want to fix it quickly just open up includes/menu.inc in your Drupal directory and look at line 351

It should look like this: $arguments = array_merge($arguments, explode('/', $arg));

Just add the line $arguments = array(); Right before that line.

We have tested this and it is working. Several other users have confirmed it to work.

If you still have any problem please report it in the Forum.