Welcome to the JaguarPC Community
JaguarPC
Sales: (888) 338-5261
Support: (888)-551-3050
Page 1 of 2 12 LastLast
Results 1 to 15 of 17

This is a discussion on Iron in the Shared & Semi-Dedicated forum
I can access my site through http://iron.nocdirect.com/~mysitename/ but i can't open my site http://www.mysitename.net my domian dns is ns1.aletia.com and ns2.aletia.com ...

  1. #1
    JPC Member
    Join Date
    Feb 2002
    Posts
    10

    Angry Can't access my site

    I can access my site through
    http://iron.nocdirect.com/~mysitename/

    but i can't open my site http://www.mysitename.net
    my domian dns is ns1.aletia.com
    and ns2.aletia.com
    Last edited by yabbi; 04-04-2003 at 01:05 AM.

  2. #2
    JPC Member
    Join Date
    Jan 2002
    Posts
    27
    yes iron is still down, it was up for a little bit last night after being down all day and now it is down again (went down at 3am central).

  3. #3
    JPC Member
    Join Date
    Jan 2002
    Posts
    27

    Iron is up but my cgi scripts don't work...

    Iron is up but my cgi scripts don't work...

    i think many of the perl modules are missing...

  4. #4
    JPC Member
    Join Date
    Jan 2002
    Posts
    27
    here is the error from one of my scripts...

    Software error:
    Can't locate DBI.pm in @INC (@INC contains: /usr/lib/perl5/5.6.1/i686-linux /usr/lib/perl5/5.6.1 /usr/lib/perl5/site_perl/5.6.1/i686-linux /usr/lib/perl5/site_perl/5.6.1 /usr/lib/perl5/site_perl/5.6.0 /usr/lib/perl5/site_perl .) at urls.pl line 4.
    BEGIN failed--compilation aborted at urls.pl line 4.

    For help, please send mail to the webmaster (webmaster@sminds.com), giving this error message and the time and date of the error.

  5. #5
    JPC Member
    Join Date
    Sep 2002
    Posts
    4
    I'm getting the same thing, I've updated my trouble ticket with this new problem.

    I'm on IRON also.

    jb

  6. #6
    JPC Addict DaisyJen's Avatar
    Join Date
    Mar 2003
    Location
    United States
    Posts
    127
    Same thing's happening on Plutonium. :-(
    Daisyhead - http://daisyhead.org
    Upsy Daisy Productions - http://upsydaisyproductions.com
    Where Creativity Blooms!

  7. #7
    Like a star... Julian Muņoz's Avatar
    Join Date
    Oct 2002
    Location
    Colombia
    Posts
    1,399
    It's up for me at 1:50 GMT-5. Looks like most of the problems are now fixed, at least for me.
    Julian D. Muņoz - LANeros.com

  8. #8
    Like a star... Julian Muņoz's Avatar
    Join Date
    Oct 2002
    Location
    Colombia
    Posts
    1,399
    Perl modules are not installed.... My CGI scripts are useless too..
    Julian D. Muņoz - LANeros.com

  9. #9
    JPC Member
    Join Date
    Jan 2002
    Posts
    27
    if you are a moderator do you have an communication with the support staff on this issue? when is this going to get fixed? my site is basically cgi driven

  10. #10
    Like a star... Julian Muņoz's Avatar
    Join Date
    Oct 2002
    Location
    Colombia
    Posts
    1,399
    No I'm not a mod, sorry. And I'm having communication problems with them too... Sorry to hear that your site is affected by the Perl modules not being installed, and I hope you get all your problems fixed as soon as possible.
    Julian D. Muņoz - LANeros.com

  11. #11
    JPC Member
    Join Date
    Jan 2002
    Posts
    27
    progress... my cgi-scripts are now working...

    the only remaining problem is a php image drawing function i use on my site is not working....

    here is the function...

    <?php

    header("Content-type: image/png");

    $im = ImageCreateFromPng("math2.png");

    $width=ImageSX($im);

    $height=ImageSY($im);

    $vunit=330/1;

    $hunit=333/2;

    $h_coord=28+($h-4)*$hunit;

    $v_coord=29+(3.5-$v)*$vunit;

    $white=imagecolorallocate($im,255,255,25 5);

    $red=imagecolorallocate($im,255,0,0);

    imagearc($im,$h_coord,$v_coord,3,3,0,360 ,$red);

    imagearc($im,$h_coord,$v_coord,12,12,0,3 60,$red);

    imageinterlace($im,1);

    ImagePng($im);

    ?>

    here is the error i get when i load the function in a browser

    <br />
    <b>Fatal error</b>: Call to undefined function: imagecreatefrompng() in <b>/home/sminds/public_html/test/plot.php</b> on line <b>3</b><br />

    this is the function...

    http://www.sminds.com/test/plot.php?v=3.00&h=5.00


    does php have modules? or did they put in a newer version of php which is incompatible with the above code

  12. #12
    Aletia Customer
    Join Date
    Oct 2001
    Posts
    631
    I'm not totally sure about PHP modules, but I do know that on some machines they upgraded the PHP to a newer version.

  13. #13
    Community Leader jason's Avatar
    Join Date
    Sep 2001
    Location
    Rochester, NY
    Posts
    6,003
    The php image functions are loaded from a module. When they did the php upgrade, they may not have enabled that module in the new php.ini file. There is already another comment here somewhere about someone else having a php.ini misconfiguration problem. I'd mention it in your support ticket and it should be easy for them to fix.

    --Jason
    Jason Pitoniak
    Interbrite Communications
    www.interbrite.com www.kodiakskorner.com

  14. #14
    Programmer... And more... megmond's Avatar
    Join Date
    Aug 2002
    Location
    Netherlands
    Posts
    365
    Well, looking at www.php.net the function is a built-in, and should not require libraries as far as I can see.

    Also, functions are case insensitive, so that can't be the problem (although to avoid confusion with variables - they ARE case sensitive - you might want to use lowercase only anyway).

    Could be a misconfiguration of some kind on the system as previously mentioned by others. Probably good to open a support ticket about it.
    Curious? Check out my main activities at http://www.elmerproductions.com/igor

  15. #15
    Like a star... Julian Muņoz's Avatar
    Join Date
    Oct 2002
    Location
    Colombia
    Posts
    1,399
    On Iron they didn't compile PHP with GD support, so you can't use the functions for image manipulation... I've already requested this to support... Let's wait if they reconsider it....
    Julian D. Muņoz - LANeros.com

Page 1 of 2 12 LastLast

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •