vanfleet
Newbie
Posts: 5
Joined: Apr 2010
Reputation: 0
|
RE: Problem creating new user
Joximu, thanks for your response, I appreciate your help!
Your talking about php extensions right. I think the installed extensions are:
Array (
[0] => zip
[1] => xmlwriter
[2] => libxml
[3] => xml
[4] => wddx
[5] => tokenizer
[6] => sysvshm
[7] => sysvsem
[8] => sysvmsg
[9] => session
[10] => SimpleXML
[11] => sockets
[12] => soap
[13] => SPL
[14] => shmop
[15] => standard
[16] => Reflection
[17] => posix
[18] => mime_magic
[19] => mbstring
[20] => json
[21] => iconv
[22] => hash
[23] => gettext
[24] => ftp
[25] => filter
[26] => exif
[27] => dom
[28] => dba
[29] => date
[30] => ctype
[31] => calendar
[32] => bz2
[33] => bcmath
[34] => zlib
[35] => pcre
[36] => openssl
[37] => xmlreader
[38] => cgi-fcgi
[39] => ADOdb
[40] => gd
[41] => mcrypt
[42] => mhash
[43] => mysql
[44] => mysqli
[45] => PDO
[46] => pdo_mysql
)
Also, I disabled open_basedir and then got the following error:
Warning: fopen(/var/run/ispcp.lock) [function.fopen]: failed to open stream: No such file or directory in /var/www/ispcp/gui/include/ispcp-functions.php on line 36
00000
Fatal error: Maximum execution time of 30 seconds exceeded in /var/www/ispcp/gui/include/ispcp-functions.php on line 55
It is true that /var/run/ispcp.lock does not exist, but that files does not exist in my working ispcp environement either. Should the ispcp.lock file exist? I think I tried adding an empty file to that location at one point but also got errors.
Any other ideas?
Thanks,
David
(This post was last modified: 05-18-2010 05:40 AM by vanfleet.)
|
|
05-18-2010 05:33 AM |
|