CereusReporting - PDF Reports - 4.00 for Cacti 1.x out soon!
Moderators: Developers, Moderators
Re: CereusReporting - PDF Reports - 3.01 for Cacti 1.x out!
Hi!
Help me please!
I`ve installed CereusReporting Standard Version 3.01.32 how it is described in
https://www.urban-software.com/wp-conte ... _6and7.pdf
But when I`m trying to install it in the cacti plugin management I`m getting "Action failed" 500 Internal Server error.
CentOS 7 x64
Cacti 1.1.38
PHP 7.0
Help me please!
I`ve installed CereusReporting Standard Version 3.01.32 how it is described in
https://www.urban-software.com/wp-conte ... _6and7.pdf
But when I`m trying to install it in the cacti plugin management I`m getting "Action failed" 500 Internal Server error.
CentOS 7 x64
Cacti 1.1.38
PHP 7.0
- Attachments
-
- Cacti_Cereus _Error2 .PNG (7.43 KiB) Viewed 8543 times
-
- Cacti_Cereus _Error .PNG (33.47 KiB) Viewed 8543 times
Re: CereusReporting - PDF Reports - 3.01 for Cacti 1.x out!
Check your Apache log as that would have recorded the 500 error. Cacti's own log may have also captured information about it. Post the results.
Cacti Developer & Release Manager
The Cacti Group
Director
BV IT Solutions Ltd
+--------------------------------------------------------------------------+
Cacti Resources:
Cacti Website (including releases)
Cacti Issues
Cacti Development Releases
Cacti Development Documentation
The Cacti Group
Director
BV IT Solutions Ltd
+--------------------------------------------------------------------------+
Cacti Resources:
Cacti Website (including releases)
Cacti Issues
Cacti Development Releases
Cacti Development Documentation
- phalek
- Developer
- Posts: 2838
- Joined: Thu Jan 31, 2008 6:39 am
- Location: Kressbronn, Germany
- Contact:
Re: CereusReporting - PDF Reports - 3.01 for Cacti 1.x out!
Hi,
Please make sure you downloaded the version for PHP 7 from this page:
https://www.urban-software.com/products ... downloads/
Also, you will have to install the ioncube loaders ( https://www.ioncube.com/loaders.php )
Can you confirm that you have installed the correct version by executing
Last, enable your php error_log in php.ini (i.e. error_log = syslog ) to see the specific php error messages.
Please make sure you downloaded the version for PHP 7 from this page:
https://www.urban-software.com/products ... downloads/
Also, you will have to install the ioncube loaders ( https://www.ioncube.com/loaders.php )
Can you confirm that you have installed the correct version by executing
Code: Select all
php -m
Greetings,
Phalek
---
Need more help ? Read the Cacti documentation or my new Cacti 1.x Book
Need on-site support ? Look here Cacti Workshop
Need professional Cacti support ? Look here CereusService
---
Plugins : CereusReporting
Phalek
---
Need more help ? Read the Cacti documentation or my new Cacti 1.x Book
Need on-site support ? Look here Cacti Workshop
Need professional Cacti support ? Look here CereusService
---
Plugins : CereusReporting
Re: CereusReporting - PDF Reports - 3.01 for Cacti 1.x out!
I don't have records in Apache log. In Cacti's own log I have:
2018/11/29 13:37:43 - ERROR PHP CORE_ERROR: <br>The encoded file <b>/mnt/data_volume/cacti/cacti-1.1.38/plugins/CereusReporting/setup.php</b> is corrupt. in file: Unknown on line: 0
2018/11/29 13:37:43 - CMDPHP PHP ERROR Backtrace: (CactiShutdownHandler)(/lib/functions.php: 4628 cacti_debug_backtrace)
2018/11/29 13:37:52 - ERROR PHP CORE_ERROR: <br>The encoded file <b>/mnt/data_volume/cacti/cacti-1.1.38/plugins/CereusReporting/setup.php</b> is corrupt. in file: Unknown on line: 0
2018/11/29 13:37:52 - CMDPHP PHP ERROR Backtrace: (CactiShutdownHandler)(/lib/functions.php: 4628 cacti_debug_backtrace)
2018/11/29 13:37:43 - ERROR PHP CORE_ERROR: <br>The encoded file <b>/mnt/data_volume/cacti/cacti-1.1.38/plugins/CereusReporting/setup.php</b> is corrupt. in file: Unknown on line: 0
2018/11/29 13:37:43 - CMDPHP PHP ERROR Backtrace: (CactiShutdownHandler)(/lib/functions.php: 4628 cacti_debug_backtrace)
2018/11/29 13:37:52 - ERROR PHP CORE_ERROR: <br>The encoded file <b>/mnt/data_volume/cacti/cacti-1.1.38/plugins/CereusReporting/setup.php</b> is corrupt. in file: Unknown on line: 0
2018/11/29 13:37:52 - CMDPHP PHP ERROR Backtrace: (CactiShutdownHandler)(/lib/functions.php: 4628 cacti_debug_backtrace)
2018/11/29 13:37:43 - ERROR PHP CORE_ERROR: <br>The encoded file <b>/mnt/data_volume/cacti/cacti-1.1.38/plugins/CereusReporting/setup.php</b> is corrupt. in file: Unknown on line: 0
2018/11/29 13:37:43 - CMDPHP PHP ERROR Backtrace: (CactiShutdownHandler)(/lib/functions.php: 4628 cacti_debug_backtrace)
2018/11/29 13:37:52 - ERROR PHP CORE_ERROR: <br>The encoded file <b>/mnt/data_volume/cacti/cacti-1.1.38/plugins/CereusReporting/setup.php</b> is corrupt. in file: Unknown on line: 0
2018/11/29 13:37:52 - CMDPHP PHP ERROR Backtrace: (CactiShutdownHandler)(/lib/functions.php: 4628 cacti_debug_backtrace)
2018/11/29 13:37:43 - ERROR PHP CORE_ERROR: <br>The encoded file <b>/mnt/data_volume/cacti/cacti-1.1.38/plugins/CereusReporting/setup.php</b> is corrupt. in file: Unknown on line: 0
2018/11/29 13:37:43 - CMDPHP PHP ERROR Backtrace: (CactiShutdownHandler)(/lib/functions.php: 4628 cacti_debug_backtrace)
2018/11/29 13:37:52 - ERROR PHP CORE_ERROR: <br>The encoded file <b>/mnt/data_volume/cacti/cacti-1.1.38/plugins/CereusReporting/setup.php</b> is corrupt. in file: Unknown on line: 0
2018/11/29 13:37:52 - CMDPHP PHP ERROR Backtrace: (CactiShutdownHandler)(/lib/functions.php: 4628 cacti_debug_backtrace)
- phalek
- Developer
- Posts: 2838
- Joined: Thu Jan 31, 2008 6:39 am
- Location: Kressbronn, Germany
- Contact:
Re: CereusReporting - PDF Reports - 3.01 for Cacti 1.x out!
As mentioned earlier. Please check that you have the latest ioncube loader version installed.
Greetings,
Phalek
---
Need more help ? Read the Cacti documentation or my new Cacti 1.x Book
Need on-site support ? Look here Cacti Workshop
Need professional Cacti support ? Look here CereusService
---
Plugins : CereusReporting
Phalek
---
Need more help ? Read the Cacti documentation or my new Cacti 1.x Book
Need on-site support ? Look here Cacti Workshop
Need professional Cacti support ? Look here CereusService
---
Plugins : CereusReporting
Re: CereusReporting - PDF Reports - 3.01 for Cacti 1.x out!
Please make sure you downloaded the version for PHP 7 from this page:
https://www.urban-software.com/products ... downloads/
Also, you will have to install the ioncube loaders ( https://www.ioncube.com/loaders.php )
YES
https://www.urban-software.com/products ... downloads/
Also, you will have to install the ioncube loaders ( https://www.ioncube.com/loaders.php )
YES
Re: CereusReporting - PDF Reports - 3.01 for Cacti 1.x out!
php -v
PHP 7.0.32 (cli) (built: Sep 11 2018 13:20:19) ( NTS )
Copyright (c) 1997-2017 The PHP Group
Zend Engine v3.0.0, Copyright (c) 1998-2017 Zend Technologies
with the ionCube PHP Loader (enabled) + Intrusion Protection from ioncube24.com (unconfigured) v10.2.7, Copyright (c) 2002-2018, by ionCube Ltd.
PHP 7.0.32 (cli) (built: Sep 11 2018 13:20:19) ( NTS )
Copyright (c) 1997-2017 The PHP Group
Zend Engine v3.0.0, Copyright (c) 1998-2017 Zend Technologies
with the ionCube PHP Loader (enabled) + Intrusion Protection from ioncube24.com (unconfigured) v10.2.7, Copyright (c) 2002-2018, by ionCube Ltd.
Re: CereusReporting - PDF Reports - 3.01 for Cacti 1.x out!
php -m
[PHP Modules]
bz2
calendar
ChartDirector PHP API
Core
ctype
curl
date
dom
exif
fileinfo
filter
ftp
gd
gettext
gmp
hash
iconv
ionCube Loader
json
ldap
libxml
mbstring
mcrypt
mysqli
mysqlnd
openssl
pcntl
pcre
PDO
pdo_mysql
pdo_sqlite
Phar
posix
readline
Reflection
session
shmop
SimpleXML
snmp
sockets
SPL
sqlite3
standard
sysvmsg
sysvsem
sysvshm
tokenizer
wddx
xml
xmlreader
xmlwriter
xsl
zip
zlib
[Zend Modules]
the ionCube PHP Loader (enabled) + Intrusion Protection from ioncube24.com (unconfigured)
[PHP Modules]
bz2
calendar
ChartDirector PHP API
Core
ctype
curl
date
dom
exif
fileinfo
filter
ftp
gd
gettext
gmp
hash
iconv
ionCube Loader
json
ldap
libxml
mbstring
mcrypt
mysqli
mysqlnd
openssl
pcntl
pcre
PDO
pdo_mysql
pdo_sqlite
Phar
posix
readline
Reflection
session
shmop
SimpleXML
snmp
sockets
SPL
sqlite3
standard
sysvmsg
sysvsem
sysvshm
tokenizer
wddx
xml
xmlreader
xmlwriter
xsl
zip
zlib
[Zend Modules]
the ionCube PHP Loader (enabled) + Intrusion Protection from ioncube24.com (unconfigured)
Re: CereusReporting - PDF Reports - 3.01 for Cacti 1.x out!
With ioncube loader-wizard:
- Attachments
-
- Cacti_Cereus _Error3 .PNG (34.54 KiB) Viewed 8539 times
Re: CereusReporting - PDF Reports - 3.01 for Cacti 1.x out!
I have already enabled php error_log in php.ini (i.e. error_log = syslog ).
- phalek
- Developer
- Posts: 2838
- Joined: Thu Jan 31, 2008 6:39 am
- Location: Kressbronn, Germany
- Contact:
Re: CereusReporting - PDF Reports - 3.01 for Cacti 1.x out!
Download this archive and replace all files within the CereusReporting directory:
https://www.urban-software.com/wp-conte ... orting.zip
https://www.urban-software.com/wp-conte ... orting.zip
Greetings,
Phalek
---
Need more help ? Read the Cacti documentation or my new Cacti 1.x Book
Need on-site support ? Look here Cacti Workshop
Need professional Cacti support ? Look here CereusService
---
Plugins : CereusReporting
Phalek
---
Need more help ? Read the Cacti documentation or my new Cacti 1.x Book
Need on-site support ? Look here Cacti Workshop
Need professional Cacti support ? Look here CereusService
---
Plugins : CereusReporting
Re: CereusReporting - PDF Reports - 3.01 for Cacti 1.x out!
Hi!
I did exactly as you recomend.
Nothing changed.
When I'm trying to install it in the cacti plugin management I`m getting "Action failed" 500 Internal Server error.
In logs file I got the same reports.
Where should be the license key file stored?
Which permissions (owner) should be at folder and files CereusReporting?
I did exactly as you recomend.
Nothing changed.
When I'm trying to install it in the cacti plugin management I`m getting "Action failed" 500 Internal Server error.
In logs file I got the same reports.
Where should be the license key file stored?
Which permissions (owner) should be at folder and files CereusReporting?
- phalek
- Developer
- Posts: 2838
- Joined: Thu Jan 31, 2008 6:39 am
- Location: Kressbronn, Germany
- Contact:
Re: CereusReporting - PDF Reports - 3.01 for Cacti 1.x out!
Where should be the license key file stored? -> config directory
Which permissions (owner) should be at folder and files CereusReporting? -> cacti/apache, archive,images and server with write permissions, all other read.
Which permissions (owner) should be at folder and files CereusReporting? -> cacti/apache, archive,images and server with write permissions, all other read.
Greetings,
Phalek
---
Need more help ? Read the Cacti documentation or my new Cacti 1.x Book
Need on-site support ? Look here Cacti Workshop
Need professional Cacti support ? Look here CereusService
---
Plugins : CereusReporting
Phalek
---
Need more help ? Read the Cacti documentation or my new Cacti 1.x Book
Need on-site support ? Look here Cacti Workshop
Need professional Cacti support ? Look here CereusService
---
Plugins : CereusReporting
- phalek
- Developer
- Posts: 2838
- Joined: Thu Jan 31, 2008 6:39 am
- Location: Kressbronn, Germany
- Contact:
Re: CereusReporting - PDF Reports - 3.01 for Cacti 1.x out!
I'll re-test it with Centos7 and PHP7.
Did you use the remi repository for PHP7 ?
Did you use the remi repository for PHP7 ?
Greetings,
Phalek
---
Need more help ? Read the Cacti documentation or my new Cacti 1.x Book
Need on-site support ? Look here Cacti Workshop
Need professional Cacti support ? Look here CereusService
---
Plugins : CereusReporting
Phalek
---
Need more help ? Read the Cacti documentation or my new Cacti 1.x Book
Need on-site support ? Look here Cacti Workshop
Need professional Cacti support ? Look here CereusService
---
Plugins : CereusReporting
Re: CereusReporting - PDF Reports - 3.01 for Cacti 1.x out!
Yes, I did. I used the remi repository for PHP7.
- Attachments
-
- Cacti_Cereus _Error 5 .PNG (30.91 KiB) Viewed 8514 times
Who is online
Users browsing this forum: No registered users and 0 guests