Is there some documentation regarding hook files? I found this link here on github but it doesn't seem to exist anymore: http://forum.i-mscp.net/forum-68.html
Posts by Hilwi
-
-
Thank you for your help! I'll also want to change the php.ini for the different users but I didn't do it yet so I don't know if those changes would be kept.
I'll have a look at the hooks/listeners.
-
Hello!
When I run the setup-script of i-mscp (to fix some weird issues that I had before but couldn't reproduce) all changes that were made to the php5-fcgid-starter files in var/www/fcgi get lost. I have changed this file for some customers to be able to run their websites on a different php-version.
Is this a bug or is it not recommended to change these files?
I'm using an i-mscp version from github mentioned in this post: Update from Squeeze to Wheezy - Error 500 with fcgi per user.
The operating system is Debian Wheezy. -
This worked for me - thank you!
-
Hello!
I think I messed up the owners and/or permissions in /var/mail/virtual by syncing the mails from my old ispcp server.
Postfix gives me the following error: Command output: /usr/bin/maildrop: Home directory owned by wrong user.
All my directories belong to vmail:mail, the domain folder itself has the permissions 0700, the folders of the mailboxes have the permissions 0750.
Can somebody tell me which owner the different directories in /var/mail/virtual should have in i-mscp?
Achim
-
Oh sorry - it's fcgid per user.
It's the 1.1.x from yesterday.
-
Hi!
After a successful migration from ispcp 1.0.7 to the current 1.1.x state (mentioned in Migration from ispcp to i-MSCP - Unknown column admin_sys_name' in field list) I updated from Squeeze to Wheezy.
i-mscp seems to work fine at first sight but when I create or update a domain alias I only get Error 500 when I call i-mscp or a php website in the browser.
I tried to reinstall i-mscp either with imscp-autoinstall or imscp --setup. After the installation was done all worked fine again... until I tried to update the domain alias again. Then all seems to be broken again and I only get the error 500.
I searched different logs but I didn't find anything to get a clue what goes wrong here.
Does anybody have a clue what might go wrong here?
Thank you in advance!
Achim
-
Thank you! This version installed fine!
-
Thank you for your quick reply! I ran the script and got the following error:
An exception has been thrown in file /var/www/imscp/gui/library/vendor/Zend/Translate/Adapter.php at line 241:
The given Language 'lang_GermanGermany' does not exist
Strange - I didn't see this error message before. Do I need to install something additionally? I even can change the language if I'd know how to do it.
-
Hi!
I'm trying to upgrade from ispcp 1.0.7 to i-MSCP 1.1.18 on a Debian Squeeze system (courier, apache-fcgid).
The upgrade-script "imscp-migrate-from-ispcp" went fine after deleting some orphaned domain entries from the database. But running imscp-setup -d I ran into several errors which I managed to fix so far.
The first problem was a missing php_ini table that doesn't exist in my ispcp database. I created it using the matching part from https://code.google.com/p/ispc…nk/imscp/schema.sql?r=153. However, this may not have been the best solution but it was the only way to get further - I didn't find any informations in the forum.
But now I get the following error:
Code- Error while performing step:Servers installationError was:\Z1Servers::httpd::apache_fcgid::installer::_addUser: Error while executing query: Unknown column '\''admin_sys_name'\'' in '\''field list'\'' \ZnPlease, post on http://i-mscp.net/forum to get any help.' 21 78[Fri Nov 28 17:43:49 2014] [debug] iMSCP::Execute::getExitCode: External command exited with value 0[Fri Nov 28 17:43:49 2014] [debug] iMSCP::Execute::execute: Executing command: /usr/sbin/postmap hash:/etc/postfix/imscp/domains[Fri Nov 28 17:43:49 2014] [debug] iMSCP::Execute::getExitCode: External command exited with value 0[Fri Nov 28 17:43:49 2014] [debug] iMSCP::Execute::execute: Executing command: /usr/sbin/postmap hash:/etc/postfix/imscp/relay_domains[Fri Nov 28 17:43:49 2014] [debug] iMSCP::Execute::getExitCode: External command exited with value 0[Fri Nov 28 17:43:49 2014] [debug] iMSCP::Execute::execute: Executing command: /usr/sbin/postmap hash:/etc/postfix/imscp/transport[Fri Nov 28 17:43:49 2014] [debug] iMSCP::Execute::getExitCode: External command exited with value 0[Fri Nov 28 17:43:49 2014] [debug] iMSCP::Execute::execute: Executing command: /usr/sbin/postmap hash:/etc/postfix/imscp/sender-access[Fri Nov 28 17:43:49 2014] [debug] iMSCP::Execute::getExitCode: External command exited with value 0[Fri Nov 28 17:43:49 2014] [debug] iMSCP::Execute::execute: Executing command: /usr/sbin/postmap hash:/etc/postfix/imscp/aliases[Fri Nov 28 17:43:49 2014] [debug] iMSCP::Execute::getExitCode: External command exited with value 0[Fri Nov 28 17:43:49 2014] [debug] iMSCP::Execute::execute: Executing command: /usr/sbin/postmap hash:/etc/postfix/imscp/mailboxes[Fri Nov 28 17:43:49 2014] [debug] iMSCP::Execute::getExitCode: External command exited with value 0[Fri Nov 28 17:43:49 2014] [error] iMSCP::Debug::END: Exit code: 1
This column doesn't exist in my ispcp database:
Code- +----------------+------------------+------+-----+---------+----------------+
- | Field | Type | Null | Key | Default | Extra |
- +----------------+------------------+------+-----+---------+----------------+
- | admin_id | int(10) unsigned | NO | PRI | NULL | auto_increment |
- | admin_name | varchar(200) | YES | UNI | NULL | |
- | admin_pass | varchar(200) | YES | | NULL | |
- | admin_type | varchar(10) | YES | | NULL | |
- | domain_created | int(10) unsigned | NO | | 0 | |
- | customer_id | varchar(200) | YES | | 0 | |
- | created_by | int(10) unsigned | YES | | 0 | |
- | fname | varchar(200) | YES | | NULL | |
- | lname | varchar(200) | YES | | NULL | |
- | gender | varchar(1) | YES | | NULL | |
- | firm | varchar(200) | YES | | NULL | |
- | zip | varchar(10) | YES | | NULL | |
- | city | varchar(200) | YES | | NULL | |
- | state | varchar(200) | YES | | NULL | |
- | country | varchar(200) | YES | | NULL | |
- | email | varchar(200) | YES | | NULL | |
- | phone | varchar(200) | YES | | NULL | |
- | fax | varchar(200) | YES | | NULL | |
- | street1 | varchar(200) | YES | | NULL | |
- | street2 | varchar(200) | YES | | NULL | |
- | uniqkey | varchar(255) | YES | | NULL | |
- | uniqkey_time | timestamp | YES | | NULL | |
- +----------------+------------------+------+-----+---------+----------------+
The DATABASE_REVISION is 45.
I don't think that my current database is broken because ispcp worked fine. What can I do to install i-mscp anyway?
Achim