Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. olivetreetech

    Oracle reports rwcgi60.exe tries to download

    When I run an Oracle report over the web (using W2K3 and IIS) I get the Save As dialog....any ideas how to get around this?
  2. olivetreetech

    Store evaluated code in a variable

    Is it possible to store evaluated / compiled code in a variable? I'm using the phpBB built-in function assign_var_from_handle as follows: $thisPoll = $template->assign_var_from_handle_new('TOPIC_POLL', 'pollbox'); Still in the loop I then do the following...
  3. olivetreetech

    How to Load a custom-written perl module

    I tried everything suggested above and the solution finally came about by using: use lib "/tmp/weburl/LIB"; use RT::SelectAffiliate; Thanks for the help!
  4. olivetreetech

    How to Load a custom-written perl module

    Isn't there an easy way to add the module to the perl accessible directory? Via the command shell?
  5. olivetreetech

    How to Load a custom-written perl module

    Making more sense - thanks.
  6. olivetreetech

    How to Load a custom-written perl module

    I have this exact code working in a test environment with no "use" statement. Can you explain how this could be possible?
  7. olivetreetech

    How to Load a custom-written perl module

    I've added my module SelectAffiliate.pm to the /usr/local/rt2/lib/RT directory (which is where all the other custom perl modules are). Do I have to do something more than this for Perl to know it is available to use? Here is the entire script where the error is being thrown (but only in...
  8. olivetreetech

    How to Load a custom-written perl module

    I wrote a perl module and got it working in a test environment a few months ago. Now I'm trying to get it working in production and I'm getting the following error: error: Can't locate object method "new" via package "RT::SelectAffiliate" (perhaps you forgot to load "RT::SelectAffiliate"?) at...

Part and Inventory Search

Back
Top