#########################################################
# PerlDesk, www.perldesk.com              RELEASE 1.0.2 #
#                                                       #
# Author: John Bennett	[john@perldesk.com]             #
#                                                       #
#########################################################
# Please direct bug reports, suggestions or feedback	#
# to the perldesk website.                              #
#                                                       #
# PerlDesk is free software, and may be used under the  #
# terms of the GNU General Public License as published  #
# by the Free Software Foundation. For full details of  #
# this license, please see the COPYING file, or visit   #
# www.fsf.org or www.gnu.org                            #
#                                                       #
#########################################################
#                                                       #
#                   PERLDESK INSTALL                    #
#                                                       #
#########################################################


 [*] I have installed perldesk, but when I go to admin.pl
     it shows a blank page ?! 

	A: Make sure the path to perldesk is correct in your
       conf.pl file, it is most likely having difficulty
       locating the template files.



 [*] For some reason the images dont show up?

    A: Double check the url to the images in the conf.pl 
       file, and make sure they are outside of the 
       cgi-bin (and uploaded in Binary)



 [*] admin.pl loads ok, but when I login I see an
     internal server errror

    A: There is most likely a problem connecting to your
       mysql database, this could be for a number of
       reasons:

          - The db/pass or username is incorrect
          - You do not have the DBI modules installed 
          - You have not setup the database using the 
            provided .sql file.

 