mattdisaster
22nd January 2005, 06:13
Hi everyone-
I've posted on here before and everyone was great helping me out, I was in the irc room earlier this evening and had some excellent help, but I've hit another wall and I think I'm so so close so I figured I'de ask on here. First I'll explain the goal:
I'de like for the installation to install all the files like normal a normal installation would, following that, 2 custom pages come up(which I have succesfully created and implemented into the setup), each page has something like 4 fields of information that needs to be filled in, mainly paths to directorys and a few locations of executable files. From there I'de like for the setup to then take the information from each field and place it into its spot in config .xml file that was installed along with the other files in the setup.
Whats happening:
I can get the install to work fantastic, the pages to show up, the fields to work (collect and display the data perfect), and the installation finish. But none of the data is being written to the .xml file.
Via the irc room I set the custom page to run a function once loaded, and that function has the write to file info in it. From what I can see the data isnt being put into any varibles(?) to be placed into the file. I know the function works because if I replace the $R0 variable and put words or something of the like, it will show up in the xml file.
Any help would be great, I'll attach the script for the curious. Thanks so much to everyone!
-matt
I've posted on here before and everyone was great helping me out, I was in the irc room earlier this evening and had some excellent help, but I've hit another wall and I think I'm so so close so I figured I'de ask on here. First I'll explain the goal:
I'de like for the installation to install all the files like normal a normal installation would, following that, 2 custom pages come up(which I have succesfully created and implemented into the setup), each page has something like 4 fields of information that needs to be filled in, mainly paths to directorys and a few locations of executable files. From there I'de like for the setup to then take the information from each field and place it into its spot in config .xml file that was installed along with the other files in the setup.
Whats happening:
I can get the install to work fantastic, the pages to show up, the fields to work (collect and display the data perfect), and the installation finish. But none of the data is being written to the .xml file.
Via the irc room I set the custom page to run a function once loaded, and that function has the write to file info in it. From what I can see the data isnt being put into any varibles(?) to be placed into the file. I know the function works because if I replace the $R0 variable and put words or something of the like, it will show up in the xml file.
Any help would be great, I'll attach the script for the curious. Thanks so much to everyone!
-matt