HTTP 500 on localhost

warrior

Member
Using UwAmp
Firefox 16 or IE8
In backend or frontend I get this error when trying to access :
- main Fabrik component link
- "view data" of my lists or forms

Any ideas ?
Regards

PS : I got the following Apache log :
[Wed Nov 14 15:20:09 2012] [error] [client 127.0.0.1] PHP Parse error: syntax error, unexpected ')' in C:\\localapp\\Apps\\WORKSPACE\\Fabrik\\www\\Fabrik\\components\\com_fabrik\\views\\list\\view.base.php on line 439, referer: http://localhost/Fabrik/administrator/index.php?option=com_fabrik&view=forms


SOLUTION is on line 439 to remove ')' at the end
$this->toggleFilters = $this->filterMode == 2 || $this->filterMode == 4);

 
I get another problem with floating links icons : they don't appear and I get the following Apache error :

[Wed Nov 14 16:36:08 2012] [error] [client 127.0.0.1] PHP Notice: Undefined index: Message in C:\\localapp\\Apps\\WORKSPACE\\Fabrik\\www\\Fabrik\\plugins\\fabrik_list\\inlineedit\\inlineedit.php on line 98, referer: http://localhost/Fabrik/
[Wed Nov 14 16:36:08 2012] [error] [client 127.0.0.1] PHP Notice: Trying to get property of non-object in C:\\localapp\\Apps\\WORKSPACE\\Fabrik\\www\\Fabrik\\plugins\\fabrik_list\\inlineedit\\inlineedit.php on line 100, referer: http://localhost/Fabrik/
[Wed Nov 14 16:36:08 2012] [error] [client 127.0.0.1] PHP Notice: Undefined index: Message in C:\\localapp\\Apps\\WORKSPACE\\Fabrik\\www\\Fabrik\\plugins\\fabrik_list\\inlineedit\\inlineedit.php on line 104, referer: http://localhost/Fabrik/
[Wed Nov 14 16:36:40 2012] [error] [client 127.0.0.1] PHP Notice: Undefined property: plgFabrik_elementIp::$_inRepeatGroup in C:\\localapp\\Apps\\WORKSPACE\\Fabrik\\www\\Fabrik\\plugins\\fabrik_element\\ip\\ip.php on line 44, referer: http://localhost/Fabrik/fabrik/contact-list
[Wed Nov 14 16:36:40 2012] [error] [client 127.0.0.1] PHP Notice: Undefined property: plgFabrik_elementIp::$_inRepeatGroup in C:\\localapp\\Apps\\WORKSPACE\\Fabrik\\www\\Fabrik\\plugins\\fabrik_element\\ip\\ip.php on line 44, referer: http://localhost/Fabrik/fabrik/contact-list
 
With me, the don't give an error, bu some icons are missing in the lists in the admin side (see the screenshot).
For the "view" icon, you have to replace "icon-view" by "icon-search".
For the "add" button, "icon-plus-sign" by "icon-plus" (although icon-plus-sign does exist, but there seems to be a conflict somewhere)
For the CSV, I don't know because this icon does not exist in the list Joomla or Bootstrap use. In the Glyphicons icons, there are a icon-download and icon-upload that may be used.

I woud have tries to fix this myself, but I can't find where these icons are called!
 
SOLUTION is on line 439 to remove ')' at the end
$this->toggleFilters = $this->filterMode == 2 || $this->filterMode == 4);[/quote]
hi yes this one was already fixed in github

[quote]....
property: plgFabrik_elementIp::$_inRepeatGroup....

Is fixed in github already.

[Wed Nov 14 16:36:08 2012] [error] [client 127.0.0.1] PHP Notice: Undefined index: Message in C:\\localapp\\Apps\\WORKSPACE\\Fabrik\\www\\Fabrik \\plugins\\fabrik_list\\inlineedit\\inlineedit.php on line 104, referer:[/quote]
Could you post your list's inline edit plugin settings please?

For the "view" icon, you have to replace "icon-view" by "icon-search".[/quote]
thanks done, fyi this is controlled with the FabrikHelperHTML::image() class - which attempts to switch between the fabrik 3.0 images and the boostrap icons.

For the "add" button, "icon-plus-sign" by "icon-plus" (although icon-plus-sign does exist, but there seems to be a conflict somewhere)[/quote]
I think this one is already fixed as well?

For the CSV, I don't know because this icon does not exist in the list Joomla or Bootstrap use. In the Glyphicons icons, there are a icon-download and icon-upload that may be used.

Note that Joomla does not use Glyphicons as per the standard bootstrap set up but rather Icomoon http://kyleledbetter.com/jui/icons

 
For the "add" button, it is working in the list tabs for the plugins, (where it is "icon-plus") but not for the add button on the list view (where it is still "icon-plus-sign").

I saw that Joomla uses the Icomoon but I don't think they have a icon-csv-export, so I guess that the FabrikHelper class can't find a replacement and does not display anything then.
 
You have to select the "bootstrap" templates (both for front and admin sides) because the "default" template will cause these icon display problems.
 
We are in need of some funding.
More details.

Thank you.

Members online

Back
Top