Invision Community 4: SEO, prepare for v5 and dormant account notifications By Matt Monday at 02:04 PM
Bob Snow Posted February 16, 2023 Posted February 16, 2023 (edited) I can't find the program for checking when installing a new ISP_51de8. Also, the instructions are a bit vag. Do I need to set up a database, or is it done within the program? Here is what I have done so far I have Installed PHP 8.2.3. It does have MSQL not sure of the version. My host is SiteGround, self-host. IÂ moved the files from the ISP_51de8 folder into the folder public_html. I then get an error when logging into www.home2000.com, 404. Is there anything I have to edit in any files? Do I need to create database files? Lastly, I would like to have the check file and knowledge on using it. The documentation in the manual was a bit confusing to me. Bob Edited February 16, 2023 by Bob Snow
Jim M Posted February 16, 2023 Posted February 16, 2023 For the 404 error, please ensure that the admin and sub-folder install are present along with all files in the download. If they are, please contact your hosting provider to ensure that you do not have anything blocking that folder which would result in the 404. You would need to create the database and database user before hand on your hosting. Note down how to connect, the database name, user, and password. PHP 8.2 is not yet supported. You will need to use PHP 8.0 or 8.1. You can see the requirement checker here:Â Â Â
Bob Snow Posted February 16, 2023 Author Posted February 16, 2023 Thanks for the replay. I uploaded the IPS4.php file to the public_html folder, which also holds the files and folders from the ips_51de8 file. I don't know how to execute it and how to see the resulting facts. Bob
Marc Posted February 17, 2023 Posted February 17, 2023 You would visit the corresponding location in your browser.Â
Bob Snow Posted February 17, 2023 Author Posted February 17, 2023 (edited) I did go into Public_html and found php_errorlog. I did a right-click and found this code: [16-Feb-2023 02:40:33 UTC] PHP Fatal error:  Uncaught Error: Class 'IPS\Dispatcher' not found in /home/customer/www/home2000.com/public_html/init.php:1026 Stack trace: #0 [internal function]: IPS\IPS::exceptionHandler(Object(Error)) #1 {main}  thrown in /home/customer/www/home2000.com/public_html/init.php on line 1026 Did the ips4.php file create this php_errorlog file, somehow running automatically in the background? Sorry for all the trouble, but I'm at a loss, as usual. Bob PS Does it matter if the ips_51de8 files are in the public_html folder or not? Edited February 17, 2023 by Bob Snow
Jim M Posted February 17, 2023 Posted February 17, 2023 9 minutes ago, Bob Snow said: I did go into Public_html and found php_errorlog. I did a right-click and found this code: [16-Feb-2023 02:40:33 UTC] PHP Fatal error:  Uncaught Error: Class 'IPS\Dispatcher' not found in /home/customer/www/home2000.com/public_html/init.php:1026 Stack trace: #0 [internal function]: IPS\IPS::exceptionHandler(Object(Error)) #1 {main}  thrown in /home/customer/www/home2000.com/public_html/init.php on line 1026 Did the ips4.php file create this php_errorlog file, somehow running automatically in the background? Sorry for all the trouble, but I'm at a loss, as usual. Would likely be from trying to run the software without all files present. 9 minutes ago, Bob Snow said: PS Does it matter if the ips_51de8 files are in the public_html folder or not? We have no restrictions other than, it cannot live in the same folder as another application, such as WordPress, as they will clash.
Bob Snow Posted February 17, 2023 Author Posted February 17, 2023 So then If I put the ips4.php file into the public_html folder it runs somehow automatically and creates the file php_errorlog file. If all is OK will I still find the php_errorlog file? Will it be blank or have a message similar to Good to go? Bob Â
Jim M Posted February 17, 2023 Posted February 17, 2023 1 minute ago, Bob Snow said: So then If I put the ips4.php file into the public_html folder it runs somehow automatically and creates the file php_errorlog file. It will not. You will need to view the ips4.php file in your browser.
Bob Snow Posted February 17, 2023 Author Posted February 17, 2023 Now I Got it. But what makes it execute? What is the error code telling me? [16-Feb-2023 02:40:33 UTC] PHP Fatal error: Â Uncaught Error: Class 'IPS\Dispatcher' not found in /home/customer/www/home2000.com/public_html/init.php:1026 Stack trace: #0 [internal function]: IPS\IPS::exceptionHandler(Object(Error)) #1 {main} Â thrown in /home/customer/www/home2000.com/public_html/init.php on line 1026 Bob Â
Jim M Posted February 17, 2023 Posted February 17, 2023 1 minute ago, Bob Snow said: Now I Got it. But what makes it execute? You viewing it in your browser 🙂 . PHP will only execute when you view a resource or if there is a cron task on your server executing it. 1 minute ago, Bob Snow said: What is the error code telling me? [16-Feb-2023 02:40:33 UTC] PHP Fatal error:  Uncaught Error: Class 'IPS\Dispatcher' not found in /home/customer/www/home2000.com/public_html/init.php:1026 Stack trace: #0 [internal function]: IPS\IPS::exceptionHandler(Object(Error)) #1 {main}  thrown in /home/customer/www/home2000.com/public_html/init.php on line 1026 You are missing a file and trying to run our full software (not the ips4.php file). Bob Snow 1
Bob Snow Posted February 17, 2023 Author Posted February 17, 2023 Jim,  I have gained a tremendous deal of needed knowledge in regard to this process. I am very thankful for the time you took to bring me to the point I'm at. I have no further questions. You have covered it 100%. Actually, that's not entirely true. I had a black bar that came across the lower part of my monitor in regards to this message asking me if I wanted to see this message. I have never had that before. Is it by chance a function within the InVision community, on your end? It is controlled by something I might have done. I love the feature. I just don't know what initiated it. But fortunately, I'm now aware of it. Bob Â
Jim M Posted February 17, 2023 Posted February 17, 2023 1 hour ago, Bob Snow said: Jim,  I have gained a tremendous deal of needed knowledge in regard to this process. I am very thankful for the time you took to bring me to the point I'm at. I have no further questions. You have covered it 100%. You're very welcome! 1 hour ago, Bob Snow said: Actually, that's not entirely true. I had a black bar that came across the lower part of my monitor in regards to this message asking me if I wanted to see this message. I have never had that before. Is it by chance a function within the InVision community, on your end? It is controlled by something I might have done. I love the feature. I just don't know what initiated it. But fortunately, I'm now aware of it. Sorry, I am not quite sure what you mean here. If you can copy the message here or screenshot, I may be able to assist.
Randy Calvert Posted February 17, 2023 Posted February 17, 2023 9 minutes ago, Jim M said: You're very welcome! Sorry, I am not quite sure what you mean here. If you can copy the message here or screenshot, I may be able to assist. Jim, I think he means the feature that notifies you if another reply was added while you were already viewing the topic. If so, it’s done by the software automatically in the background checking for new content in the threads you’re viewing.Â
Nathan Explosion Posted February 17, 2023 Posted February 17, 2023 11 minutes ago, Jim M said: Â Sorry, I am not quite sure what you mean here. If you can copy the message here or screenshot, I may be able to assist. He's probably spotted this thing.. Â Randy Calvert 1
Jim M Posted February 17, 2023 Posted February 17, 2023 Ah, thanks guys! Yeah, that would happen when a new reply happens while you're on the page. Randy Calvert 1
Bob Snow Posted February 20, 2023 Author Posted February 20, 2023 I thought it be best to let all that supported me here know I'm up and running. What took me a week should have been an hour. My biggest problem was me. Thanks for all the help. Bob Meddysong and Randy Calvert 2
Recommended Posts