B
botfood
weird problem.... my web host melted down saturday, backups were
corrupt. So, I am moving to a different host. Not a perl issue yet...
let me continue. This is one of those perl-webserver-apache... I dont
know where the problem could be questions.
I have a couple websites that use a fairly simple implementation of
DB_File and tie() to pack up fields of data tie()ed to a file, and fake
it as a database table. I have restored a couple of the websites to the
new host... and in the process of testing found that one site is
working properly, but the other is failing to tie() . No errors are
generated, but the hash is mysteriously empty.
any ideas on how this can happen?
Initially, it did not appear that DB_File was loaded on the server. It
was not listed from the cPanel, so I requested it to be loaded, and
they report they did... although it still doesnt show in the list.
The site that works was uploaded after thet report installing DB_File,
the one that doesnt was uploaded first.
I have checked permissions, re-uploaded scripts, re-uploaded the
database files (binary)... I'm stumped how the same scripts in two
different sites on the same host could behave differently. Could this
possibly be anything to do with apache caching? mod_perl? or some
server side that needs to be flushed or restarted?
corrupt. So, I am moving to a different host. Not a perl issue yet...
let me continue. This is one of those perl-webserver-apache... I dont
know where the problem could be questions.
I have a couple websites that use a fairly simple implementation of
DB_File and tie() to pack up fields of data tie()ed to a file, and fake
it as a database table. I have restored a couple of the websites to the
new host... and in the process of testing found that one site is
working properly, but the other is failing to tie() . No errors are
generated, but the hash is mysteriously empty.
any ideas on how this can happen?
Initially, it did not appear that DB_File was loaded on the server. It
was not listed from the cPanel, so I requested it to be loaded, and
they report they did... although it still doesnt show in the list.
The site that works was uploaded after thet report installing DB_File,
the one that doesnt was uploaded first.
I have checked permissions, re-uploaded scripts, re-uploaded the
database files (binary)... I'm stumped how the same scripts in two
different sites on the same host could behave differently. Could this
possibly be anything to do with apache caching? mod_perl? or some
server side that needs to be flushed or restarted?