Component Installer Help
Posted: Mon Sep 24, 2007 9:32 pm
I have a working component and decided to make an installer to distribute the component... so I used other components as guides to do this. The _VALID_MOS check is spewing errors on the install.component.php. Everything above line 20 (sans
Code: Select all
19:// no direct access
20:defined( '_VALID_MOS' ) or die( 'Restricted access' );
21:
22:function com_install() {
Parse error: syntax error, unexpected T_CONSTANT_ENCAPSED_STRING in /mypath/install.mycomponent.php on line 20