1
Hello,
Currently I have a problem with expense manager (v2). I upgraded from version 1.1.2. The data from the previous versión worked well. However when I press the "Export CSV" button the system crash and the following error appears:
This webpage is not available
ERR_INVALID_RESPONSE
Hide details
The webpage at http://mysite.com/administrator/index.php?option=com_finances&controller=items&task=export might be temporarily down or it may have moved permanently to a new web address.
Currently I have a problem with expense manager (v2). I upgraded from version 1.1.2. The data from the previous versión worked well. However when I press the "Export CSV" button the system crash and the following error appears:
This webpage is not available
ERR_INVALID_RESPONSE
Hide details
The webpage at http://mysite.com/administrator/index.php?option=com_finances&controller=items&task=export might be temporarily down or it may have moved permanently to a new web address.
Responses (4)
-
Accepted Answer
-
Accepted Answer
0Hi,
I found the solution on my own. Edit the file /administrator/components/com_finances/controllers/items.php comment out the following lines (73 and 74):
# $view->lists['username'] = $model->getUser_name();
# $view->lists['user_id'] = $model->getUserId();
After that, it worked like a charm!
Luis -
Accepted Answer
-
Accepted Answer
Your Reply
Please login to post a reply
You will need to be logged in to be able to post a reply. Login using the form on the right or register an account if you are new here.
Register Here »