Page 1 of 1

DataGrid

PostPosted: Thu Apr 15, 2010 7:44 pm
by Daroca
Hello,
I have been using xataface for the past three weeks. So far it is exactly what I was looking for!
I really have to thank you for it!!!
To make it just perfect I wanted to add the DataGrid module but had this error:

Warning: require_once(modules/DataGrid/DataGrid.php) [function.require-once]: failed to open stream: No such file or directory in /MyServerName/MySiteName/www/xataface/config.inc.php on line 242

Fatal error: require_once() [function.require]: Failed opening required 'modules/DataGrid/DataGrid.php' (include_path='.:/MyServerName/MySiteName/www/xataface:/MyServerName/MySiteName/www/xataface/lib:/usr/local/lib/php') in /MyServerName/MySiteName/www/xataface/config.inc.php on line 242

I have tried to tweak it in all directions with my meager php knowledge to make it work without success. I must say that I have no idea how the permissions or roles process works, since I just connect to my xataface application without having to enter any identification information.
I've also installed the filemaker module that worked immediately.

If you could help me on that one it would be great!

I'm using xataface 1.2.2 and datagrid 0.2.1

any suggestion?
thx
Daroca

Re: DataGrid

PostPosted: Thu Apr 22, 2010 8:04 am
by PolderBoy
Hello,

I don't know if you have edited the conf.ini:
Code: Select all
[_modules]
   modules_DataGrid=modules/DataGrid/DataGrid.php


Have a look at the adress because it states that dataface can't find it. (Failed opening required 'modules/DataGrid/DataGrid.php')
I don't think that you need to change the attributes for the folder in modules. But trying won't hurt.

PolderBoy

Re: DataGrid

PostPosted: Fri Apr 23, 2010 11:04 am
by Daroca
Hey PolderBoy,

The change in the .ini file is correct (I've double checked), and what's mysterious to me is that the filemaker module worked just fine (the modules are present at the same location so the file IS there...)

I didn't get the stuff about logging as an Admin though and I think the problem must somehow come from there.

Thnkx for the reply PolderBoy!
Daroca

Re: DataGrid

PostPosted: Sat Apr 24, 2010 1:33 pm
by PolderBoy
Maybe if you were to remove the filemaker module?

I can't think of any thing else.
Even if you were to have the rights wrong (admin) The program doesn't get there.

I can't think of anything else, sorry.
PolderBoy

Re: DataGrid

PostPosted: Wed Apr 28, 2010 3:16 am
by Daroca
Polderboy,
You were absolutely right, I wouldn't have believed it if you didn't tell me!

Due to poor organization on my site root I actually had two xataface folders, the good one was not up to date... I feel kind of stupid in that one!

Now it's working like a charm!
Thks again!!