Jump to content

Adlago

Clients
  • Posts

    3,864
  • Joined

  • Last visited

  • Days Won

    23

 Content Type 

Downloads

Release Notes

IPS4 Guides

IPS4 Developer Documentation

Invision Community Blog

Development Blog

Deprecation Tracker

Providers Directory

Forums

Events

Store

Gallery

Everything posted by Adlago

  1. What happens if you close this window, and again in the address bar create a link https://yoursite.com/admin/upgrade
  2. I think that in your Custom css you have a rule that makes your block hidden. Recently I had such a case - one of my blocks disappeared in a mobile view, after update to 4.7.9... After many analysis, I found a rule in my Custom css that I set several versions ago... After removing this rule, I have no problem with this my block. So you review your Custom css rules, you might have a similar rule that is causing you this issue, especially rules containing "hide" If you share a link to your site I can try to guest explore this.
  3. For me your site is OK😀
  4. Check: - your subforum option "theme override"-are select theme, or theme "do not override"? - also check your users that you have moved to this group, are if they do not have a preferred theme view.
  5. @CaptJeff said a little above: "I have had the server people edit the Cron Job for the HotAirBalloonist.com site to point to the latest version of PHP on the server. 8.1.+++ "
  6. I think you should upgrade. In the address bar after your site add...or https://yoursite.com/admin/upgrade/ and follow directions. PS. If your backup does not include updates, and you see a message that there are no applications to upgrade, then upload the files from version 4.7.9 and run the upgrader
  7. In my opinion, you can delete rows in this table, or those rows that bother you. You can also try Repair Table
  8. Have you tried this: In a list of tables in your database, select this table. Scroll to the bottom, under a list of tables in the drop-down menu With selected, select Repair table.
  9. This table describes a language. You probably also use a second language. It might be a good idea to uninstall your second language. This may also bypass this update error. After the update is complete, you will reinstall your language pack.
  10. Apparently there are more "bugs" here and there...One by one remove and you will see a finish.
  11. Try this ALTER TABLE ibf_core_pfields_data ADD pf_admin_only varchar(255);
  12. Try this: In this command, replace DROP with ADD This will create the missing column, then upgrader will successfully remove it. I.e. After successfully creating it, run upgrader
  13. Open your PhPMyAdmin - your database, open menu SQL Copy the last line in the red message, and paste in Then Go. Once done, repeat site/admin/upgrade
  14. When you flashed back the 7.x PHP and restored your forum, it was OK. right? After downloading ips 4.7.9 files, and upload it, you should change php to 8.x and then run update.
  15. You have at least 14 "core _members _" tables Check and remove available rows for this user from these tables
  16. You can, in addition to what Adriano wrote, also remove all tables in a database that have a "cms_" prefix.
  17. Try this - log in via ftp Open Applications folder Delete the Pages folder. You can download this folder to your computer before deleting. You will no longer see it in your admin panel.
  18. And you check through phpMyAdmin which of the tables in your database actually has a large size. There is such a column - size, in the list of tables, just scroll and you will find which table has a strangely large size. This will direct help reasoning to you in the direction of solving the issue
×
×
  • Create New...