|
|
| |
1. Cant Get Datagrid to work |
|
Reply |
|
|
 JL Griffin | 2011-10-05 15:46:06 |
Hi all,
I am trying to get the datagrid to work with my database, i have edited the file:
Examplemysqlconfig.php
and inserted my database info.
however when i run the scrript i get the following error:
Notice: Undefined property: drasticSrcMySQL::$conn in /var/www/grid/drasticSrcMySQL.class.php on line 167
I cannot get the error to go away. if i comment out the line 167, i recieve a blank page with no error.
Please advise.
-JL Griffin |
| |
2. Re: Cant Get Datagrid to work |
|
Reply |
|
|
 JL Griffin | 2011-10-05 15:46:47 |
Hi all,
I am trying to get the datagrid to work with my database, i have edited the file:
Examplemysqlconfig.php
and inserted my database info.
however when i run the scrript i get the following error:
Notice: Undefined property: drasticSrcMySQL::$conn in /var/www/grid/drasticSrcMySQL.class.php on line 167
I cannot get the error to go away. if i comment out the line 167, i recieve a blank page with no error.
Please advise.
-JL Griffin |
| |
3. Re: Cant Get Datagrid to work |
|
Reply |
|
|
 JL Griffin | 2011-10-05 16:14:02 - In reply to message 2 from JL Griffin |
ok, so i tried to run the page using firebug with 167 commented out and firebug gives the following error:
drasticGrid is not defined
[Break On This Error] var thegrid = new drasticGrid('grid1', {
index.php (line 14)
Please Advise,
JL Griffin |
| |
4. Re: Cant Get Datagrid to work |
|
Reply |
|
|
 cogmt | 2012-05-24 14:45:15 - In reply to message 3 from JL Griffin |
I am getting the same thing.
Notice: Undefined property: drasticSrcMySQL::$conn in /opt/lampp/htdocs/drasticSrcMySQL.class.php on line 167
I am running XAMPP and just put version 0623 on. It has been a few years since I last used this with no problems. So it is not making sense as I believe I have it configured correctly. Can anyone advise? |
|