hi,
i had 2 mambo cms sites and suddenly i started to have problem when im trying to logon in to admin area to update the site, the user&pass are ok. im investigating this for ours but its very strange to have this problem in 2 different sites, ofcourse in one server, i thought it maybe a db-mysql- problem, i looked at mysql log;
Cannot initialize InnoDB as 'innodb_data_file_path' is not set.
If you do not want to use transactional InnoDB tables, add a line
skip-innodb
to the [mysqld] section of init parameters in your my.cnf
or my.ini. If you want to use InnoDB tables, add to the [mysqld]
section, for example,
innodb_data_file_path = ibdata1:10M:autoextend
But to get good performance you should adjust for your hardware
the InnoDB startup options listed in section 2 at
http://www.innodb.com/ibman.html
see this, i couldnt understand this does anymody has any idea what is this? and what may be the reason of the problem.