Jump to content

Wayne B

Clients
  • Posts

    454
  • 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 Wayne B

  1. 2 minutes ago, Stuart Silvester said:

    Right, but you have uploaded the files for 4.7.11, so now you must use PHP 8.0 or 8.1.

    For some reason your server doesn't appear to be using PHP 8 when loading Invision Community, it would be worth talking to your web host about that. Additionally, it might be worth making sure that your domain name is loading content from your new server and not your old one.

    Yes - I have uploaded them, now changed to PHP 8.1 - still the same issue. 

    When navigating to https://police.community ;

    Parse error: syntax error, unexpected '?', expecting variable (T_VARIABLE) in /home/sites/3b/f/fd794f5001/public_html/board/upload/init.php on line 1505

     

    When using the checker Get Ready for Invision Community 4.7 (police.community) I'm getting the same Fatal Error;

    Fatal error: Uncaught mysqli_sql_exception: No such file or directory in /home/sites/3b/f/fd794f5001/public_html/board/upload/ips4.php:327 Stack trace: #0 /home/sites/3b/f/fd794f5001/public_html/board/upload/ips4.php(327): mysqli->__construct('localhost', 'polcom_aduser', Object(SensitiveParameterValue), 'polcom_livesite', NULL, NULL) #1 {main} thrown in /home/sites/3b/f/fd794f5001/public_html/board/upload/ips4.php on line 327

     

    Its fully propagated has the new domain and the old cPanel account is now suspended so its definitely not connecting there.

    phpMyAdmin is version 5.1 and that has to be 5.5.3 or ideally 5.6.2 if I recall? 

  2. 18 minutes ago, Stuart Silvester said:

    Well, it's two fold really.

    The MySQLi exception is being thrown because whilst it's connecting to your MySQL server, it cannot use the database you're connecting to (check the details in conf_global.php are correct).

    Newer versions of PHP throw an exception instead of an error here, I have just published an update to ips4.php to disable these exceptions.

    Hi Stuart

    Thanks for your reply, I have double checked all details and even created and stored a new password - all is present and correct. 

    I have also uploaded the new ips4.php that you uploaded 15 mins or so ago and I am still getting this;

    Fatal error: Uncaught mysqli_sql_exception: No such file or directory in /home/sites/3b/f/fd794f5001/public_html/board/upload/ips4.php:327 Stack trace: #0 /home/sites/3b/f/fd794f5001/public_html/board/upload/ips4.php(327): mysqli->__construct('localhost', 'polcom_aduser', Object(SensitiveParameterValue), 'polcom_livesite', NULL, NULL) #1 {main} thrown in /home/sites/3b/f/fd794f5001/public_html/board/upload/ips4.php on line 327

    Any other suggestions?

  3. mysqli PHP extension is installed. What else could be causing this error;

    Fatal error: Uncaught mysqli_sql_exception: No such file or directory in /home/sites/3b/f/fd794f5001/public_html/board/upload/ips4_old.php:327 Stack trace: #0 /home/sites/3b/f/fd794f5001/public_html/board/upload/ips4_old.php(327): mysqli->__construct('localhost', 'polcom_aduser', Object(SensitiveParameterValue), 'polcom_livesite', NULL, NULL) #1 {main} thrown in /home/sites/3b/f/fd794f5001/public_html/board/upload/ips4_old.php on line 327

     

  4. 2 minutes ago, Nathan Explosion said:

    OK - as you didn't that include that information previously, an assumption had to be made based on what you did provide.

    Stil...run the requirements checker to check all is well. If you are sticking with old versions of the suite (might be a good idea to say what version it is) & php for the moment, you will need to run an earlier version of the checker. I believe this one should be good:

    https://invisioncommunity.com/files/file/7046-invision-community-requirements-checker/?changelog=24577

     

    Thank you

    Getting the following on the checker

    Get Ready for Invision Community 4.7 (police.community)

  5.  

    1 minute ago, Nathan Explosion said:

    Well, that's most definitely not going to work if you are using the latest version of the suite.

    If you've changed to 8.0 or 8.1, you really should run the requirements checker to ensure all is well before even attempting to troubleshoot further.

    No its a older version that was working fine

    I'm moving across to another provider to start the upgrade to php 8+

    I just get this error keeping the site in 7.2 which is what its working fine on the previous server. 

  6. Good Morning All

    I have moved the site to a new server, once DNS settings have propogated I am now getting the following error

    Parse error: syntax error, unexpected '?', expecting variable (T_VARIABLE) in /public_html/board/upload/init.php on line 1505

    Any ideas why and how to resolve? 

    Everything looks fine on the move and has gone ok. 

    I cannot access the ACP (same error) and I have re-uploaded the files from the client area, and tried to upgrade but I dont get the upgrade screens, again just this error.

    Thaanks

  7. 5 hours ago, bfarber said:

    You can add the following to your constants.php (create one starting with <?php and a newline if you don't have one yet):

    
    \define( 'EMAIL_DEBUG_PATH', '/dev/null' );

     

    Is this the fix in 4.5 referred to in the above link? Or is this just to stop all outgoing Mail?

  8. 57 minutes ago, CyanideBurial said:

    Is there anyway to hide the email registration if you only use manual

    Yes - under group setting for each member group you can select which method each group has access to so simply edit each group, go to the Member Verification Tab and disable Email Registration as an option.

     

    59 minutes ago, CyanideBurial said:

    Also is there a way to hide the info when its posted to the users profile? 

    What information are you referring to?

  9. 3 hours ago, CyanideBurial said:

    Would that be possible with this?

    There is no way to manually generate a verification code - the form they complete in a support ticket with custom fields can be replicated within the application though. What I think would be best for you though is to use the manual verification method and get the relevant information and once you are happy with everything you can manually approve the verification request.

    3 hours ago, CyanideBurial said:

    Also do they get a check by their name so everyone else can see that they are verified or does it just use the secondary group for that?

    This is coming in the next version which is just being finalised and getting ready for testing with some other nice updates. 

  10. 10 hours ago, Giray said:

    I'd like to verify my members by postal mail by sending them a postcard with a verification code that they enter when they receive the card. Is there a workflow within your app that would let me do that relatively easily?

    This is not possible unless you can work the manual process to fit your needs

     

    10 hours ago, Giray said:

    I think there should be the option for longer verification period. In our community, I don't need annual verification.

    This is coming in the next version where a validation period up to any value you specify can be configured, including one time verification that never expires.

  11. 5 hours ago, kmk said:

    I don't want to set this status by me, I prefer after the first time manually set up, through a condition per year, sending the STATUS field to administrator or members, moderators who can chance the stutus, example if the first time manually set up for grade 2, then in a calendar set up, I will receive a status field message, asking me if the student will curse to next grade x. Additional other field for block this recurrent task, because the student will change to other school.

    You can create custom fields in the form and you can renew verification every 1-12 months currently. You can force that the student would have to re-submit the form on expiry before they would be able to continue using the site however it doesn’t send notification to staff to move them to another group/status. It would require the student (user) to resubmit an application every x number of months.

  12. This application will allow you to verify the true identity of your members based on two methods. Firstly you can verify a member belongs to a specific organisation by their organisations approved email address domain. For example if you want to confirm that a person works for your organisation via email then they can submit an online form, the application will send them an email with a verification code contained within and on entering that verification code back into your website a member will be verified. Verification can add the member to a secondary group to enhance access across your Invision site. 

    • Allow only certain email domains such as @yourorganisation.com or @anotherorganisation.com
    • Choose unlimited approved email domains configured via a setting in the ACP
    • Promote member to a secondary group on verification
    • Verification period setting from 1-12 months making the user continue to verify to enhance access
    • On expiry the secondary group is removed
    • Email confirmation sent on expiry to warn the user their account is being downgraded
    • Allow the user to re-verify within 30 days of verification expiry
    • Add custom fields to the verification form to capture all relevant information on application

    The second method, and the most flexible is for the user to verify in any way you wish. Manual ID verification allows you to create a custom form with any fields you like for the member to complete. This will allow upload of ID documents, photograph, and anything else you feel appropriate. On submission the verification will remain pending until approved by a moderator or admin. Full moderator settings to choose which groups can verify members. Ability to verify or reject applications available from the front end of your site in the Moderator CP. 

    • Promote member to a secondary group on verification
    • Verification period setting from 1-12 months making the user continue to verify to enhance access
    • On expiry the secondary group is removed
    • Email confirmation sent on expiry to warn the user their account is being downgraded
    • Allow the user to re-verify within 30 days of verification expiry
    • Add custom fields to the verification form to capture all relevant information on application

    You can choose which member groups (primary or secondary) can submit each verification method so it is fully customisable.

    In the ACP you have full admin logs of all actions carried out by moderators, all members are listed with their verification status next to them. Unlimited custom fields. Force re-validation setting to enforce verification before users can continue to use the site.

    This is a great application that will allow for you to verify all members of your site, or just those wishing to gain access to protected areas or restricted areas of your site. 

  13. Is there an option to make the verification time limited? So the verification expires after 1 year or 3 years etc and the member reverts back to original group and then must complete the verification process again to ensure they still meet the criteria?

    We have members that are members of a particular company and we get them to send us their company ID however we want this to be limited to re-verifying every 3 years to ensure that people who leave the company no longer have access.

    Thanks

     

    @tsdevelopment

  14. @Adriano Faria - This looks good and I am interested but I would like to be able to configure form fields for them to complete to make it more of an application form rather than a simple text box. I might want to ask them previous experience, references, qualifications etc etc and these should be separated like an application form would be in my view. 

    Any thoughts about adding this functionality?

    Thanks

  15. 25 minutes ago, TAMAN said:

    then just download the latest version and use "Upload a new version" it should fix the issue :) 

    Right - that has worked and has got it back apart from one aspect - the rgba(255, 255, 255, 0.85) opacity is not working. Please see www.police.community 

  16. 3 hours ago, TAMAN said:

    Just downloaded and checked, works fine on my side :/ 

    have you modified templates or something?

    are you using the version 2.0.1?

    No - using version 2.0.0 currently - not modified any templates since the update - I have some ad code on the core index page and I have some custom css but even if I remove both of those they still don't display as they should.

×
×
  • Create New...