Article Information
Article ID
l5xN4Ai
Category
Password Protector
Created
13 February 2007 3:08:14 AM
Viewed
443
Rating
1.81/3.00
Votes
32
Rate this Article
Very Helpful (3/3) - Helpful (2/3) - Not Helpful (1/3)
Knowledgebase Article
Error: Can't locate GD/Graph/bars.pm in @INC

This error occurs when the perl modules "GD" and "GD::Graph" have not been installed on your server.

You have two options if you receive this error message: Either contact your web hosting provider and request that they install the GD and GD::Graph Perl Modules on your server, or deactivate the graphing feature by opening Password Protector SD's admin.pl file in a text editor such as notepad, scroll to line 9846 (you can also search for "use GD::") and replace these lines:

use GD::Graph::bars;
use GD::Graph::pie;
use GD::Graph::lines;

With the following:

# use GD::Graph::bars;
# use GD::Graph::pie;
# use GD::Graph::lines;

Copyright © 2006 - Ascad Networks. All Rights Reserved.
This website optimized for Firefox with resolution 1024x768.
Privacy Policy / Report Site Error


Get Firefox!