Welcome, Guest
Please Login or Register.    Lost Password?

A lot of messages along with my first grid
(1 viewing) (1) Guest
Welcome to the ToolsJX forum!


Go to bottomPage: 12
TOPIC: A lot of messages along with my first grid
#465
A lot of messages along with my first grid 4 Months ago Karma: 0
Joomla newbie need some help

Hi folks,

I tried to apply my first grid and got all those messages.
My configuration:

Windows XP Professional: 5.1.2600 / Apache: 2.2.14
PHP : 5.2.6 / MySQL : 5.0.89 / Joomla 1.5.15

What changes do I have to start with ?

kindest regards
classic


Notice: Trying to get property of non-object in D:\WP-Programme\Apache\htdocs\joom\administrator\components\com_grid\models\grid.php on line 360

Notice: Trying to get property of non-object in D:\WP-Programme\Apache\htdocs\joom\administrator\components\com_grid\models\grid.php on line 361

Notice: Trying to get property of non-object in D:\WP-Programme\Apache\htdocs\joom\administrator\components\com_grid\models\grid.php on line 362

Notice: Trying to get property of non-object in D:\WP-Programme\Apache\htdocs\joom\administrator\components\com_grid\models\grid.php on line 363

Notice: Undefined offset: 1 in D:\WP-Programme\Apache\htdocs\joom\administrator\components\com_grid\models\grid.php on line 372

Notice: Undefined property: stdClass::$default_order in D:\WP-Programme\Apache\htdocs\joom\administrator\components\com_grid\models\grid.php on line 390

Notice: Undefined offset: 1 in D:\WP-Programme\Apache\htdocs\joom\administrator\components\com_grid\models\grid.php on line 392

Notice: Undefined property: stdClass::$secOrder in D:\WP-Programme\Apache\htdocs\joom\administrator\components\com_grid\models\grid.php on line 395

Notice: Undefined offset: 2 in D:\WP-Programme\Apache\htdocs\joom\administrator\components\com_grid\models\grid.php on line 396

Notice: Undefined offset: 1 in D:\WP-Programme\Apache\htdocs\joom\administrator\components\com_grid\models\grid.php on line 397

Notice: Undefined property: stdClass::$filter in D:\WP-Programme\Apache\htdocs\joom\administrator\components\com_grid\models\grid.php on line 401

Notice: Undefined offset: 1 in D:\WP-Programme\Apache\htdocs\joom\administrator\components\com_grid\models\grid.php on line 403

Notice: Undefined property: stdClass::$connection in D:\WP-Programme\Apache\htdocs\joom\administrator\components\com_grid\models\grid.php on line 122

Notice: Undefined variable: _DB in D:\WP-Programme\Apache\htdocs\joom\administrator\components\com_grid\models\grid.php on line 143

Notice: Undefined variable: _DB in D:\WP-Programme\Apache\htdocs\joom\administrator\components\com_grid\models\grid.php on line 147

Notice: Undefined variable: _DB in D:\WP-Programme\Apache\htdocs\joom\administrator\components\com_grid\models\grid.php on line 147

Notice: Undefined property: stdClass::$tableName in D:\WP-Programme\Apache\htdocs\joom\administrator\components\com_grid\models\grid.php on line 162

Notice: Undefined property: stdClass::$connection in D:\WP-Programme\Apache\htdocs\joom\administrator\components\com_grid\models\grid.php on line 163

Notice: Undefined property: stdClass::$idGrid in D:\WP-Programme\Apache\htdocs\joom\administrator\components\com_grid\views\grid\view.html.php on line 33
classic
Fresh Boarder
Posts: 5
graphgraph
User Offline Click here to see the profile of this user
Last Edit: 2010/05/07 07:32 By classic.
The administrator has disabled public write access.
 
#474
Re:A lot of messages along with my first grid 4 Months ago Karma: 1
Hi,

I supose your server settings are set so that your server shows all notices, You might want to edit your php.ini file:

Code:

error_reporting = E_ALL & ~E_NOTICE 


This will disable notices.

The other option is that you check all lines that messages are saying about. And add '@' sign before function.

Example:
instead of:
Code:

$colCaptions = explode('|', $this->_data->columnCaptions);

Write:
Code:

$colCaptions = @explode('|', $this->_data->columnCaptions);
tomaz
Expert Boarder
Posts: 89
graphgraph
User Offline Click here to see the profile of this user
The administrator has disabled public write access.
 
#475
Re:A lot of messages along with my first grid 4 Months ago Karma: 1
tomaz
Expert Boarder
Posts: 89
graphgraph
User Offline Click here to see the profile of this user
Last Edit: 2010/05/07 17:45 By tomaz.
The administrator has disabled public write access.
 
#485
Re:A lot of messages along with my first grid 4 Months ago Karma: 0
hi tomaz,

first of all thanks a lot for your fast answer.
I followed exactly your advice in the manner described,
but with no result.

The messages are still there and I am not able to save any
enrolments.

It seems that this tool is exactly that which I sought,
but unfortunately it does not work yet.
Do you have some other ideas?

yours faithfully
classic
classic
Fresh Boarder
Posts: 5
graphgraph
User Offline Click here to see the profile of this user
Last Edit: 2010/05/08 08:17 By classic.
The administrator has disabled public write access.
 
#490
Re:A lot of messages along with my first grid 4 Months ago Karma: 1
Did you get any warnings at the installation? I suggest, that you uninstall the component, delete tables jos_grids and jos_grid_conn from the database, and than install again. (Or have you already considered this option?) Make sure, that your package is not corrupted.

Regards,
Tomaž
tomaz
Expert Boarder
Posts: 89
graphgraph
User Offline Click here to see the profile of this user
The administrator has disabled public write access.
 
#500
Re:A lot of messages along with my first grid 4 Months ago Karma: 0
Hi Tomaz,

I have uninstalled Table JX and deleted the two tables in the db.
The new installation was completed with success stories.
See messages.

• Insert Grid: Plugin-Installation erfolgreich!
• Display Grid: Plugin-Installation erfolgreich!
• Plugins Enabled
• Komponenten-Installation erfolgreich!

erfolgreich = successfully!

When creating the new grid the same game as before.
Looks like a major issue.

Regards classic
classic
Fresh Boarder
Posts: 5
graphgraph
User Offline Click here to see the profile of this user
The administrator has disabled public write access.
 
Go to topPage: 12
Tools JX, Powered by Joomla!; Joomla templates by SG web hosting