eskalera
Forum Replies Created
-
Forum: Reviews
In reply to: [Slick carousel] Great, but needs instructions:Hi etsythemeshop,
I’ve done the exact same thing you’ve posted but my carousel is not filtering by category. It shows every image.
Did this happen to you too?
Alleluia!
For anyone else with this issue. I have finally solved it with this solution
which summarizing says:
on line 706 of /wp-admin/includes/screen.php delete
self::
on
<?php echo self::$this->_help_sidebar; ?>
A million thanks for your time @lifeinthegrid.
Hi @lifeinthegrid,
I thought it would have the same effect as rebuilding the database from SQL command on phpMyAdmin, but I’ll definitely give it a shot and let you know the result.
Do I have to create a new package and installer?
Sorry to everyone reading out there.
I just went back to the WordPress panel and is blank again. I am doubting now if I just saw it too quickly and it was really never fixed or maybe I saw some other admin panel. I don’t know but the truth is it’s gone again.
I followed same steps as before and phpMyAdmin did not throw any errors. All database entries are there but panels is still blank.
As a clue I’ve figured that if I inspect WordPress panel this is what I found: https://pastebin.com/D9k7X7ym
The relevant part says:
<b>Fatal error</b>: Access to undeclared static property: WP_Screen::$this in <b>/home/dkzonmmd/public_html/wp-admin/includes/screen.php</b> on line <b>706</b>
Any other suggestions please?
First I tried to figure out what MySQL versions I was using. In the new site I have “5.5.35-cll” according to phpMyAdmin. But I didn’t know how to figure version in old site since I only have WordPress admin access.
So I located INSERT with errors and they all seemed to me to be pointing at the same INSERT: A very long one with html code and everything.
I tested that long INSERT as it was on phpMyAdmin and it succeeded.
I then found some other entries on my database that had not been created comparing to installer-data.sql queries. An uncountable amount. So I decided to just remove all database tables and execute the whole insert-data.sql through phpMyAdmin.
Finally everything seems to work and I even recovered my WordPress panel. The problem is everything links to old site again of course.
Finally I just replaced oldsite.com with newiste.com in the installer-data.sql before executing it in phpMyAdmin and it works like a charm now.
Thank you so much lifeinthegrid! If my approach is not correct or if it is vulnerable to any other known conflicts please let me know.
Forum: Fixing WordPress
In reply to: Without access to the admin panel after Use Duplicator (Plugin)Hi damiansantilli,
did you ever find any solution to your problem? I am having the exact same issue.