Can't create new db table

Status
Not open for further replies.

mattsh

Member
I have tested Fabrik with the sample data and it works fine to add data and modify lists and forms. But then I try to add a new form with its own db table I receive an error
Code:
500 - An error has occurred.
Incorrect table name '' SQL=CREATE TABLE IF NOT EXISTS `` (`id` INT(6) NOT NULL AUTO_INCREMENT, `date_time` DATETIME null, PRIMARY KEY (`id`)) ENGINE = MYISAM

Elements, form and group is created, but no new table.

If I create a new list, it?s made without errors, and form, group and elements are created, but no db table.

Tested on Fabrik 3.0.6.3 (and even some GitHub versions from last week) and Joomla 2.5.7. And on different Joomla-sites.

I hope this description is not to confusing.


Kind regards
Matt
 
Very strange.
What did you use as table name?
Did you check/re-save your fabrik connection?
Does your DB user have all privileges?
Did you clear Joomla cache?
 
Which php version are you running? (Site/Systeminfo)
Can you set Joomla error reporting to maximum and try again?
Anything to see in the error log files?
 
Which php version are you running?
Database Version: 5.0.91-log
PHP Version: 5.2.17

Can you set Joomla error reporting to maximum and try again?
Yes, and tested even Development

Code:
Anything to see in the error log files?
Don't see any new errors in the log (root/logs) fabrik.log (did creat some new forms)
 
I don't know if it's useful information at all, but Joomla Smart Search doesn?t work in my sites at my web host (can't change).
 
Error log: you should examine the standard error log (can you access your hosting account with e.g. cPanel, Plesk?)

Maybe PHP5.2 could be a problem, breaking some stringhandling functions (this is beyond by knowledge) because your table name seems to be converted to '' (PHP5.3.x is recommended).
 
Error-log below(url and ip are modified).
Code:
[Thu Oct 04 09:00:52 2012] [error] [client 000.000.000.000] PHP Warning: 
Invalid argument supplied for foreach() in /apache/htdocs/mysite/administrator/components/com_fabrik/models/element.php
on line 1228, referer: http://www.mysite/administrator/index.php?option=com_fabrik&view=element&layout=edit
[Thu Oct 04 09:00:52 2012] [error] [client 000.000.000.000] PHP Warning: 
Attempt to assign property of non-object in /apache/htdocs/mysite/administrator/components/com_fabrik/models/element.php
on line 678, referer: http://www.mysite/administrator/index.php?option=com_fabrik&view=element&layout=edit
/apache/htdocs/mysite/administrator/components/com_fabrik/models/element.php(1228)
: Warning - Invalid argument supplied for foreach()
/apache/htdocs/mysite/administrator/components/com_fabrik/models/element.php(678)
: Warning - Attempt to assign property of non-object [Thu Oct 04 09:10:01 2012] [error] [client 000.000.000.000] PHP Warning: 
Invalid argument supplied for foreach() in /apache/htdocs/mysite/libraries/joomla/database/database/mysql.php on line 383, referer: http://www.mysite/administrator/ind
ex.php?option=com_fabrik&view=list&layout=edit
/apache/htdocs/mysite/libraries/joomla/database/database/mysql.php(383)
: Warning - Invalid argument supplied for foreach() [Thu Oct 04 10:38:36 2012] [error] [client 000.000.000.000] PHP Warning: 
htmlspecialchars() expects parameter 1 to be string, array given in /apache/htdocs/mysite/administrator/components/com_admin/views/sysinfo/tmpl/default_config.php
on line 37, referer: http://www.mysite/administrator/index.php/apache/htdocs/mysite/administrator/components/com_admin/views/sysinfo/tmpl/default_config.php(37)
: Warning - htmlspecialchars() expects parameter 1 to be string, array given
 
I can successfully create a list with the name of 'fb_new_table' so I don't believe this is code related.

The fact that you are having issues with Joomla Smart Search does suggest some other problem.

What version of Github gives you the exact message you posted above?
 
I have tested versions 3.0.6.3-145-gd03126a and 3.0.6.3-182-gc49c9db, last one today. But still the same error.

M
 
I've tested on a host with PHP5.2.17, no problem to create a new list.
Very strange.
Do you have any 3rd party stuff, JS compression ....?
 
I have 3rd party extensions installed like this:
CB
Docman
JCE
JEvents
OSEFileman
Phoca Gallery
RSForm Pro
User Article Manager
DB Query Module
JE Footer Module
EU e-Privacy Directive Module + Plugin
JoomlaXTC Maplink Module
PixSearchNG Module
Asynchronous Google Analytics plugin
JCE MediaBox Plugin
CB Core Redirect Plugin
 
As I mentioned earlier I don't believe this is a problem with the Fabrik code in standard form but it is quite possible that a conflict is happening somewhere.

I think your best bet would be to create a new installation in a subdirectory or subdomain if your hoster provides that facility. The new installation would simply be the latest Joomla and Fabrik only with the latest Github, (should take no more than 10 mins). You would then test creating a list, if it works then your focus on the original site would be a conflict with another application. If it doesn't work then you know the problem is server or host related.

1) For the application conflict it would be a matter of disabling each application plugin one by one testing in between the creation of a table in Fabrik.

So as an example, in your Joomla backend there may be a plugin(s) for Jevents. Disable this plugin and then test to see if you can create a Fabrik list. If not, re-enable it and disable the next one on your list and re-test.

2) If it's a hosting issue then they should be able to provide you some logs at the time you are trying to create a list. The fact that you will be doing this in a subdirectory \ subdomain you should be able to pinpoint the exact error messages relating to that site
 
Have installed a fresh Joomla 2.5.7 with just Fabrik-3.0.6.3-182-gc49c9db. It's still the same error when I try to create a new form.

Below is the whole error-log after testing to create forms and lists:
Code:
[Wed Oct 10 09:58:56 2012] [error] [client 000.000.000.000] PHP Strict
Standards:  Creating default object from empty value in
/apache/htdocs/mysite/libraries/joomla/updater/adapters/collection.php(101)
  : eval()'d code on line 1, referer: 
http://www.mysite/administrator/index.php
[Wed Oct 10 09:58:56 2012] [error] [client 000.000.000.000] PHP Strict
Standards:  Creating default object from empty value in
/apache/htdocs/mysite/libraries/joomla/updater/adapters/collection.php(101)
  : eval()'d code on line 1, referer: 
http://www.mysite/administrator/index.php
[Wed Oct 10 09:58:57 2012] [error] [client 000.000.000.000] PHP Strict
Standards:  Creating default object from empty value in
/apache/htdocs/mysite/libraries/joomla/updater/adapters/collection.php(101)
  : eval()'d code on line 1, referer: 
http://www.mysite/administrator/index.php
[Wed Oct 10 09:58:57 2012] [error] [client 000.000.000.000] PHP Strict
Standards:  Creating default object from empty value in
/apache/htdocs/mysite/libraries/joomla/updater/adapters/collection.php(101)
  : eval()'d code on line 1, referer: 
http://www.mysite/administrator/index.php
[Wed Oct 10 09:58:57 2012] [error] [client 000.000.000.000] PHP Strict
Standards:  Creating default object from empty value in
/apache/htdocs/mysite/libraries/joomla/updater/adapters/collection.php(101)
  : eval()'d code on line 1, referer: 
http://www.mysite/administrator/index.php
[Wed Oct 10 09:58:58 2012] [error] [client 000.000.000.000] PHP Strict
Standards:  Creating default object from empty value in
/apache/htdocs/mysite/libraries/joomla/updater/adapters/collection.php(101)
  : eval()'d code on line 1, referer: 
http://www.mysite/administrator/index.php
[Wed Oct 10 09:58:58 2012] [error] [client 000.000.000.000] PHP Strict
Standards:  Creating default object from empty value in
/apache/htdocs/mysite/libraries/joomla/updater/adapters/collection.php(101)
  : eval()'d code on line 1, referer: 
http://www.mysite/administrator/index.php
[Wed Oct 10 09:58:58 2012] [error] [client 000.000.000.000] PHP Strict
Standards:  Creating default object from empty value in
/apache/htdocs/mysite/libraries/joomla/updater/adapters/collection.php(101)
  : eval()'d code on line 1, referer: 
http://www.mysite/administrator/index.php
[Wed Oct 10 09:58:58 2012] [error] [client 000.000.000.000] PHP Strict
Standards:  Creating default object from empty value in
/apache/htdocs/mysite/libraries/joomla/updater/adapters/collection.php(101)
  : eval()'d code on line 1, referer: 
http://www.mysite/administrator/index.php
[Wed Oct 10 09:58:59 2012] [error] [client 000.000.000.000] PHP Strict
Standards:  Creating default object from empty value in
/apache/htdocs/mysite/libraries/joomla/updater/adapters/collection.php(101)
  : eval()'d code on line 1, referer: 
http://www.mysite/administrator/index.php
[Wed Oct 10 09:58:59 2012] [error] [client 000.000.000.000] PHP Strict
Standards:  Creating default object from empty value in
/apache/htdocs/mysite/libraries/joomla/updater/adapters/collection.php(101)
  : eval()'d code on line 1, referer: 
http://www.mysite/administrator/index.php
/apache/htdocs/mysite/libraries/joomla/updater/adapters/collection.php(101)
: eval()'d code(1) : Strict Standards - Creating default object from empty value
/apache/htdocs/mysite/libraries/joomla/updater/adapters/collection.php(101)
: eval()'d code(1) : Strict Standards - Creating default object from empty value
/apache/htdocs/mysite/libraries/joomla/updater/adapters/collection.php(101)
: eval()'d code(1) : Strict Standards - Creating default object from empty value
/apache/htdocs/mysite/libraries/joomla/updater/adapters/collection.php(101)
: eval()'d code(1) : Strict Standards - Creating default object from empty value
/apache/htdocs/mysite/libraries/joomla/updater/adapters/collection.php(101)
: eval()'d code(1) : Strict Standards - Creating default object from empty value
/apache/htdocs/mysite/libraries/joomla/updater/adapters/collection.php(101)
: eval()'d code(1) : Strict Standards - Creating default object from empty value
/apache/htdocs/mysite/libraries/joomla/updater/adapters/collection.php(101)
: eval()'d code(1) : Strict Standards - Creating default object from empty value
/apache/htdocs/mysite/libraries/joomla/updater/adapters/collection.php(101)
: eval()'d code(1) : Strict Standards - Creating default object from empty value
/apache/htdocs/mysite/libraries/joomla/updater/adapters/collection.php(101)
: eval()'d code(1) : Strict Standards - Creating default object from empty value
/apache/htdocs/mysite/libraries/joomla/updater/adapters/collection.php(101)
: eval()'d code(1) : Strict Standards - Creating default object from empty value
/apache/htdocs/mysite/libraries/joomla/updater/adapters/collection.php(101)
: eval()'d code(1) : Strict Standards - Creating default object from empty value [Wed Oct 10 09:59:55 2012] [error] [client 000.000.000.000] PHP Strict
Standards:  is_a(): Deprecated. Please use the instanceof operator in /apache/htdocs/mysite/components/com_fabrik/models/connection
.php on line 235, referer: 
http://www.mysite/administrator/index.php?option=com_fabrik&view=form&layout=edit
[Wed Oct 10 09:59:56 2012] [error] [client 000.000.000.000] PHP Strict
Standards:  Declaration of FabrikFEModelPluginmanager::_getList() should be compatible with that of JModel::_getList() in /apache/htdocs/ mysite/components/com_fabrik/models/pluginmanager.php on line 611,
referer: 
http://www.mysite/administrator/index.php?option=com_fabrik&view=form&layout=edit
[Wed Oct 10 09:59:56 2012] [error] [client 000.000.000.000] PHP Strict
Standards:  Declaration of plgFabrik_ElementDate::getEmailValue() should be compatible with that of plgFabrik_Element::getEmailValue() in
  /apache/htdocs/mysite/plugins/fabrik_element/date/date.php on line 2217, referer: 
http://www.mysite/administrator/index.php?option=com_fabrik&view=form&layout=edit
[Wed Oct 10 09:59:56 2012] [error] [client 000.000.000.000] PHP Strict
Standards:  Non-static method JFilterInput::clean() should not be called statically in /apache/htdocs/mysite/components/com_fabrik/
helpers/string.php on line 214, referer: 
http://www.mysite/administrator/index.php?option=com_fabrik&view=form&layout=edit
[Wed Oct 10 09:59:56 2012] [error] [client 000.000.000.000] PHP Strict
Standards:  Non-static method JFilterInput::clean() should not be called statically in /apache/htdocs/mysite/components/com_fabrik/
helpers/string.php on line 214, referer: 
http://www.mysite/administrator/index.php?option=com_fabrik&view=form&layout=edit
/apache/htdocs/mysite/components/com_fabrik/models/connection.php(235)
: Strict Standards - is_a(): Deprecated. Please use the instanceof operator
/apache/htdocs/mysite/components/com_fabrik/models/pluginmanager.php(611)
: Strict Standards - Declaration of FabrikFEModelPluginmanager::_getList()
should be compatible with that of JModel::_getList()
/apache/htdocs/mysite/plugins/fabrik_element/date/date.php(2217) : 
Strict Standards - Declaration of plgFabrik_ElementDate::getEmailValue()
should be compatible with that of plgFabrik_Element::getEmailV
alue()
/apache/htdocs/mysite/components/com_fabrik/helpers/string.php(214)
: Strict Standards - Non-static method JFilterInput::clean() should not be called statically
/apache/htdocs/mysite/components/com_fabrik/helpers/string.php(214)
: Strict Standards - Non-static method JFilterInput::clean() should not be called statically [Wed Oct 10 10:01:08 2012] [error] [client 000.000.000.000] PHP Strict
Standards:  Declaration of FabrikFEModelPluginmanager::_getList() should be compatible with that of JModel::_getList() in /apache/htdocs/ mysite/components/com_fabrik/models/pluginmanager.php on line 611,
referer: 
http://www.mysite/administrator/index.php?option=com_fabrik&view=lists
[Wed Oct 10 10:01:08 2012] [error] [client 000.000.000.000] PHP Strict
Standards:  is_a(): Deprecated. Please use the instanceof operator in /apache/htdocs/mysite/components/com_fabrik/models/connection
.php on line 235, referer: 
http://www.mysite/administrator/index.php?option=com_fabrik&view=lists
[Wed Oct 10 10:01:14 2012] [error] [client 000.000.000.000] PHP Strict
Standards:  is_a(): Deprecated. Please use the instanceof operator in /apache/htdocs/mysite/components/com_fabrik/models/connection
.php on line 235, referer: 
http://www.mysite/administrator/index.php?option=com_fabrik&view=list&layout=edit
[Wed Oct 10 10:01:44 2012] [error] [client 000.000.000.000] PHP Strict
Standards:  is_a(): Deprecated. Please use the instanceof operator in /apache/htdocs/mysite/components/com_fabrik/models/connection
.php on line 161, referer: 
http://www.mysite/administrator/index.php?option=com_fabrik&view=lists
[Wed Oct 10 10:01:44 2012] [error] [client 000.000.000.000] PHP Strict
Standards:  Declaration of FabrikFEModelPluginmanager::_getList() should be compatible with that of JModel::_getList() in /apache/htdocs/ mysite/components/com_fabrik/models/pluginmanager.php on line 611,
referer: 
http://www.mysite/administrator/index.php?option=com_fabrik&view=lists
[Wed Oct 10 10:01:44 2012] [error] [client 000.000.000.000] PHP Strict
Standards:  is_a(): Deprecated. Please use the instanceof operator in /apache/htdocs/mysite/components/com_fabrik/models/connection
.php on line 235, referer: 
http://www.mysite/administrator/index.php?option=com_fabrik&view=lists
[Wed Oct 10 10:01:47 2012] [error] [client 000.000.000.000] PHP Strict
Standards:  is_a(): Deprecated. Please use the instanceof operator in /apache/htdocs/mysite/components/com_fabrik/models/connection
.php on line 161, referer: 
http://www.mysite/administrator/index.php?option=com_fabrik&view=list&layout=edit
[Wed Oct 10 10:01:47 2012] [error] [client 000.000.000.000] PHP Strict
Standards:  is_a(): Deprecated. Please use the instanceof operator in /apache/htdocs/mysite/components/com_fabrik/models/connection
.php on line 235, referer: 
http://www.mysite/administrator/index.php?option=com_fabrik&view=list&layout=edit
/apache/htdocs/mysite/components/com_fabrik/models/pluginmanager.php(611)
: Strict Standards - Declaration of FabrikFEModelPluginmanager::_getList()
should be compatible with that of JModel::_getList()
/apache/htdocs/mysite/components/com_fabrik/models/connection.php(235)
: Strict Standards - is_a(): Deprecated. Please use the instanceof operator
/apache/htdocs/mysite/components/com_fabrik/models/connection.php(235)
: Strict Standards - is_a(): Deprecated. Please use the instanceof operator [Wed Oct 10 10:01:59 2012] [error] [client 000.000.000.000] PHP Strict
Standards:  is_a(): Deprecated. Please use the instanceof operator in /apache/htdocs/mysite/components/com_fabrik/models/connection
.php on line 161, referer: 
http://www.mysite/administrator/index.php?option=com_fabrik&view=connections
[Wed Oct 10 10:01:59 2012] [error] [client 000.000.000.000] PHP Strict
Standards:  is_a(): Deprecated. Please use the instanceof operator in /apache/htdocs/mysite/components/com_fabrik/models/connection
.php on line 235, referer: 
http://www.mysite/administrator/index.php?option=com_fabrik&view=connections
/apache/htdocs/mysite/components/com_fabrik/models/connection.php(161)
: Strict Standards - is_a(): Deprecated. Please use the instanceof operator
/apache/htdocs/mysite/components/com_fabrik/models/connection.php(235)
: Strict Standards - is_a(): Deprecated. Please use the instanceof operator [Wed Oct 10 10:02:12 2012] [error] [client 000.000.000.000] PHP Strict
Standards:  is_a(): Deprecated. Please use the instanceof operator in /apache/htdocs/mysite/components/com_fabrik/models/connection
.php on line 161, referer: 
http://www.mysite/administrator/index.php?option=com_fabrik&view=lists
[Wed Oct 10 10:02:12 2012] [error] [client 000.000.000.000] PHP Strict
Standards:  Declaration of FabrikFEModelPluginmanager::_getList() should be compatible with that of JModel::_getList() in /apache/htdocs/ mysite/components/com_fabrik/models/pluginmanager.php on line 611,
referer: 
http://www.mysite/administrator/index.php?option=com_fabrik&view=lists
[Wed Oct 10 10:02:12 2012] [error] [client 000.000.000.000] PHP Strict
Standards:  is_a(): Deprecated. Please use the instanceof operator in /apache/htdocs/mysite/components/com_fabrik/models/connection
.php on line 235, referer: 
http://www.mysite/administrator/index.php?option=com_fabrik&view=lists
[Wed Oct 10 10:02:16 2012] [error] [client 000.000.000.000] PHP Strict
Standards:  is_a(): Deprecated. Please use the instanceof operator in /apache/htdocs/mysite/components/com_fabrik/models/connection
.php on line 161, referer: 
http://www.mysite/administrator/index.php?option=com_fabrik&view=list&layout=edit
[Wed Oct 10 10:02:16 2012] [error] [client 000.000.000.000] PHP Strict
Standards:  is_a(): Deprecated. Please use the instanceof operator in /apache/htdocs/mysite/components/com_fabrik/models/connection
.php on line 235, referer: 
http://www.mysite/administrator/index.php?option=com_fabrik&view=list&layout=edit
/apache/htdocs/mysite/components/com_fabrik/models/connection.php(161)
: Strict Standards - is_a(): Deprecated. Please use the instanceof operator
/apache/htdocs/mysite/components/com_fabrik/models/pluginmanager.php(611)
: Strict Standards - Declaration of FabrikFEModelPluginmanager::_getList()
should be compatible with that of JModel::_getList()
/apache/htdocs/mysite/components/com_fabrik/models/connection.php(235)
: Strict Standards - is_a(): Deprecated. Please use the instanceof operator
/apache/htdocs/mysite/components/com_fabrik/models/connection.php(161)
: Strict Standards - is_a(): Deprecated. Please use the instanceof operator
/apache/htdocs/mysite/components/com_fabrik/models/connection.php(235)
: Strict Standards - is_a(): Deprecated. Please use the instanceof operator
/apache/htdocs/mysite/components/com_fabrik/models/connection.php(161)
: Strict Standards - is_a(): Deprecated. Please use the instanceof operator
/apache/htdocs/mysite/components/com_fabrik/models/pluginmanager.php(611)
: Strict Standards - Declaration of FabrikFEModelPluginmanager::_getList()
should be compatible with that of JModel::_getList()
/apache/htdocs/mysite/components/com_fabrik/models/connection.php(235)
: Strict Standards - is_a(): Deprecated. Please use the instanceof operator
/apache/htdocs/mysite/components/com_fabrik/models/connection.php(161)
: Strict Standards - is_a(): Deprecated. Please use the instanceof operator
/apache/htdocs/mysite/components/com_fabrik/models/connection.php(235)
: Strict Standards - is_a(): Deprecated. Please use the instanceof operator [Wed Oct 10 10:04:23 2012] [error] [client 000.000.000.000] PHP Strict
Standards:  is_a(): Deprecated. Please use the instanceof operator in /apache/htdocs/mysite/components/com_fabrik/models/connection
.php on line 161, referer: 
http://www.mysite/administrator/index.php?option=com_fabrik&view=lists
[Wed Oct 10 10:04:23 2012] [error] [client 000.000.000.000] PHP Strict
Standards:  Declaration of FabrikFEModelPluginmanager::_getList() should be compatible with that of JModel::_getList() in /apache/htdocs/ mysite/components/com_fabrik/models/pluginmanager.php on line 611,
referer: 
http://www.mysite/administrator/index.php?option=com_fabrik&view=lists
[Wed Oct 10 10:04:23 2012] [error] [client 000.000.000.000] PHP Strict
Standards:  is_a(): Deprecated. Please use the instanceof operator in /apache/htdocs/mysite/components/com_fabrik/models/connection
.php on line 235, referer: 
http://www.mysite/administrator/index.php?option=com_fabrik&view=lists
[Wed Oct 10 10:04:27 2012] [error] [client 000.000.000.000] PHP Strict
Standards:  is_a(): Deprecated. Please use the instanceof operator in /apache/htdocs/mysite/components/com_fabrik/models/connection
.php on line 161, referer: 
http://www.mysite/administrator/index.php?option=com_fabrik&view=list&layout=edit
[Wed Oct 10 10:04:27 2012] [error] [client 000.000.000.000] PHP Strict
Standards:  is_a(): Deprecated. Please use the instanceof operator in /apache/htdocs/mysite/components/com_fabrik/models/connection
.php on line 235, referer: 
http://www.mysite/administrator/index.php?option=com_fabrik&view=list&layout=edit
/apache/htdocs/mysite/components/com_fabrik/models/connection.php(161)
: Strict Standards - is_a(): Deprecated. Please use the instanceof operator
/apache/htdocs/mysite/components/com_fabrik/models/pluginmanager.php(611)
: Strict Standards - Declaration of FabrikFEModelPluginmanager::_getList()
should be compatible with that of JModel::_getList()
/apache/htdocs/mysite/components/com_fabrik/models/connection.php(235)
: Strict Standards - is_a(): Deprecated. Please use the instanceof operator
/apache/htdocs/mysite/components/com_fabrik/models/connection.php(161)
: Strict Standards - is_a(): Deprecated. Please use the instanceof operator
/apache/htdocs/mysite/components/com_fabrik/models/connection.php(235)
: Strict Standards - is_a(): Deprecated. Please use the instanceof operator [Wed Oct 10 10:04:53 2012] [error] [client 000.000.000.000] PHP Strict
Standards:  Only variables should be passed by reference in /apache/htdocs/mysite/administrator/components/com_fabrik/models/list.p
hp on line 570, referer: 
http://www.mysite/administrator/index.php?option=com_fabrik&view=list&layout=edit
[Wed Oct 10 10:04:54 2012] [error] [client 000.000.000.000] PHP Notice: 
Undefined index:  db_table_name in
/apache/htdocs/mysite/administrator/components/com_fabrik/models/list.php
on line 994, referer
: 
http://www.mysite/administrator/index.php?option=com_fabrik&view=list&layout=edit
[Wed Oct 10 10:04:54 2012] [error] [client 000.000.000.000] PHP Strict
Standards:  Declaration of FabrikFEModelPluginmanager::_getList() should be compatible with that of JModel::_getList() in /apache/htdocs/ mysite/components/com_fabrik/models/pluginmanager.php on line 611,
referer: 
http://www.mysite/administrator/index.php?option=com_fabrik&view=list&layout=edit
[Wed Oct 10 10:04:54 2012] [error] [client 000.000.000.000] PHP Strict
Standards:  is_a(): Deprecated. Please use the instanceof operator in /apache/htdocs/mysite/components/com_fabrik/models/connection
.php on line 161, referer: 
http://www.mysite/administrator/index.php?option=com_fabrik&view=list&layout=edit
[Wed Oct 10 10:04:54 2012] [error] [client 000.000.000.000] PHP Strict
Standards:  is_a(): Deprecated. Please use the instanceof operator in /apache/htdocs/mysite/components/com_fabrik/models/connection
.php on line 235, referer: 
http://www.mysite/administrator/index.php?option=com_fabrik&view=list&layout=edit
[Wed Oct 10 10:04:54 2012] [error] [client 000.000.000.000] PHP Warning: 
Invalid argument supplied for foreach() in /apache/htdocs/mysite/libraries/joomla/database/database/mysql.php
on line 383, refer
er: 
http://www.mysite/administrator/index.php?option=com_fabrik&view=list&layout=edit
[Wed Oct 10 10:04:54 2012] [error] [client 000.000.000.000] PHP Strict
Standards:  Non-static method FabrikAdminHelper::prepareSaveDate() should not be called statically, assuming $this from incompatible cont ext in /apache/htdocs/mysite/administrator/components/com_fabrik/models/list.php
on line 648, referer: 
http://www.mysite/administrator/index.php?option=com_fabrik&view=list&layout=edit
[Wed Oct 10 10:04:54 2012] [error] [client 000.000.000.000] PHP Strict
Standards:  Non-static method FabrikAdminHelper::prepareSaveDate() should not be called statically, assuming $this from incompatible cont ext in /apache/htdocs/mysite/administrator/components/com_fabrik/models/list.php
on line 649, referer: 
http://www.mysite/administrator/index.php?option=com_fabrik&view=list&layout=edit
[Wed Oct 10 10:04:54 2012] [error] [client 000.000.000.000] PHP Strict
Standards:  Non-static method FabrikAdminHelper::prepareSaveDate() should not be called statically, assuming $this from incompatible cont ext in /apache/htdocs/mysite/administrator/components/com_fabrik/models/list.php
on line 650, referer: 
http://www.mysite/administrator/index.php?option=com_fabrik&view=list&layout=edit
[Wed Oct 10 10:04:55 2012] [error] [client 000.000.000.000] PHP Strict
Standards:  is_a(): Deprecated. Please use the instanceof operator in /apache/htdocs/mysite/components/com_fabrik/models/connection
.php on line 161, referer: 
http://www.mysite/administrator/index.php?option=com_fabrik&view=list&layout=edit
[Wed Oct 10 10:04:55 2012] [error] [client 000.000.000.000] PHP Strict
Standards:  Declaration of FabrikFEModelPluginmanager::_getList() should be compatible with that of JModel::_getList() in /apache/htdocs/ mysite/components/com_fabrik/models/pluginmanager.php on line 611,
referer: 
http://www.mysite/administrator/index.php?option=com_fabrik&view=list&layout=edit
[Wed Oct 10 10:04:55 2012] [error] [client 000.000.000.000] PHP Strict
Standards:  is_a(): Deprecated. Please use the instanceof operator in /apache/htdocs/mysite/components/com_fabrik/models/connection
.php on line 161, referer: 
http://www.mysite/administrator/index.php?option=com_fabrik&view=list&layout=edit
[Wed Oct 10 10:04:55 2012] [error] [client 000.000.000.000] PHP Strict
Standards:  is_a(): Deprecated. Please use the instanceof operator in /apache/htdocs/mysite/components/com_fabrik/models/connection
.php on line 235, referer: 
http://www.mysite/administrator/index.php?option=com_fabrik&view=list&layout=edit
/apache/htdocs/mysite/administrator/components/com_fabrik/models/list.php(570)
: Strict Standards - Only variables should be passed by reference
/apache/htdocs/mysite/administrator/components/com_fabrik/models/list.php(994)
: Notice - Undefined index:  db_table_name
/apache/htdocs/mysite/components/com_fabrik/models/pluginmanager.php(611)
: Strict Standards - Declaration of FabrikFEModelPluginmanager::_getList()
should be compatible with that of JModel::_getList()
/apache/htdocs/mysite/components/com_fabrik/models/connection.php(161)
: Strict Standards - is_a(): Deprecated. Please use the instanceof operator
/apache/htdocs/mysite/components/com_fabrik/models/connection.php(235)
: Strict Standards - is_a(): Deprecated. Please use the instanceof operator
/apache/htdocs/mysite/libraries/joomla/database/database/mysql.php(383)
: Warning - Invalid argument supplied for foreach()
/apache/htdocs/mysite/administrator/components/com_fabrik/models/list.php(648)
: Strict Standards - Non-static method
FabrikAdminHelper::prepareSaveDate() should not be called statically, assuming $this
  from incompatible context
/apache/htdocs/mysite/administrator/components/com_fabrik/models/list.php(649)
: Strict Standards - Non-static method
FabrikAdminHelper::prepareSaveDate() should not be called statically, assuming $this
  from incompatible context
/apache/htdocs/mysite/administrator/components/com_fabrik/models/list.php(650)
: Strict Standards - Non-static method
FabrikAdminHelper::prepareSaveDate() should not be called statically, assuming $this
  from incompatible context
/apache/htdocs/mysite/components/com_fabrik/models/connection.php(161)
: Strict Standards - is_a(): Deprecated. Please use the instanceof operator
/apache/htdocs/mysite/components/com_fabrik/models/pluginmanager.php(611)
: Strict Standards - Declaration of FabrikFEModelPluginmanager::_getList()
should be compatible with that of JModel::_getList()
/apache/htdocs/mysite/components/com_fabrik/models/connection.php(161)
: Strict Standards - is_a(): Deprecated. Please use the instanceof operator
/apache/htdocs/mysite/components/com_fabrik/models/connection.php(235)
: Strict Standards - is_a(): Deprecated. Please use the instanceof operator
 
:confused:
Can you post a screenshot of your "Systeminformation" and "PHP Settings"?
Do you have any special server settings, restrictions...?
 
Start with System information and PHP settings.

Code:
System Information

PHP Built On:	 AIX corax 3 5 000F05CAD400
Database Version:	 5.0.91-log
Database Collation:	 utf8_general_ci
PHP Version:	 5.2.17
Web Server:	 Apache
WebServer to PHP Interface:	 apache2handler
Joomla! Version: Joomla! 2.5.7 Stable [ Ember ] 13-September-2012 

14:00 GMT
Joomla! Platform Version:	 Joomla Platform 11.4.0 Stable [ 

Brian Kernighan ] 03-Jan-2012 00:00 GMT
User Agent:	 Mozilla/5.0 (Windows NT 6.1; WOW64) 

AppleWebKit/537.4 (KHTML, like Gecko) Chrome/22.0.1229.92 

Safari/537.4

Code:
Relevant PHP Settings
Setting	 Value
 
Safe Mode: Off
Open basedir:	 .:/apache/htdocs/webdev-

its/lib:/apache/php/lib:/bin:/opt/freeware/bin:/tmp:/usr/bin:/usr

/local/bin:/usr/local/etc/Counter/data:/apache/htdocs/ucr
Display Errors:	 On
Short Open Tags:	 Off
File Uploads:	 On
Magic Quotes:	 On
Register Globals:	 Off
Output Buffering:	 On
Session Save Path:	 /tmp
Session Auto Start:	 0
XML Enabled:	 Yes
Zlib Enabled:	 Yes
Native ZIP Enabled:	 Yes

Disabled Functions:	 

apache_child_terminate,apache_get_modules,apache_get_version,apac

he_getenv,apache_lookup_uri,apache_note,apache_request_headers,ap

ache_reset_timeout,apache_response_headers,apache_setenv,curl_clo

se,curl_copy_handle,curl_errno,curl_error,curl_exec,curl_getinfo,

curl_init,curl_multi_add_handle,curl_multi_close,curl_multi_exec,

curl_multi_getcontent,curl_multi_info_read,curl_multi_init,curl_m

ulti_remove_handle,curl_multi_select,curl_setopt,curl_version,dio

_close,dio_fcntl,dio_open,dio_read,dio_seek,dio_stat,dio_tcsetatt

r,dio_truncate,dio_write,dl,fileinode,ftok,ftp_alloc,ftp_cdup,ftp

_chdir,ftp_chmod,ftp_close,ftp_connect,ftp_delete,ftp_exec,ftp_fg

et,ftp_fput,ftp_get,ftp_get_option,ftp_login,ftp_mdtm,ftp_mkdir,f

tp_nb_continue,ftp_nb_fget,ftp_nb_fput,ftp_nb_get,ftp_nb_put,ftp_

nlist,ftp_pasv,ftp_put,ftp_pwd,ftp_quit,ftp_raw,ftp_rawlist,ftp_r

ename,ftp_rmdir,ftp_set_option,ftp_site,ftp_size,ftp_ssl_connect,

ftp_systype,highlight_file,msg_get_queue,msg_receive,msg_remove_q

ueue,msg_send,msg_set_queue,msg_stat_queue,passthru,pcntl_alarm,p

cntl_exec,pcntl_fork,pcntl_getpriority,pcntl_setpriority,pcntl_si

gnal,pcntl_wait,pcntl_waitpid,pcntl_wexitstatus,pcntl_wifexited,p

cntl_wifsignaled,pcntl_wifstopped,pcntl_wstopsig,pcntl_wtermsig,p

fsockopen,posix_access,posix_ctermid,posix_get_last_error,posix_g

etcwd,posix_getegid,posix_geteuid,posix_getgid,posix_getgrgid,pos

ix_getgrnam,posix_getgroups,posix_getlogin,posix_getpgid,posix_ge

tpgrp,posix_getpid,posix_getppid,posix_getpwnam,posix_getpwuid,po

six_getrlimit,posix_getsid,posix_getuid,posix_isatty,posix_kill,p

osix_mkfifo,posix_mknod,posix_setegid,posix_seteuid,posix_setgid,

posix_setpgid,posix_setsid,posix_setuid,posix_strerror,posix_time

s,posix_ttyname,posix_uname,sem_acquire,sem_get,sem_release,sem_r

emove,shm_attach,shm_detach,shm_get_var,shm_put_var,shm_remove,sh

m_remove_var,shmop_close,shmop_delete,shmop_open,shmop_read,shmop

_size,shmop_write

Mbstring Enabled:	 Yes
Iconv Available:	 Yes
 
I've seen a lot of Joomla installations on different servers, but never such a bunch of disabled functions.
If you can't create a simple test list on a new pure Joomla/fabrik installation there must be something with your server setup, php installation...

As you've mentioned Joomla smart search isn't running, too.

I would suggest to create a copy of your site (e.g. with Akeeba backup) and test on a different or local server.
Make sure to open and re-save your fabrik connection on your copied site.
 
Status
Not open for further replies.
We are in need of some funding.
More details.

Thank you.

Members online

Back
Top