Jump to content

Black Six

Clients
  • Posts

    83
  • Joined

  • Last visited

 Content Type 

Downloads

Release Notes

IPS4 Guides

IPS4 Developer Documentation

Invision Community Blog

Development Blog

Deprecation Tracker

Providers Directory

Forums

Events

Store

Gallery

Posts posted by Black Six

  1. 19 minutes ago, Jim M said:

    This would be a bug in the upgrader which is present in the version on your server. The only way to get past that would be to manually upgrade.

    This minor upgrade will be significantly more simple than the version 3 upgrade which was not only a significant, major software upgrade for you but a large server upgrade to run version 4. 

    My concern would be the database table changes that are apparently required to go from 4.7.5 to 4.7.6, at least based on the malfunctioning auto-updater. Is there a way to know what changes we have to make in order for the upgrade to complete successfully?

  2. 12 minutes ago, Jim M said:

    Are you receiving any errors in your browsers console when this happens? Can click F12 > Console to see the browser console. 

    When I click 'Upgrade Now' in the banner at the top of the ACP the following shows up in the Console. As I click through Step 1, still looping through, nothing else shows up:

    JQMIGRATE: Migrate is installed with logging active, version 3.3.0 root_library.js:10:16
    JQMIGRATE: jQuery.fn.bind() is deprecated root_library.js:12:302
    console.trace() root_library.js:12:373
        migrateWarn https://www.bzpower.com/uploads/javascript_global/root_library.js?v=f07b1c28e31673560696:12
        bind https://www.bzpower.com/uploads/javascript_global/root_library.js?v=f07b1c28e31673560696:49
        bind https://www.bzpower.com/uploads/javascript_global/root_library.js?v=f07b1c28e31673560696:56
        initCore https://www.bzpower.com/uploads/javascript_global/root_library.js?v=f07b1c28e31673560696:56
        init https://www.bzpower.com/uploads/javascript_global/root_library.js?v=f07b1c28e31673560696:56
        <anonymous> https://www.bzpower.com/uploads/javascript_global/root_library.js?v=f07b1c28e31673560696:56
        <anonymous> https://www.bzpower.com/uploads/javascript_global/root_library.js?v=f07b1c28e31673560696:56
    JQMIGRATE: JQMIGRATE: jQuery.cssProps is deprecated root_library.js:12:302
    console.trace() root_library.js:12:373
        migrateWarn https://www.bzpower.com/uploads/javascript_global/root_library.js?v=f07b1c28e31673560696:12
        set https://www.bzpower.com/uploads/javascript_global/root_library.js?v=f07b1c28e31673560696:32
        <anonymous> https://www.bzpower.com/uploads/javascript_global/root_library.js?v=f07b1c28e31673560696:60
        <anonymous> https://www.bzpower.com/uploads/javascript_global/root_library.js?v=f07b1c28e31673560696:60
    This is a browser feature intended for developers. Do not paste any code here given to you by someone else. It may compromise your account or have other negative side effects. root_library.js:71:364
    Some cookies are misusing the recommended “SameSite“ attribute 4
    Referrer Policy: Ignoring the less restricted referrer policy “origin-when-cross-origin” for the cross-site request: https://www.google-analytics.com/j/collect?v=1&_v=j98&a=2136967474&t=pageview&_s=1&dl=https%3A%2F%2Fwww.bzpower.com%2Fadmin%2F%3Fapp%3Dcore%26module%3Dsystem%26controller%3Dupgrade&ul=en-us&de=UTF-8&dt=Upgrade%20Invision%20Community&sd=24-bit&sr=3440x1440&vp=1449x767&je=0&_u=AACAAEABAAAAACAAI~&jid=&gjid=&cid=1952441680.1638105045&tid=UA-33219329-1&_gid=1794900386.1673560687&_slc=1&z=614939575 analytics.js:43:31

     

  3. Earlier this week, something happened that causes many, if not all of the blog entries on my site to fail to load. This one for example.

    Here's the error I'm seeing:

    DomainException:  (0)
    #0 /home/bzpower/public_html/applications/blog/modules/front/blogs/entry.php(236): IPS\File\_FileSystem->getImageDimensions()
    #1 /home/bzpower/public_html/system/Dispatcher/Controller.php(118): IPS\blog\modules\front\blogs\_entry->manage()
    #2 /home/bzpower/public_html/system/Content/Controller.php(50): IPS\Dispatcher\_Controller->execute()
    #3 /home/bzpower/public_html/applications/blog/modules/front/blogs/entry.php(64): IPS\Content\_Controller->execute()
    #4 /home/bzpower/public_html/system/Dispatcher/Dispatcher.php(153): IPS\blog\modules\front\blogs\_entry->execute()
    #5 /home/bzpower/public_html/index.php(13): IPS\_Dispatcher->run()
    #6 {main}
  4. I'm not sure if this is related to my recent issues with the ACP or not, but since that problem was fixed, I now cannot view members within the ACP. If I go to the member list and click on any of the names, I receive the following error:

    Error: Call to undefined method IPS\Lang::recordWord() (0)
    #0 /home/bzpower/public_html/applications/cms/sources/Databases/Databases.php(877): IPS\cms\_Databases->recordWord(1)
    #1 /home/bzpower/public_html/applications/cms/sources/Databases/Databases.php(269): IPS\cms\_Databases->preLoadWords()
    #2 /home/bzpower/public_html/applications/cms/sources/Databases/Databases.php(214): IPS\cms\_Databases::constructFromData(Array)
    #3 /home/bzpower/public_html/applications/cms/extensions/core/ContentRouter/Records.php(41): IPS\cms\_Databases::databases()
    #4 /home/bzpower/public_html/system/Application/Application.php(810): IPS\cms\extensions\core\ContentRouter\_Records->__construct(Object(IPS\Member))
    #5 /home/bzpower/public_html/applications/cms/Application.php(296): IPS\_Application->extensions('core', 'ContentRouter', true, true)
    #6 /home/bzpower/public_html/system/Application/Application.php(308): IPS\cms\_Application->extensions('core', 'ContentRouter', true, true)
    #7 /home/bzpower/public_html/applications/core/extensions/core/MemberACPProfileBlocks/ContentStatistics.php(56): IPS\_Application::allExtensions('core', 'ContentRouter')
    #8 /home/bzpower/public_html/applications/core/sources/MemberACPProfile/MainTab.php(100): IPS\core\extensions\core\MemberACPProfileBlocks\_ContentStatistics->__construct(Object(IPS\Member))
    #9 /home/bzpower/public_html/applications/core/modules/admin/members/members.php(1243): IPS\core\MemberACPProfile\_MainTab->output()
    #10 /home/bzpower/public_html/system/Dispatcher/Controller.php(107): IPS\core\modules\admin\members\_members->view()
    #11 /home/bzpower/public_html/system/Dispatcher/Dispatcher.php(153): IPS\Dispatcher\_Controller->execute()
    #12 /home/bzpower/public_html/admin/index.php(13): IPS\_Dispatcher->run()
    #13 {main}

    The error also occurs if I search for a member in the ACP search bar and click on their name from there.

  5. 1 hour ago, Mark H said:

    Please try using Recovery Mode:

    Scroll to the bottom of the page, the section titled "Recovery Mode (Self hosted only)", and please make certain to follow all instructions in order.

    I added the line to my constants.php file, but nothing changed on the ACP. I still see the same error.

  6. I went through the upgrade process to 4.7 today and received no errors. After the process completed, I went back to my Admin Control Panel but now all I see is:

    [[Template core/admin/global/globalTemplate is throwing an error. This theme may be out of date. Run the support tool in the AdminCP to restore the default theme.]]

    Of course I can't run the support tool since I can't get to the ACP. In the past I experienced a similar issue that was caused by missing tables, but I can't imagine how that happened today since I only ran the 4.7 upgrade process and didn't touch our database at all.

  7. 17 minutes ago, Jim M said:

    Are the users able to vote in polls? If so, you will need to ensure that they have that permission. If you can provide us a member group and URL to a poll, we can help investigate.

    Yes, they appear to be able to vote in polls, but they cannot see the results. It doesn't seem to be tied to member groups, which is what makes it confusing.

    Here is a topic with a poll: https://www.bzpower.com/topic/31368-what-theme-do-you-use/

    My account can view the results, but this account cannot.

  8. Recently some members of my site have reported being unable to see the results of polls, getting the error message of "You do not have permission to vote in this poll, or see the poll results." I can't figure out what is causing this. I have gone through the ACP to log in as them and confirm the error displays. I have changed their groups and secondary groups and the error still persists, so it seems to be tied directly to their accounts, but I can't find any settings that would seem to limit this behavior. Any ideas?

  9. After moving my Invision installation from bzpower.com/board to bzpower.com members are not able to login via Google. I regenerated a new Client ID and Client Secret but am still getting an error:

    Quote

    Authorization Error

    Error 400: redirect_uri_mismatch
    You can't sign in to this app because it doesn't comply with Google's OAuth 2.0 policy.
    If you're the app developer, register the redirect URI in the Google Cloud Console.

    I'm guessing this might be because the ACP states "The Redirect URI to use is http://www.bzpower.com/oauth/callback/" but Google requires you to use HTTPS. I have a valid SSL certificate for my site - how do I get that updated, assuming that's the issue?

    Thanks!

  10. 1 hour ago, Randy Calvert said:

    Try something like:

    Options +FollowSymLinks -MultiViews
    RewriteEngine On
    RewriteBase /
    
    RewriteRule ^board/(.*)$ /$1 [L,NC,R]

    You might just need the last line if using the default IPB htaccess. This entry should be in the site document root. 

    Appreciate the help! That looks like it did the trick!

  11. I'm trying to get the redirects to work now by modifying the .htaccess file. Based on some Googling, this is what I've come up with, but I haven't really delved into this sort of thing before:

    Options +FollowSymLinks
    RewriteEngine On
    RewriteCond %{REQUEST_URI} ^/board/(.*)$
    RewriteRule ^(.*)$ /$1 [R=301,NC]

    It seems to be working halfway some of the time. For example this link will redirect to the new forum index, but not the proper path (raffles): https://www.bzpower.com/board/raffles/

    But this link will return an error saying it can't find the page I've requested: https://www.bzpower.com/board/topic/32469-matoran-guy/

    Basically all I want to do is take any URL that has '/board' in it and remove '/board' while keeping the rest of the URL the same.

  12. 4 hours ago, Marc Stridgen said:

    We would need to look further into this for you, however the access details on file appear to be incorrect or missing. Could you please update these details by visiting your client area, selecting the relevant purchase, then clicking "Review/Update Access Information" under the "Stored Access Information" section. 

    We look forward to further assisting you. 

     

    I just updated and confirmed all the information should be working.

  13. 3 minutes ago, Jim M said:

    While it may look funky, it will still function. If you are able to clear it and it doesn’t help, please ensure the permissions of the datastore and uploads folders on your server are writable.

    If all looks good after the above, please verify the credentials in the Client Area are accurate and we can take a look. 

    Permissions on those two directories are "drwxr-xr-x" I didn't explicitly change them, but I suppose something could have been affected when I moved the files.

×
×
  • Create New...