Hello,
this is a joomla error ,
FLEXIcontent is larger than most extensions
Could be installed. It was found that the previously modified files downloaded from another user
i am not sure that i understand you ... what files were modified and in what way?
did you read our FAQ article :
www.flexicontent.org/documentati
... tions.html
The following applies to installing FLEXIcontent and other relative large Joomla components
(a). PHP (web server) limitations
-- regarding upload FLEXIcontent installation file 2-4 MBs
-- executing times of the installation script
Please go to Joomla's System Information, and then inside TAB PHP information,
and make sure that you have at least the following in your .htaccess (may require restart web server),
or ask your WebHost Provider to do it:
php_value upload_max_filesize 15M
php_value post_max_size 15M
php_value max_input_time 300
php_value max_execution_time 300
php_value default_socket_timeout 300
php_value max_input_vars value 5000
* number 5, may help with "mysql server has gone aways"
* number 6, may help when being unable to save FLEXIcontent component configuration
ALSO consider disabling FTP layer in Joomla configuration if you have it enabled
(b) MySQL server Limitations
Please check that you have at least the following in the mysql.ini of your MySQL Server
or ask your WebHost Provider to do it:
max_allowed_packet=16M