Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
looking for a solution to manage global custom fields
#11
(2013-02-08, 21:18:06)n00dles101 Wrote: @yojoe, did you figure this out?

I think yes. I firstly chmod'ed manually earlier created dirs, and changed their rights to 755. But I didn't get the possibility to delete created databases. After looking into DM_Matrix.php I found out that it calls mkdir() funct without sufficient access rights.
A quick edit seemed to work fine and newly created dbases started to be deletable.

Check line 50 in mentioned file, and add 0755 rights for created dbases with:
Code:
mkdir(GSSCHEMAPATH, 0755);
I didn't test this by adding new fields types yet, as I have focused on messing with already created dbases, but I think GS installation file also calls mkdir and it's working.

One thing I need to say, that this plugin is FANTASTIC !
DM provides so wide spectrum of possibilities for GS, that I can't even count.

I still need to check your droplet code, as I hadn't have enough time to test shortcodes.

once again: DM is awesome!
Addons: blue business theme, Online Visitors, Notepad
Reply


Messages In This Thread
RE: looking for a solution to manage global custom fields - by yojoe - 2013-02-11, 09:37:30



Users browsing this thread: 1 Guest(s)