
1st November 2010, 18:55
|
|
Member
|
|
Join Date: Oct 2010
Posts: 56
Thanks: 2
Thanked 2 Times in 2 Posts
|
|
Apache not restart after change php mode
I created a new site and default settings in php mode is Fastcgi.
After i create it apache2 stop and not restart,I had start manually.
And if I change PHP mode in site Tab apache2 not restart.
Its a bug?
Pd: Sorry for my english.
|

1st November 2010, 21:33
|
|
Super Moderator
|
|
Join Date: Apr 2005
Location: Lüneburg, Germany
Posts: 31,911
Thanks: 693
Thanked 4,198 Times in 3,213 Posts
|
|
Thats no bug. Check the apache error.log. Most likely you missed to load a apache module during installation that is required for the php mode that you selected.
|

1st November 2010, 23:21
|
|
Member
|
|
Join Date: Oct 2010
Posts: 56
Thanks: 2
Thanked 2 Times in 2 Posts
|
|
this is the error.log
Code:
[Mon Nov 01 18:07:49 2010] [error] [client 95.20.222.145] PHP Notice: Undefined variable: wb in /usr/local/ispconfig/interface/lib/app.inc.php on line 187, referer: http://ns1.pcrednet.net:2082/
[Mon Nov 01 18:07:49 2010] [error] [client 95.20.222.145] PHP Notice: Undefined index: global in /usr/local/ispconfig/interface/lib/classes/getconf.inc.php on line 50, referer: http://ns1.pcrednet.net:2082/
[Mon Nov 01 18:07:54 2010] [error] [client 95.20.222.145] PHP Notice: Undefined variable: page_form in /usr/local/ispconfig/interface/web/sites/web_domain_edit.php on line 451, referer: http://ns1.pcrednet.net:2082/
[Mon Nov 01 18:07:54 2010] [error] [client 95.20.222.145] PHP Notice: Trying to get property of non-object in /usr/local/ispconfig/interface/web/sites/web_domain_edit.php on line 451, referer: http://ns1.pcrednet.net:2082/
[Mon Nov 01 18:07:54 2010] [error] [client 95.20.222.145] PHP Notice: Undefined variable: page_form in /usr/local/ispconfig/interface/web/sites/web_domain_edit.php on line 452, referer: http://ns1.pcrednet.net:2082/
[Mon Nov 01 18:07:54 2010] [error] [client 95.20.222.145] PHP Notice: Trying to get property of non-object in /usr/local/ispconfig/interface/web/sites/web_domain_edit.php on line 452, referer: http://ns1.pcrednet.net:2082/
[Mon Nov 01 18:07:54 2010] [error] [client 95.20.222.145] PHP Notice: Undefined variable: page_form in /usr/local/ispconfig/interface/web/sites/web_domain_edit.php on line 453, referer: http://ns1.pcrednet.net:2082/
[Mon Nov 01 18:07:54 2010] [error] [client 95.20.222.145] PHP Notice: Trying to get property of non-object in /usr/local/ispconfig/interface/web/sites/web_domain_edit.php on line 453, referer: http://ns1.pcrednet.net:2082/
[Mon Nov 01 18:07:54 2010] [error] [client 95.20.222.145] PHP Notice: Undefined variable: page_form in /usr/local/ispconfig/interface/web/sites/web_domain_edit.php on line 454, referer: http://ns1.pcrednet.net:2082/
[Mon Nov 01 18:07:54 2010] [error] [client 95.20.222.145] PHP Notice: Trying to get property of non-object in /usr/local/ispconfig/interface/web/sites/web_domain_edit.php on line 454, referer: http://ns1.pcrednet.net:2082/
[Mon Nov 01 18:07:54 2010] [error] [client 95.20.222.145] PHP Notice: Undefined index: domain in /usr/local/ispconfig/interface/web/sites/web_domain_edit.php on line 501, referer: http://ns1.pcrednet.net:2082/
[Mon Nov 01 18:07:54 2010] [error] [client 95.20.222.145] PHP Notice: Undefined index: on_after_update in /usr/local/ispconfig/interface/lib/classes/plugin.inc.php on line 140, referer: http://ns1.pcrednet.net:2082/
[Mon Nov 01 18:07:54 2010] [error] [client 95.20.222.145] PHP Notice: Undefined index: sites:on_after_update in /usr/local/ispconfig/interface/lib/classes/plugin.inc.php on line 140, referer: http://ns1.pcrednet.net:2082/
[Mon Nov 01 18:07:54 2010] [error] [client 95.20.222.145] PHP Notice: Undefined index: sites:web_domain:on_after_update in /usr/local/ispconfig/interface/lib/classes/plugin.inc.php on line 140, referer: http://ns1.pcrednet.net:2082/
[Mon Nov 01 18:07:54 2010] [error] [client 95.20.222.145] PHP Notice: Undefined index: return_to_url in /usr/local/ispconfig/interface/lib/classes/tform_actions.inc.php on line 142, referer: http://ns1.pcrednet.net:2082/
[Mon Nov 01 18:08:01 2010] [notice] caught SIGTERM, shutting down
[Mon Nov 01 18:08:02 2010] [notice] suEXEC mechanism enabled (wrapper: /usr/lib/apache2/suexec)
[Mon Nov 01 18:08:02 2010] [notice] Digest: generating secret for digest authentication ...
[Mon Nov 01 18:08:02 2010] [notice] Digest: done
PHP Deprecated: Comments starting with '#' are deprecated in /etc/php5/apache2/conf.d/imap.ini on line 1 in Unknown on line 0
[Mon Nov 01 18:08:03 2010] [notice] Apache/2.2.14 (Ubuntu) DAV/2 mod_fcgid/2.3.4 PHP/5.3.2-1ubuntu4.5 with Suhosin-Patch mod_ruby/1.2.6 Ruby/1.8.7(2010-01-10) mod_ssl/2.2.14 OpenSSL/0.9.8k configured -- resuming normal operations
[Mon Nov 01 18:08:03 2010] [notice] caught SIGTERM, shutting down
[Mon Nov 01 18:09:14 2010] [notice] suEXEC mechanism enabled (wrapper: /usr/lib/apache2/suexec)
[Mon Nov 01 18:09:14 2010] [notice] Digest: generating secret for digest authentication ...
[Mon Nov 01 18:09:14 2010] [notice] Digest: done
PHP Deprecated: Comments starting with '#' are deprecated in /etc/php5/apache2/conf.d/imap.ini on line 1 in Unknown on line 0
[Mon Nov 01 18:09:14 2010] [notice] Apache/2.2.14 (Ubuntu) DAV/2 mod_fcgid/2.3.4 PHP/5.3.2-1ubuntu4.5 with Suhosin-Patch mod_ruby/1.2.6 Ruby/1.8.7(2010-01-10) mod_ssl/2.2.14 OpenSSL/0.9.8k configured -- resuming normal operations
[Mon Nov 01 18:15:34 2010] [error] [client 95.20.222.145] PHP Notice: Undefined variable: wb in /usr/local/ispconfig/interface/lib/app.inc.php on line 187, referer: http://ns1.pcrednet.net:2082/
[Mon Nov 01 18:15:36 2010] [error] [client 95.20.222.145] PHP Notice: Undefined variable: page_form in /usr/local/ispconfig/interface/web/sites/web_domain_edit.php on line 451, referer: http://ns1.pcrednet.net:2082/
[Mon Nov 01 18:15:36 2010] [error] [client 95.20.222.145] PHP Notice: Trying to get property of non-object in /usr/local/ispconfig/interface/web/sites/web_domain_edit.php on line 451, referer: http://ns1.pcrednet.net:2082/
[Mon Nov 01 18:15:36 2010] [error] [client 95.20.222.145] PHP Notice: Undefined variable: page_form in /usr/local/ispconfig/interface/web/sites/web_domain_edit.php on line 452, referer: http://ns1.pcrednet.net:2082/
[Mon Nov 01 18:15:36 2010] [error] [client 95.20.222.145] PHP Notice: Trying to get property of non-object in /usr/local/ispconfig/interface/web/sites/web_domain_edit.php on line 452, referer: http://ns1.pcrednet.net:2082/
[Mon Nov 01 18:15:36 2010] [error] [client 95.20.222.145] PHP Notice: Undefined variable: page_form in /usr/local/ispconfig/interface/web/sites/web_domain_edit.php on line 453, referer: http://ns1.pcrednet.net:2082/
[Mon Nov 01 18:15:36 2010] [error] [client 95.20.222.145] PHP Notice: Trying to get property of non-object in /usr/local/ispconfig/interface/web/sites/web_domain_edit.php on line 453, referer: http://ns1.pcrednet.net:2082/
[Mon Nov 01 18:15:36 2010] [error] [client 95.20.222.145] PHP Notice: Undefined variable: page_form in /usr/local/ispconfig/interface/web/sites/web_domain_edit.php on line 454, referer: http://ns1.pcrednet.net:2082/
[Mon Nov 01 18:15:36 2010] [error] [client 95.20.222.145] PHP Notice: Trying to get property of non-object in /usr/local/ispconfig/interface/web/sites/web_domain_edit.php on line 454, referer: http://ns1.pcrednet.net:2082/
[Mon Nov 01 18:15:36 2010] [error] [client 95.20.222.145] PHP Notice: Undefined index: on_after_update in /usr/local/ispconfig/interface/lib/classes/plugin.inc.php on line 140, referer: http://ns1.pcrednet.net:2082/
[Mon Nov 01 18:15:36 2010] [error] [client 95.20.222.145] PHP Notice: Undefined index: sites:on_after_update in /usr/local/ispconfig/interface/lib/classes/plugin.inc.php on line 140, referer: http://ns1.pcrednet.net:2082/
[Mon Nov 01 18:15:36 2010] [error] [client 95.20.222.145] PHP Notice: Undefined index: sites:web_domain:on_after_update in /usr/local/ispconfig/interface/lib/classes/plugin.inc.php on line 140, referer: http://ns1.pcrednet.net:2082/
[Mon Nov 01 18:15:36 2010] [error] [client 95.20.222.145] PHP Notice: Undefined variable: wb in /usr/local/ispconfig/interface/lib/app.inc.php on line 187, referer: http://ns1.pcrednet.net:2082/
[Mon Nov 01 18:15:36 2010] [error] [client 95.20.222.145] PHP Notice: Undefined index: global in /usr/local/ispconfig/interface/lib/classes/getconf.inc.php on line 50, referer: http://ns1.pcrednet.net:2082/
[Mon Nov 01 19:51:46 2010] [error] [client 95.20.222.145] File does not exist: /usr/local/ispconfig/interface/web/frontend, referer: http://cblasan.com:2082/frontend/rvmaroon/backup/index.html
I follow tutorial the perfect server ubuntu 10.04.
|

2nd November 2010, 09:11
|
|
Super Moderator
|
|
Join Date: Apr 2005
Location: Lüneburg, Germany
Posts: 31,911
Thanks: 693
Thanked 4,198 Times in 3,213 Posts
|
|
These are just PHP Notice messages for developers which do not harm. Please check if there are any errors in the error.log of the website that you created or changed.
|

2nd November 2010, 10:40
|
|
Member
|
|
Join Date: Oct 2010
Posts: 56
Thanks: 2
Thanked 2 Times in 2 Posts
|
|
in this error.log have sutting down alert:
Code:
[Mon Nov 01 18:07:54 2010] [error] [client 95.20.222.145] PHP Notice: Undefined index: return_to_url in /usr/local/ispconfig/interface/lib/classes/tform_actions.inc.php on line 142, referer: http://ns1.pcrednet.net:2082/
[Mon Nov 01 18:08:01 2010] [notice] caught SIGTERM, shutting down
[Mon Nov 01 18:08:02 2010] [notice] suEXEC mechanism enabled (wrapper: /usr/lib/apache2/suexec)
[Mon Nov 01 18:08:02 2010] [notice] Digest: generating secret for digest authentication ...
[Mon Nov 01 18:08:02 2010] [notice] Digest: done
PHP Deprecated: Comments starting with '#' are deprecated in /etc/php5/apache2/conf.d/imap.ini on line 1 in Unknown on line 0
[Mon Nov 01 18:08:03 2010] [notice] Apache/2.2.14 (Ubuntu) DAV/2 mod_fcgid/2.3.4 PHP/5.3.2-1ubuntu4.5 with Suhosin-Patch mod_ruby/1.2.6 Ruby/1.8.7(2010-01-10) mod_ssl/2.2.14 OpenSSL/0.9.8k configured -- resuming normal operations
[Mon Nov 01 18:08:03 2010] [notice] caught SIGTERM, shutting down
The errors is mod_fcgid?????
Thank you in advance.
|

2nd November 2010, 11:09
|
|
Member
|
|
Join Date: Oct 2010
Posts: 56
Thanks: 2
Thanked 2 Times in 2 Posts
|
|
Now if i change php mode in ISPCONFIG monitor appear this warning:
Code:
Apache did not restart after the configuration change for website cblasan.com Reverting the configuration. Saved not working config as /etc/apache2/sites-available/cblasan.com.vhost.err
|

2nd November 2010, 11:29
|
|
Super Moderator
|
|
Join Date: Apr 2005
Location: Lüneburg, Germany
Posts: 31,911
Thanks: 693
Thanked 4,198 Times in 3,213 Posts
|
|
Quote:
Originally Posted by wiss
in this error.log have sutting down alert:
Code:
[Mon Nov 01 18:07:54 2010] [error] [client 95.20.222.145] PHP Notice: Undefined index: return_to_url in /usr/local/ispconfig/interface/lib/classes/tform_actions.inc.php on line 142, referer: http://ns1.pcrednet.net:2082/
[Mon Nov 01 18:08:01 2010] [notice] caught SIGTERM, shutting down
[Mon Nov 01 18:08:02 2010] [notice] suEXEC mechanism enabled (wrapper: /usr/lib/apache2/suexec)
[Mon Nov 01 18:08:02 2010] [notice] Digest: generating secret for digest authentication ...
[Mon Nov 01 18:08:02 2010] [notice] Digest: done
PHP Deprecated: Comments starting with '#' are deprecated in /etc/php5/apache2/conf.d/imap.ini on line 1 in Unknown on line 0
[Mon Nov 01 18:08:03 2010] [notice] Apache/2.2.14 (Ubuntu) DAV/2 mod_fcgid/2.3.4 PHP/5.3.2-1ubuntu4.5 with Suhosin-Patch mod_ruby/1.2.6 Ruby/1.8.7(2010-01-10) mod_ssl/2.2.14 OpenSSL/0.9.8k configured -- resuming normal operations
[Mon Nov 01 18:08:03 2010] [notice] caught SIGTERM, shutting down
The errors is mod_fcgid?????
Thank you in advance.
|
This is the global error log and not the error.log of the website. Please check the error.log of the website for errors.
|

2nd November 2010, 15:48
|
|
Member
|
|
Join Date: Oct 2010
Posts: 56
Thanks: 2
Thanked 2 Times in 2 Posts
|
|
Where is the error.log of vhost?
this is /var/log/apache2/error.log after create a new website:
Code:
[Tue Nov 02 14:39:13 2010] [error] [client 82.158.76.244] PHP Notice: Undefined variable: wb in /usr/local/ispconfig/interface/lib/app.inc.php on line 187, referer: http://ns1.pcrednet.net:2082/index.php
[Tue Nov 02 14:39:13 2010] [error] [client 82.158.76.244] PHP Notice: Undefined offset: 3 in /usr/local/ispconfig/interface/web/dashboard/dashboard.php on line 99, referer: http://ns1.pcrednet.net:2082/index.php
[Tue Nov 02 14:39:13 2010] [error] [client 82.158.76.244] PHP Notice: Undefined offset: 3 in /usr/local/ispconfig/interface/web/dashboard/dashboard.php on line 99, referer: http://ns1.pcrednet.net:2082/index.php
[Tue Nov 02 14:39:13 2010] [error] [client 82.158.76.244] PHP Notice: Undefined offset: 3 in /usr/local/ispconfig/interface/web/dashboard/dashboard.php on line 106, referer: http://ns1.pcrednet.net:2082/index.php
[Tue Nov 02 14:39:13 2010] [error] [client 82.158.76.244] PHP Notice: Undefined offset: 3 in /usr/local/ispconfig/interface/web/dashboard/dashboard.php on line 106, referer: http://ns1.pcrednet.net:2082/index.php
[Tue Nov 02 14:39:14 2010] [error] [client 82.158.76.244] PHP Notice: A feed could not be found at http://www.pcrednet.com. A feed with an invalid mime type may fall victim to this error, or SimplePie was unable to auto-discover it.. Use force_feed() if you are certain this URL is a real feed. in /usr/local/ispconfig/interface/lib/classes/simplepie.inc.php on line 1684, referer: http://ns1.pcrednet.net:2082/index.php
[Tue Nov 02 14:39:37 2010] [error] [client 82.158.76.244] PHP Notice: Undefined variable: wb in /usr/local/ispconfig/interface/lib/app.inc.php on line 187, referer: http://ns1.pcrednet.net:2082/index.php
[Tue Nov 02 14:39:58 2010] [error] [client 82.158.76.244] PHP Notice: Undefined variable: page_form in /usr/local/ispconfig/interface/web/sites/web_domain_edit.php on line 361, referer: http://ns1.pcrednet.net:2082/index.php
[Tue Nov 02 14:39:58 2010] [error] [client 82.158.76.244] PHP Notice: Trying to get property of non-object in /usr/local/ispconfig/interface/web/sites/web_domain_edit.php on line 361, referer: http://ns1.pcrednet.net:2082/index.php
[Tue Nov 02 14:39:58 2010] [error] [client 82.158.76.244] PHP Notice: Undefined variable: page_form in /usr/local/ispconfig/interface/web/sites/web_domain_edit.php on line 362, referer: http://ns1.pcrednet.net:2082/index.php
[Tue Nov 02 14:39:58 2010] [error] [client 82.158.76.244] PHP Notice: Trying to get property of non-object in /usr/local/ispconfig/interface/web/sites/web_domain_edit.php on line 362, referer: http://ns1.pcrednet.net:2082/index.php
[Tue Nov 02 14:39:58 2010] [error] [client 82.158.76.244] PHP Notice: Undefined variable: page_form in /usr/local/ispconfig/interface/web/sites/web_domain_edit.php on line 363, referer: http://ns1.pcrednet.net:2082/index.php
[Tue Nov 02 14:39:58 2010] [error] [client 82.158.76.244] PHP Notice: Trying to get property of non-object in /usr/local/ispconfig/interface/web/sites/web_domain_edit.php on line 363, referer: http://ns1.pcrednet.net:2082/index.php
[Tue Nov 02 14:39:58 2010] [error] [client 82.158.76.244] PHP Notice: Undefined variable: page_form in /usr/local/ispconfig/interface/web/sites/web_domain_edit.php on line 364, referer: http://ns1.pcrednet.net:2082/index.php
[Tue Nov 02 14:39:58 2010] [error] [client 82.158.76.244] PHP Notice: Trying to get property of non-object in /usr/local/ispconfig/interface/web/sites/web_domain_edit.php on line 364, referer: http://ns1.pcrednet.net:2082/index.php
[Tue Nov 02 14:39:58 2010] [error] [client 82.158.76.244] PHP Notice: Undefined index: on_after_insert in /usr/local/ispconfig/interface/lib/classes/plugin.inc.php on line 140, referer: http://ns1.pcrednet.net:2082/index.php
[Tue Nov 02 14:39:58 2010] [error] [client 82.158.76.244] PHP Notice: Undefined index: sites:on_after_insert in /usr/local/ispconfig/interface/lib/classes/plugin.inc.php on line 140, referer: http://ns1.pcrednet.net:2082/index.php
[Tue Nov 02 14:39:58 2010] [error] [client 82.158.76.244] PHP Notice: Undefined variable: wb in /usr/local/ispconfig/interface/lib/app.inc.php on line 187, referer: http://ns1.pcrednet.net:2082/index.php
[Tue Nov 02 14:39:58 2010] [error] [client 82.158.76.244] PHP Notice: Undefined index: global in /usr/local/ispconfig/interface/lib/classes/getconf.inc.php on line 50, referer: http://ns1.pcrednet.net:2082/index.php
[Tue Nov 02 14:39:59 2010] [error] [client 82.158.76.244] PHP Notice: Undefined variable: page_form in /usr/local/ispconfig/interface/web/sites/web_domain_edit.php on line 451, referer: http://ns1.pcrednet.net:2082/index.php
[Tue Nov 02 14:39:59 2010] [error] [client 82.158.76.244] PHP Notice: Trying to get property of non-object in /usr/local/ispconfig/interface/web/sites/web_domain_edit.php on line 451, referer: http://ns1.pcrednet.net:2082/index.php
[Tue Nov 02 14:39:59 2010] [error] [client 82.158.76.244] PHP Notice: Undefined variable: page_form in /usr/local/ispconfig/interface/web/sites/web_domain_edit.php on line 452, referer: http://ns1.pcrednet.net:2082/index.php
[Tue Nov 02 14:39:59 2010] [error] [client 82.158.76.244] PHP Notice: Trying to get property of non-object in /usr/local/ispconfig/interface/web/sites/web_domain_edit.php on line 452, referer: http://ns1.pcrednet.net:2082/index.php
[Tue Nov 02 14:39:59 2010] [error] [client 82.158.76.244] PHP Notice: Undefined variable: page_form in /usr/local/ispconfig/interface/web/sites/web_domain_edit.php on line 453, referer: http://ns1.pcrednet.net:2082/index.php
[Tue Nov 02 14:39:59 2010] [error] [client 82.158.76.244] PHP Notice: Trying to get property of non-object in /usr/local/ispconfig/interface/web/sites/web_domain_edit.php on line 453, referer: http://ns1.pcrednet.net:2082/index.php
[Tue Nov 02 14:39:59 2010] [error] [client 82.158.76.244] PHP Notice: Undefined variable: page_form in /usr/local/ispconfig/interface/web/sites/web_domain_edit.php on line 454, referer: http://ns1.pcrednet.net:2082/index.php
[Tue Nov 02 14:39:59 2010] [error] [client 82.158.76.244] PHP Notice: Trying to get property of non-object in /usr/local/ispconfig/interface/web/sites/web_domain_edit.php on line 454, referer: http://ns1.pcrednet.net:2082/index.php
[Tue Nov 02 14:39:59 2010] [error] [client 82.158.76.244] PHP Notice: Undefined index: domain in /usr/local/ispconfig/interface/web/sites/web_domain_edit.php on line 501, referer: http://ns1.pcrednet.net:2082/index.php
[Tue Nov 02 14:39:59 2010] [error] [client 82.158.76.244] PHP Notice: Undefined index: on_after_update in /usr/local/ispconfig/interface/lib/classes/plugin.inc.php on line 140, referer: http://ns1.pcrednet.net:2082/index.php
[Tue Nov 02 14:39:59 2010] [error] [client 82.158.76.244] PHP Notice: Undefined index: sites:on_after_update in /usr/local/ispconfig/interface/lib/classes/plugin.inc.php on line 140, referer: http://ns1.pcrednet.net:2082/index.php
[Tue Nov 02 14:39:59 2010] [error] [client 82.158.76.244] PHP Notice: Undefined index: sites:web_domain:on_after_update in /usr/local/ispconfig/interface/lib/classes/plugin.inc.php on line 140, referer: http://ns1.pcrednet.net:2082/index.php
[Tue Nov 02 14:39:59 2010] [error] [client 82.158.76.244] PHP Notice: Undefined variable: wb in /usr/local/ispconfig/interface/lib/app.inc.php on line 187, referer: http://ns1.pcrednet.net:2082/index.php
[Tue Nov 02 14:39:59 2010] [error] [client 82.158.76.244] PHP Notice: Undefined index: global in /usr/local/ispconfig/interface/lib/classes/getconf.inc.php on line 50, referer: http://ns1.pcrednet.net:2082/index.php
[Tue Nov 02 14:40:00 2010] [error] [client 82.158.76.244] PHP Notice: Undefined variable: page_form in /usr/local/ispconfig/interface/web/sites/web_domain_edit.php on line 451, referer: http://ns1.pcrednet.net:2082/index.php
[Tue Nov 02 14:40:00 2010] [error] [client 82.158.76.244] PHP Notice: Trying to get property of non-object in /usr/local/ispconfig/interface/web/sites/web_domain_edit.php on line 451, referer: http://ns1.pcrednet.net:2082/index.php
[Tue Nov 02 14:40:00 2010] [error] [client 82.158.76.244] PHP Notice: Undefined variable: page_form in /usr/local/ispconfig/interface/web/sites/web_domain_edit.php on line 452, referer: http://ns1.pcrednet.net:2082/index.php
[Tue Nov 02 14:40:00 2010] [error] [client 82.158.76.244] PHP Notice: Trying to get property of non-object in /usr/local/ispconfig/interface/web/sites/web_domain_edit.php on line 452, referer: http://ns1.pcrednet.net:2082/index.php
[Tue Nov 02 14:40:00 2010] [error] [client 82.158.76.244] PHP Notice: Undefined variable: page_form in /usr/local/ispconfig/interface/web/sites/web_domain_edit.php on line 453, referer: http://ns1.pcrednet.net:2082/index.php
[Tue Nov 02 14:40:00 2010] [error] [client 82.158.76.244] PHP Notice: Trying to get property of non-object in /usr/local/ispconfig/interface/web/sites/web_domain_edit.php on line 453, referer: http://ns1.pcrednet.net:2082/index.php
[Tue Nov 02 14:40:00 2010] [error] [client 82.158.76.244] PHP Notice: Undefined variable: page_form in /usr/local/ispconfig/interface/web/sites/web_domain_edit.php on line 454, referer: http://ns1.pcrednet.net:2082/index.php
[Tue Nov 02 14:40:00 2010] [error] [client 82.158.76.244] PHP Notice: Trying to get property of non-object in /usr/local/ispconfig/interface/web/sites/web_domain_edit.php on line 454, referer: http://ns1.pcrednet.net:2082/index.php
[Tue Nov 02 14:40:00 2010] [error] [client 82.158.76.244] PHP Notice: Undefined index: domain in /usr/local/ispconfig/interface/web/sites/web_domain_edit.php on line 501, referer: http://ns1.pcrednet.net:2082/index.php
[Tue Nov 02 14:40:00 2010] [error] [client 82.158.76.244] PHP Notice: Undefined index: on_after_update in /usr/local/ispconfig/interface/lib/classes/plugin.inc.php on line 140, referer: http://ns1.pcrednet.net:2082/index.php
[Tue Nov 02 14:40:00 2010] [error] [client 82.158.76.244] PHP Notice: Undefined index: sites:on_after_update in /usr/local/ispconfig/interface/lib/classes/plugin.inc.php on line 140, referer: http://ns1.pcrednet.net:2082/index.php
[Tue Nov 02 14:40:00 2010] [error] [client 82.158.76.244] PHP Notice: Undefined index: sites:web_domain:on_after_update in /usr/local/ispconfig/interface/lib/classes/plugin.inc.php on line 140, referer: http://ns1.pcrednet.net:2082/index.php
[Tue Nov 02 14:40:00 2010] [error] [client 82.158.76.244] PHP Notice: Undefined variable: wb in /usr/local/ispconfig/interface/lib/app.inc.php on line 187, referer: http://ns1.pcrednet.net:2082/index.php
[Tue Nov 02 14:40:00 2010] [error] [client 82.158.76.244] PHP Notice: Undefined index: global in /usr/local/ispconfig/interface/lib/classes/getconf.inc.php on line 50, referer: http://ns1.pcrednet.net:2082/index.php
[Tue Nov 02 14:40:02 2010] [notice] caught SIGTERM, shutting down
[Tue Nov 02 14:40:03 2010] [notice] suEXEC mechanism enabled (wrapper: /usr/lib/apache2/suexec)
[Tue Nov 02 14:40:03 2010] [notice] Digest: generating secret for digest authentication ...
[Tue Nov 02 14:40:03 2010] [notice] Digest: done
PHP Deprecated: Comments starting with '#' are deprecated in /etc/php5/apache2/conf.d/imagick.ini on line 1 in Unknown on line 0
PHP Deprecated: Comments starting with '#' are deprecated in /etc/php5/apache2/conf.d/imap.ini on line 1 in Unknown on line 0
PHP Deprecated: Comments starting with '#' are deprecated in /etc/php5/apache2/conf.d/mcrypt.ini on line 1 in Unknown on line 0
[Tue Nov 02 14:40:03 2010] [notice] Apache/2.2.14 (Ubuntu) DAV/2 mod_fcgid/2.3.4 PHP/5.3.2-1ubuntu4.5 with Suhosin-Patch mod_ruby/1.2.6 Ruby/1.8.7(2010-01-10) mod_ssl/2.2.14 OpenSSL/0.9.8k configured -- resuming normal operations
[Tue Nov 02 14:40:04 2010] [notice] caught SIGTERM, shutting down
[Tue Nov 02 14:41:01 2010] [notice] suEXEC mechanism enabled (wrapper: /usr/lib/apache2/suexec)
[Tue Nov 02 14:41:01 2010] [notice] Digest: generating secret for digest authentication ...
[Tue Nov 02 14:41:01 2010] [notice] Digest: done
PHP Deprecated: Comments starting with '#' are deprecated in /etc/php5/apache2/conf.d/imagick.ini on line 1 in Unknown on line 0
PHP Deprecated: Comments starting with '#' are deprecated in /etc/php5/apache2/conf.d/imap.ini on line 1 in Unknown on line 0
PHP Deprecated: Comments starting with '#' are deprecated in /etc/php5/apache2/conf.d/mcrypt.ini on line 1 in Unknown on line 0
[Tue Nov 02 14:41:02 2010] [notice] Apache/2.2.14 (Ubuntu) DAV/2 mod_fcgid/2.3.4 PHP/5.3.2-1ubuntu4.5 with Suhosin-Patch mod_ruby/1.2.6 Ruby/1.8.7(2010-01-10) mod_ssl/2.2.14 OpenSSL/0.9.8k configured -- resuming normal operations
[Tue Nov 02 14:41:15 2010] [error] [client 82.158.76.244] PHP Notice: Undefined variable: page_form in /usr/local/ispconfig/interface/web/sites/web_domain_edit.php on line 451, referer: http://ns1.pcrednet.net:2082/index.php
[Tue Nov 02 14:41:15 2010] [error] [client 82.158.76.244] PHP Notice: Trying to get property of non-object in /usr/local/ispconfig/interface/web/sites/web_domain_edit.php on line 451, referer: http://ns1.pcrednet.net:2082/index.php
[Tue Nov 02 14:41:15 2010] [error] [client 82.158.76.244] PHP Notice: Undefined variable: page_form in /usr/local/ispconfig/interface/web/sites/web_domain_edit.php on line 452, referer: http://ns1.pcrednet.net:2082/index.php
[Tue Nov 02 14:41:15 2010] [error] [client 82.158.76.244] PHP Notice: Trying to get property of non-object in /usr/local/ispconfig/interface/web/sites/web_domain_edit.php on line 452, referer: http://ns1.pcrednet.net:2082/index.php
[Tue Nov 02 14:41:15 2010] [error] [client 82.158.76.244] PHP Notice: Undefined variable: page_form in /usr/local/ispconfig/interface/web/sites/web_domain_edit.php on line 453, referer: http://ns1.pcrednet.net:2082/index.php
[Tue Nov 02 14:41:15 2010] [error] [client 82.158.76.244] PHP Notice: Trying to get property of non-object in /usr/local/ispconfig/interface/web/sites/web_domain_edit.php on line 453, referer: http://ns1.pcrednet.net:2082/index.php
[Tue Nov 02 14:41:15 2010] [error] [client 82.158.76.244] PHP Notice: Undefined variable: page_form in /usr/local/ispconfig/interface/web/sites/web_domain_edit.php on line 454, referer: http://ns1.pcrednet.net:2082/index.php
[Tue Nov 02 14:41:15 2010] [error] [client 82.158.76.244] PHP Notice: Trying to get property of non-object in /usr/local/ispconfig/interface/web/sites/web_domain_edit.php on line 454, referer: http://ns1.pcrednet.net:2082/index.php
[Tue Nov 02 14:41:15 2010] [error] [client 82.158.76.244] PHP Notice: Undefined index: domain in /usr/local/ispconfig/interface/web/sites/web_domain_edit.php on line 501, referer: http://ns1.pcrednet.net:2082/index.php
[Tue Nov 02 14:41:15 2010] [error] [client 82.158.76.244] PHP Notice: Undefined index: on_after_update in /usr/local/ispconfig/interface/lib/classes/plugin.inc.php on line 140, referer: http://ns1.pcrednet.net:2082/index.php
[Tue Nov 02 14:41:15 2010] [error] [client 82.158.76.244] PHP Notice: Undefined index: sites:on_after_update in /usr/local/ispconfig/interface/lib/classes/plugin.inc.php on line 140, referer: http://ns1.pcrednet.net:2082/index.php
[Tue Nov 02 14:41:15 2010] [error] [client 82.158.76.244] PHP Notice: Undefined index: sites:web_domain:on_after_update in /usr/local/ispconfig/interface/lib/classes/plugin.inc.php on line 140, referer: http://ns1.pcrednet.net:2082/index.php
[Tue Nov 02 14:41:15 2010] [error] [client 82.158.76.244] PHP Notice: Undefined variable: wb in /usr/local/ispconfig/interface/lib/app.inc.php on line 187, referer: http://ns1.pcrednet.net:2082/index.php
[Tue Nov 02 14:41:15 2010] [error] [client 82.158.76.244] PHP Notice: Undefined index: global in /usr/local/ispconfig/interface/lib/classes/getconf.inc.php on line 50, referer: http://ns1.pcrednet.net:2082/index.php
[Tue Nov 02 14:41:19 2010] [error] [client 82.158.76.244] PHP Notice: Undefined variable: page_form in /usr/local/ispconfig/interface/web/sites/web_domain_edit.php on line 451, referer: http://ns1.pcrednet.net:2082/index.php
[Tue Nov 02 14:41:19 2010] [error] [client 82.158.76.244] PHP Notice: Trying to get property of non-object in /usr/local/ispconfig/interface/web/sites/web_domain_edit.php on line 451, referer: http://ns1.pcrednet.net:2082/index.php
[Tue Nov 02 14:41:19 2010] [error] [client 82.158.76.244] PHP Notice: Undefined variable: page_form in /usr/local/ispconfig/interface/web/sites/web_domain_edit.php on line 452, referer: http://ns1.pcrednet.net:2082/index.php
[Tue Nov 02 14:41:19 2010] [error] [client 82.158.76.244] PHP Notice: Trying to get property of non-object in /usr/local/ispconfig/interface/web/sites/web_domain_edit.php on line 452, referer: http://ns1.pcrednet.net:2082/index.php
[Tue Nov 02 14:41:19 2010] [error] [client 82.158.76.244] PHP Notice: Undefined variable: page_form in /usr/local/ispconfig/interface/web/sites/web_domain_edit.php on line 453, referer: http://ns1.pcrednet.net:2082/index.php
[Tue Nov 02 14:41:19 2010] [error] [client 82.158.76.244] PHP Notice: Trying to get property of non-object in /usr/local/ispconfig/interface/web/sites/web_domain_edit.php on line 453, referer: http://ns1.pcrednet.net:2082/index.php
[Tue Nov 02 14:41:19 2010] [error] [client 82.158.76.244] PHP Notice: Undefined variable: page_form in /usr/local/ispconfig/interface/web/sites/web_domain_edit.php on line 454, referer: http://ns1.pcrednet.net:2082/index.php
[Tue Nov 02 14:41:19 2010] [error] [client 82.158.76.244] PHP Notice: Trying to get property of non-object in /usr/local/ispconfig/interface/web/sites/web_domain_edit.php on line 454, referer: http://ns1.pcrednet.net:2082/index.php
[Tue Nov 02 14:41:19 2010] [error] [client 82.158.76.244] PHP Notice: Undefined index: domain in /usr/local/ispconfig/interface/web/sites/web_domain_edit.php on line 501, referer: http://ns1.pcrednet.net:2082/index.php
[Tue Nov 02 14:41:19 2010] [error] [client 82.158.76.244] PHP Notice: Undefined index: on_after_update in /usr/local/ispconfig/interface/lib/classes/plugin.inc.php on line 140, referer: http://ns1.pcrednet.net:2082/index.php
[Tue Nov 02 14:41:19 2010] [error] [client 82.158.76.244] PHP Notice: Undefined index: sites:on_after_update in /usr/local/ispconfig/interface/lib/classes/plugin.inc.php on line 140, referer: http://ns1.pcrednet.net:2082/index.php
[Tue Nov 02 14:41:19 2010] [error] [client 82.158.76.244] PHP Notice: Undefined index: sites:web_domain:on_after_update in /usr/local/ispconfig/interface/lib/classes/plugin.inc.php on line 140, referer: http://ns1.pcrednet.net:2082/index.php
[Tue Nov 02 14:41:19 2010] [error] [client 82.158.76.244] PHP Notice: Undefined variable: wb in /usr/local/ispconfig/interface/lib/app.inc.php on line 187, referer: http://ns1.pcrednet.net:2082/index.php
[Tue Nov 02 14:41:19 2010] [error] [client 82.158.76.244] PHP Notice: Undefined index: global in /usr/local/ispconfig/interface/lib/classes/getconf.inc.php on line 50, referer: http://ns1.pcrednet.net:2082/index.php
[Tue Nov 02 14:41:22 2010] [error] [client 82.158.76.244] PHP Notice: Undefined variable: page_form in /usr/local/ispconfig/interface/web/sites/web_domain_edit.php on line 451, referer: http://ns1.pcrednet.net:2082/index.php
[Tue Nov 02 14:41:22 2010] [error] [client 82.158.76.244] PHP Notice: Trying to get property of non-object in /usr/local/ispconfig/interface/web/sites/web_domain_edit.php on line 451, referer: http://ns1.pcrednet.net:2082/index.php
[Tue Nov 02 14:41:22 2010] [error] [client 82.158.76.244] PHP Notice: Undefined variable: page_form in /usr/local/ispconfig/interface/web/sites/web_domain_edit.php on line 452, referer: http://ns1.pcrednet.net:2082/index.php
[Tue Nov 02 14:41:22 2010] [error] [client 82.158.76.244] PHP Notice: Trying to get property of non-object in /usr/local/ispconfig/interface/web/sites/web_domain_edit.php on line 452, referer: http://ns1.pcrednet.net:2082/index.php
[Tue Nov 02 14:41:22 2010] [error] [client 82.158.76.244] PHP Notice: Undefined variable: page_form in /usr/local/ispconfig/interface/web/sites/web_domain_edit.php on line 453, referer: http://ns1.pcrednet.net:2082/index.php
[Tue Nov 02 14:41:22 2010] [error] [client 82.158.76.244] PHP Notice: Trying to get property of non-object in /usr/local/ispconfig/interface/web/sites/web_domain_edit.php on line 453, referer: http://ns1.pcrednet.net:2082/index.php
[Tue Nov 02 14:41:22 2010] [error] [client 82.158.76.244] PHP Notice: Undefined variable: page_form in /usr/local/ispconfig/interface/web/sites/web_domain_edit.php on line 454, referer: http://ns1.pcrednet.net:2082/index.php
[Tue Nov 02 14:41:22 2010] [error] [client 82.158.76.244] PHP Notice: Trying to get property of non-object in /usr/local/ispconfig/interface/web/sites/web_domain_edit.php on line 454, referer: http://ns1.pcrednet.net:2082/index.php
[Tue Nov 02 14:41:22 2010] [error] [client 82.158.76.244] PHP Notice: Undefined index: domain in /usr/local/ispconfig/interface/web/sites/web_domain_edit.php on line 501, referer: http://ns1.pcrednet.net:2082/index.php
[Tue Nov 02 14:41:22 2010] [error] [client 82.158.76.244] PHP Notice: Undefined index: on_after_update in /usr/local/ispconfig/interface/lib/classes/plugin.inc.php on line 140, referer: http://ns1.pcrednet.net:2082/index.php
[Tue Nov 02 14:41:22 2010] [error] [client 82.158.76.244] PHP Notice: Undefined index: sites:on_after_update in /usr/local/ispconfig/interface/lib/classes/plugin.inc.php on line 140, referer: http://ns1.pcrednet.net:2082/index.php
[Tue Nov 02 14:41:22 2010] [error] [client 82.158.76.244] PHP Notice: Undefined index: sites:web_domain:on_after_update in /usr/local/ispconfig/interface/lib/classes/plugin.inc.php on line 140, referer: http://ns1.pcrednet.net:2082/index.php
[Tue Nov 02 14:41:22 2010] [error] [client 82.158.76.244] PHP Notice: Undefined index: return_to_url in /usr/local/ispconfig/interface/lib/classes/tform_actions.inc.php on line 142, referer: http://ns1.pcrednet.net:2082/index.php
I not found another error.log.
Thx.
|

2nd November 2010, 16:07
|
|
Member
|
|
Join Date: Oct 2010
Posts: 56
Thanks: 2
Thanked 2 Times in 2 Posts
|
|
I reinstall server from 0 follow tutorial pefect server ubuntu 10.4 and the errors are the same...
I use OPENVZ VM, this is the problem???
|

2nd November 2010, 16:41
|
|
Super Moderator
|
|
Join Date: Apr 2005
Location: Lüneburg, Germany
Posts: 31,911
Thanks: 693
Thanked 4,198 Times in 3,213 Posts
|
|
Quote:
|
Where is the error.log of vhost?
|
In the log folder of the website and the website is under /var/www/yourdomain.tld/
|
| Thread Tools |
|
|
| Display Modes |
Linear Mode
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
All times are GMT +2. The time now is 04:53.
|
|
Recent comments
1 day 3 hours ago
1 day 8 hours ago
1 day 13 hours ago
1 day 14 hours ago
2 days 5 hours ago
2 days 5 hours ago
2 days 10 hours ago
2 days 16 hours ago
2 days 17 hours ago
2 days 18 hours ago