Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Graphing issues #207

Open
mesteele opened this issue May 24, 2023 · 1 comment
Open

Graphing issues #207

mesteele opened this issue May 24, 2023 · 1 comment

Comments

@mesteele
Copy link

mesteele commented May 24, 2023

Item | Description
-----|------------- Posting Issues Found Graphing. I'm not sure what the basic requirements for using the Graphing feature.
File(s): | The below list the packages I installed.

PACKAGE VERSION STATE
Image_Canvas 0.3.5 alpha
Image_Color 1.0.4 stable
Image_Graph 0.8.0 alpha
Math_BigInteger 1.0.3 stable
Numbers_Roman 1.0.2 stable
Numbers_Words 0.18.2 beta

Class: |
Function: |
Similar Issues: |
Depends on Issue(s): |
Dependency Type: |
Misc. Info.: |

Expected Behavior:
Current Behavior:

@mesteele
Copy link
Author

mesteele commented May 24, 2023

I have an issue where the Graph Alert Data fails:
2023-05-24_15-26-29

PHP Error Log:
php_errors.log

In the above error log I went through every graph option. None of the options are working

PHP Graphing Setup:

Image_Canvas     0.3.5   alpha
Image_Color      1.0.4   stable
Image_Graph      0.8.0   alpha
Math_BigInteger  1.0.3   stable
Numbers_Roman    1.0.2   stable
Numbers_Words    0.18.2  beta

BASE.Conf:

/** IP address to country support
 *
 * 1. First method for the mapping of ip addresses to country names:
 *
 * If you have installed the perl module Geo::IPfree
 * http://search.cpan.org/CPAN/authors/id/G/GM/GMPASSOS/Geo-IPfree-0.2.tar.gz
 * then generate the country database in readable ASCII format,
 * similarly to this:
 *         cd /usr/lib/perl5/site_perl/5.8.8/Geo/
 *         perl ipct2txt.pl ./ipscountry.dat /var/www/html/ips-ascii.txt
 *
 * Set the absolute path to this database accordingly:
 */
$Geo_IPfree_file_ascii = "d:\winids\inetpub\wwwroot\base\ips-ascii.txt";

/** 2. Second method for the mapping of ip addresses to country names:
 * 
 * If you have installed the perl module IP::Country
 * http://search.cpan.org/dist/IP-Country/
 * (requires Geography::Countries as well),
 * then uncomment and correct the absolute path to this perl executable:
 */
 //$IP2CC = "/usr/bin/ip2cc";

I have created the ips-ascii.txt file and using the "1. First method for the mapping of ip addresses to country names:".

I 'm unable use "2. Second method for the mapping of ip addresses to country names:" as it tellss me that the file is not executable. I have tried to append .pl to the end of the file and change the ip2cc to ip2cc.pl but it has the same error.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant