You are here:  » Problem importing feeds after upgrade 15/01A to 16/10A


Problem importing feeds after upgrade 15/01A to 16/10A

Submitted by nanaz on Tue, 2017-07-11 13:36 in

Hi David,

Hope you are well! I'm having a problem with importing feeds after upgrading from 15/01A to 16/10A. When I try to register a feed I only see a blank page after submitting.

There are no extra fields in config.advanced.php.

I read your comment in https://www.pricetapestry.com/node/6194 about the new Meta Data functionality, but it was regarding upgrading from 15/09A so I wonder if the same dbmod.php code also applies to 15/01A.

Can you point me in the right direction?

Thank you!

Marlies

Submitted by support on Tue, 2017-07-11 13:47

Hello Marlies,

A blank page sounds like a PHP fatal error has occurred, but your server is configured not to display errors (which is normal for a production server). To check if this is the case, try editing config.advanced.php and temporarily adding the following lines to the end of the script, immediately before the closing PHP tag:

  ini_set('display_errors','on');
  error_reporting(E_ALL);

Then try the registration process again, and a PHP error message may be displayed. If so, and you are not sure from the output where the problem lies, or if there is no change of course, let me know and I'll check it out further with you...

Cheers,
David.
--
PriceTapestry.com

Submitted by nanaz on Tue, 2017-07-11 14:25

Hi David,

Really, I could have figured this out myself but I was thinking in the wrong direction - happens often :-)

I added the changes I made in the old installation into the new but totally forgot to add the custom searchReplaceRegExp filter to filters.php, so of course its function couldn't be found during import resulting in the blank page.

Thank you David, problem solved and lesson learnt!

Cheers, Marlies