v8.5.2
I'm having problems with viewing catalog pages when logged into a customer account (brochure pages are not affected). I always get an internal server error. I switched server error reporting to screen and got :
Looking at al000004.pm, that line appears to be :
I'm now struggling to follow this and which bit is undefined.
The site is on one of my test domains. I've uploaded a different site to the same domain with the same network settings to make sure that wasn't causing the problem - it was fine.
It has been to Actinic Support who said they had seen something like this before but couldn't fix it and they've now passed it to development. However, time is ticking and I'd like to get this resolved.
So, if there are any more technically minded bods out there who could give me a clue as to where to look next, I'd be greatful.
thanks
Andy
I'm having problems with viewing catalog pages when logged into a customer account (brochure pages are not affected). I always get an internal server error. I switched server error reporting to screen and got :
Can't call method "GetTag" on an undefined value at al000004.pm line 2240.
my $elemOnlinePrices = ($elemAll->GetTag() eq 'OnlinePrices') ?
$elemAll : $elemAll->FindNode('OnlinePrices')
$elemAll : $elemAll->FindNode('OnlinePrices')
The site is on one of my test domains. I've uploaded a different site to the same domain with the same network settings to make sure that wasn't causing the problem - it was fine.
It has been to Actinic Support who said they had seen something like this before but couldn't fix it and they've now passed it to development. However, time is ticking and I'd like to get this resolved.
So, if there are any more technically minded bods out there who could give me a clue as to where to look next, I'd be greatful.
thanks
Andy
Comment