Wordpress Themes - WP Forum at BFA

Wordpress Themes - WP Forum at BFA (http://forum.bytesforall.com/index.php)
-   New Versions, & Updating (http://forum.bytesforall.com/forumdisplay.php?f=12)
-   -   [SOLVED] New Wordpress not compatible (http://forum.bytesforall.com/showthread.php?t=24010)

_kimberley Feb 23, 2018 11:40 PM

[SOLVED] New Wordpress not compatible
 
The new Wordpress can't work anymore with the Atahualpa theme! Can anyone tell me what to do?

juggledad Feb 24, 2018 02:34 AM

In what way is it not compatible? I have it running and it looks to be working fine.

If you are having an issue, are you sure it is not a plugin conflict?

_kimberley Feb 25, 2018 02:11 AM

can't open media library when I search for featured image and when I change theme, it's fixed. Also deactived all plugins, nothing happens. Atahualpa is my favourite theme and can't work without :)

EDIT: I also have a copy from my Wordpress and it hasn't been updated or changed for a while and it got the same problem. So I think it's somethig with new PHP version?

juggledad Feb 25, 2018 05:40 AM

what version on PHP? You can finde the version by adding a text file called phpinfo.php containing the following:
HTML Code:

<?php
if (! ($xmlparser = xml_parser_create()) )
{
  die ("Cannot create parser");
}

phpinfo();
 ?>

and then running it with 'your domain.com/phpinfo.php - once you run it and get the php version delete the file so hackers can't find it and run it. FYI: I have access to php v7.0.27 and featured images work fine.

What verson of Atahualpa?

do you see anything in your error.log file?
do you see any messages if you edit the wp-config.php and set:
HTML Code:

define('WP_DEBUG', true);

_kimberley Mar 2, 2018 02:34 AM

fixed it!

I had to copy header and footer from atahualpa-child to atahualpa, choose atahualpa and it was fixed :o

juggledad Mar 2, 2018 03:56 AM

Oh...so you were using a child theme of atahualpa?? That would have been helpful to know.

Well glad you figured it out and I’ll close this.


All times are GMT -6. The time now is 07:39 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.