If during the installation of Elxis' extensions as components, modules or bots you have errors like this::
Impossible to copy seopro.com_nomecomponente.php includes / seo. Manually copy it and rename it com_nomecomponente.php in . "
and other PHP errors, by ftp go in your server space and check into components, modules and mabots folders if exist folders like this: com_namecomponentfile.php
If yes, delete all created folders ending with ... file.php , including the folder that identifies the extension that you wanted to install. With an editor, open the file includes / core / filemanager.class.php and modified the following lines that you will find around the line 99
DEFINE ( "SEP", "\ \ "), DEFINE (" SEP ", "/");
DEFINE (" _LEND "," \ r \ n "); in DEFINE ( "_LEND", "\ n");
After this if you have the same errors, check the witre permissions of the folders and make sure that the media zlib, XML are in your PHP and the PHP is configured with the minimum required .
FAQ by Elxisitalia.com