| __path_installsoft_servervar [message #80546] |
Sun, 06 March 2011 09:57  |
|
Hi there,
every installap lxinstaller.inc creates the lx_servervars.php like this:
appvault_dbfilter("__path_installsoft_servervar", "__kloxo/lx_servervars.php", $var);
Now I am experimenting with the update of dokuwiki and found that the whole kloxo tree has NO reference[/bold] to __path_installsoft_servervar and such that, the lx_servervars.php is empty.
There is a reference only to __path_installapp_servervar in the $sgbl class (which points to the proper place).
It is strange, as that would copy the installapp given $_POST array to $_REQUEST and $_GET. (And without passing $_POST to them, for eg dokuwiki installapp installer will only copy the dokuwiki files and do no customisation.)
How could that be?
ProfiVPS.com Cheap VPS hosting! Buy it from me 
ProfiVPS.hu Megbízható, Olcsó VPS bérlés, Virtuális szerver bérlés
If I helped you, please consider putting my link on your site/blog! Thank you in advance 
Do not forget: HyperVM and Kloxo are open source projects. As such, they need your contribution: if you were helped, add your 50 cents, and try to help others with their problems later.
|
|
|
| Re: __path_installsoft_servervar [message #80547 is a reply to message #80546] |
Sun, 06 March 2011 10:02  |
|
To verify the things above:
changing "__path_installsoft_servervar" to $sgbl->__path_installapp_servervar the lx_servervar.php is created correctly.
Also I could remove the addid $_REQUEST= $_POST line from the dokuwiki install.php (as it is done by lx_servervar.php).
EDIT:
NetTunningGroup verified this and wrote that all new installaps should use the $sgbl version.
ProfiVPS.com Cheap VPS hosting! Buy it from me 
ProfiVPS.hu Megbízható, Olcsó VPS bérlés, Virtuális szerver bérlés
If I helped you, please consider putting my link on your site/blog! Thank you in advance 
Do not forget: HyperVM and Kloxo are open source projects. As such, they need your contribution: if you were helped, add your 50 cents, and try to help others with their problems later.
[Updated on: Sun, 06 March 2011 21:46] Report message to a moderator
|
|
|