
14th March 2013, 12:12
|
|
Junior Member
|
|
Join Date: Nov 2011
Posts: 13
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
IspConfigMONITOR
Hi all!
After upgrade to 3.0.5.1, ispconfigmonitor stop working on virtualhost port 8082
Best regards
Alberto
|

14th March 2013, 13:58
|
|
Super Moderator
|
|
Join Date: Apr 2005
Location: Lüneburg, Germany
Posts: 32,068
Thanks: 697
Thanked 4,248 Times in 3,260 Posts
|
|
Quote:
Originally Posted by albegior
Hi all!
After upgrade to 3.0.5.1, ispconfigmonitor stop working on virtualhost port 8082
Best regards
Alberto
|
Which monitor software do you mean, the iSPConfig android app?
|

14th March 2013, 14:12
|
|
Senior Member
|
|
Join Date: Jan 2006
Posts: 156
Thanks: 1
Thanked 2 Times in 2 Posts
|
|
|

14th March 2013, 14:16
|
|
Super Moderator
|
|
Join Date: Apr 2005
Location: Lüneburg, Germany
Posts: 32,068
Thanks: 697
Thanked 4,248 Times in 3,260 Posts
|
|
Quote:
Originally Posted by adrenalinic
|
The link works fin for me.
|

14th March 2013, 14:18
|
|
Senior Member
|
|
Join Date: Jan 2006
Posts: 156
Thanks: 1
Thanked 2 Times in 2 Posts
|
|
Hi,
Really courious.. i have tried on 3 different browser from two different networks (italy)...
I have a blank page.
|
|
The Following User Says Thank You to adrenalinic For This Useful Post:
|
till (14th March 2013)
|

14th March 2013, 14:33
|
|
Super Moderator
|
|
Join Date: Apr 2005
Location: Lüneburg, Germany
Posts: 32,068
Thanks: 697
Thanked 4,248 Times in 3,260 Posts
|
|
Quote:
Originally Posted by adrenalinic
Hi,
Really courious.. i have tried on 3 different browser from two different networks (italy)...
I have a blank page.
|
Ah ok, I see what you mean  There was a issue with the cache which I did not recognized as I was logged in which disables caching in wordpress. The issue is fixed now.
|

14th March 2013, 18:40
|
|
Junior Member
|
|
Join Date: Nov 2011
Posts: 13
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
Quote:
Originally Posted by till
Which monitor software do you mean, the iSPConfig android app?
|
yes... your android app!
Ciao
Alberto
|

14th March 2013, 21:07
|
|
Super Moderator
|
|
Join Date: Apr 2005
Location: Lüneburg, Germany
Posts: 32,068
Thanks: 697
Thanked 4,248 Times in 3,260 Posts
|
|
May you please post the vhost that you use on port 8082 on your server.
|

14th March 2013, 22:42
|
|
Junior Member
|
|
Join Date: Nov 2011
Posts: 13
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
Quote:
Originally Posted by till
May you please post the vhost that you use on port 8082 on your server.
|
I'm using your instruction for debian:
On Debian and Ubuntu, you can create such a vhost as follows:
(Make sure you are logged in as root; on Ubuntu you can run
sudo su
to become root.)
cd /etc/apache2/sites-available/
wget http://www.ispconfig.org/downloads/i...ppnonssl.vhost
cd /etc/apache2/sites-enabled
ln -s /etc/apache2/sites-available/ispconfigmonitorappnonssl.vhost 000-ispconfigmonitorappnonssl.vhost
/etc/init.d/apache2 restart
|

15th March 2013, 11:52
|
|
Senior Member
|
|
Join Date: Sep 2009
Location: Emmen, Netherlands
Posts: 327
Thanks: 62
Thanked 9 Times in 8 Posts
|
|
Upgraded my production server to 3.0.5.1
When I click Installed Packages or try to install a package from APS Installer I get error:
Quote:
|
DB::query(SELECT aps_instances.id AS id, aps_instances.package_id AS package_id, aps_instances.customer_id AS customer_id, sys_group.name AS customer_name, aps_instances.instance_status AS instance_status, aps_packages.name AS package_name, aps_packages.version AS package_version, aps_packages.release AS package_release, aps_packages.package_status AS package_status, CONCAT ((SELECT value FROM aps_instances_settings WHERE name='main_domain' AND instance_id = aps_instances.id), '/', (SELECT value FROM aps_instances_settings WHERE name='main_location' AND instance_id = aps_instances.id)) AS install_location FROM aps_instances, aps_packages, sys_group WHERE sys_group.client_id = aps_instances.customer_id AND aps_instances.package_id = aps_packages.id ORDER BY package_name LIMIT 0, 15) -> mysqli_query FUNCTION dbispconfig.CONCAT does not exist#0 db->query(SELECT aps_instances.id AS id, aps_instances.package_id AS package_id, aps_instances.customer_id AS customer_id, sys_group.name AS customer_name, aps_instances.instance_status AS instance_status, aps_packages.name AS package_name, aps_packages.version AS package_version, aps_packages.release AS package_release, aps_packages.package_status AS package_status, CONCAT ((SELECT value FROM aps_instances_settings WHERE name='main_domain' AND instance_id = aps_instances.id), '/', (SELECT value FROM aps_instances_settings WHERE name='main_location' AND instance_id = aps_instances.id)) AS install_location FROM aps_instances, aps_packages, sys_group WHERE sys_group.client_id = aps_instances.customer_id AND aps_instances.package_id = aps_packages.id ORDER BY package_name LIMIT 0, 15) called at [/usr/local/ispconfig/interface/lib/classes/db_mysql.inc.php:157] #1 db->queryAllRecords(SELECT aps_instances.id AS id, aps_instances.package_id AS package_id, aps_instances.customer_id AS customer_id, sys_group.name AS customer_name, aps_instances.instance_status AS instance_status, aps_packages.name AS package_name, aps_packages.version AS package_version, aps_packages.release AS package_release, aps_packages.package_status AS package_status, CONCAT ((SELECT value FROM aps_instances_settings WHERE name='main_domain' AND instance_id = aps_instances.id), '/', (SELECT value FROM aps_instances_settings WHERE name='main_location' AND instance_id = aps_instances.id)) AS install_location FROM aps_instances, aps_packages, sys_group WHERE sys_group.client_id = aps_instances.customer_id AND aps_instances.package_id = aps_packages.id ORDER BY package_name LIMIT 0, 15) called at [/usr/local/ispconfig/interface/web/sites/aps_installedpackages_list.php:112]
|
Should I run ispconfig_update.sh again?
|
| 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 11:30.
|
Recent comments
1 day 13 hours ago
1 day 15 hours ago
2 days 3 hours ago
2 days 6 hours ago
2 days 10 hours ago
2 days 16 hours ago
3 days 2 hours ago
3 days 4 hours ago
3 days 12 hours ago
3 days 13 hours ago