Just to follow up, the IIS server was spitting out error after error. I'd fix one thing only to see a new set of errors displayed. I think it is mostly because the server was running an old version of IIS. Anyway, we got the client working on a new …
So I'm trying to do a clean install of Fuel CMS first just to see if I can get it working. I manually set the 'INSTALL_ROOT' and I'm not getting the original error now. I think it's seeing the system folder path. However I'm getting these two errors…
hmm, so I'm echoing out what dirname(__FILE__) and realpath(dirname(__FILE__)) are.
dirname(__FILE__) outputs:
\\f810-e4.msp.eschelon.com\customer-home\M\mysitename
realpath(dirname(__FILE__)) returns an empty string.
What should 'INSTALL_ROOT' be …
Thanks for the response. I tried what you suggested. But it's still only spitting out the above error. I also did a lot of searching around for CI + IIS6 installs, but all of it is not working yet. I tried changing "$config['index_page']" to 'index.…
This is an array value for $options: 'Profile & Settings'=>'Profile & Settings',
in the select list, it gets converted to : Profile & Settings
and this value gets inserted into the database: Profile & Settings
When I return to …
You're right. It was because one of my options was:
'Profile & Settings'=>'Profile & Settings',
When it outputted the html for the select, it converted ampersand in the value of that option to '&'. I changed the option to 'and' inste…
Does anyone know if it's possible to set one of the options to be selected? For example, I have Support A saved with Option2. When I go back to edit it, I want Option2 to be selected. Nothing I've tried worked.
Thank you, knight! Worked perfectly. I figured it was something like that. I just didn't know the syntax.
Where is the category module you refer to located, so I can see more sample code?