(06-08-2015, 06:45 PM)apinto Wrote:(06-08-2015, 07:04 AM)Rick Wrote: Already found a fix for this?
Code:Notice: Undefined property: XMLTag::$type in /etc/sentora/panel/dryden/ui/module.class.php on line 82
Notice: Trying to get property of non-object in /etc/sentora/panel/dryden/ui/module.class.php on line 82
This is just a small error in the install XML, should not create any trouble during usage.
Anyways, to fix this just remove the Type property in the XML.
Code:Parse error: syntax error, unexpected '"/etc/sentora/configs/apache/h' (T_CONSTANT_ENCAPSED_STRING) in /etc/sentora/panel/modules/SSL_manager/deploy/install.run on line 28
About this last error, well it needs to be fixed
Code:
Notice: Undefined property: XMLTag::$type in /etc/sentora/panel/dryden/ui/module.class.php on line 82
Notice: Trying to get property of non-object in /etc/sentora/panel/dryden/ui/module.class.php on line 82
This is caused by there being no type tag in the xml to say what type of module it is e.g.
Code:
<type>user</type>
The second seems to be an update to the backing up of the config files so that's not good!
I shall looking at it a little later.