search more

Thank you very much friend, I try and I commented.asumos wrote:if you are using a prepackaged version off apache ( eg: xampps ampps ) it does not include the GD Library.
you will have to manually install php with gd library
also some linux installs of php dont include gd library for some reason
GD Library
In config.class.php: Line 139
For:Code: Select all
if(!eregi('^[a-zA-Z0-9._-]+@[a-zA-Z0-9-]+\.[a-zA-Z.]{2,5}$', $val))
Code: Select all
if(!explode('^[a-zA-Z0-9._-]+@[a-zA-Z0-9-]+\.[a-zA-Z.]{2,5}$', $val))
Code: Select all
Warning: mysql_real_escape_string() expects parameter 2 to be resource, boolean given in /home/lgloryeu/public_html/account_manager/classes/mysql.class.php on line 72 Warning: mysql_real_escape_string() expects parameter 2 to be resource, boolean given in /home/lgloryeu/public_html/account_manager/classes/mysql.class.php on line 72 Warning: mysql_real_escape_string() expects parameter 2 to be resource, boolean given in /home/lgloryeu/public_html/account_manager/classes/mysql.class.php on line 72 Warning: mysql_real_escape_string() expects parameter 2 to be resource, boolean given in /home/lgloryeu/public_html/account_manager/classes/mysql.class.php on line 72 Warning: mysql_real_escape_string() expects parameter 2 to be resource, boolean given in /home/lgloryeu/public_html/account_manager/classes/mysql.class.php on line 72
Code: Select all
public function escape_string($q) { return mysql_real_escape_string($q, $this->db_inst); }
Code: Select all
Fatal error: Smarty error: unable to write to $compile_dir '/var/www/html/acm/cache'. Be sure $compile_dir is writable by the web server user. in /var/www/html/acm/libs/Smarty.class.php on line 1093
Code: Select all
Checking php version : PHP version : 5.3.8 OK Checking extensions loaded : mysql extension : OKgd extension : OKopenssl extension : OK Checking mysql connexion : connected ? OK Checking db connexion : connected ? OK Checking table connexion : accounts exist ? OKaccount_data exist ? OK Checking sql parsing on accounts table : email exist ? OKcreated_time exist ? OK Checking rights of the cache folder : cache folder : OK
fakoykas wrote:I wasn't aware of that denser, thanks.
It's pretty strange but when i create a new account the access level is setted to -1 and yes, the config to request for activation through e-mail is disabled.
I'm using interlude and the config using interlude is enabled.