Jump to content

Security_Installer

Clients
  • Posts

    54
  • 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

Everything posted by Security_Installer

  1. Hi All Have a problem where downloads and screenshots arnt working. If you select a pdf for download the file is downloaded but is 0b. I wonder if its a location thing?
  2. Hi Marc Ive run index.php on the new server and copied the generated text to a html and I get a valid page. So im thinking its an apache issue. Im wondering if im missing a module for apache that is expected. However i have uploaded [testsiteurl]/ips4.php and get a pass i have left it there for you to confirm for yourself PHP Requirements PHP version 8.0.28. You do not have the cURL PHP extension loaded or it is running a version less than 7.36. While this is not required, it is recommend to make calls to external API services faster. You may wish to contact your hosting provider or system administrator to ask for it to be installed. DOM extension loaded. GD extension loaded. Multibyte String extension loaded. MySQLi extension loaded. OpenSSL extension loaded. Session extension loaded. SimpleXML extension loaded. XML Parser extension loaded. XMLReader extension loaded. XMLWriter extension loaded. Zip extension loaded. Exif extension loaded. GMP extension loaded. 256M memory limit. No Suhosin restrictions. MySQL Requirements MySQL connection could not be established to perform version check. Make sure your MySQL Server version is 5.5.3 or above (5.6.2 or above recommended). mysql is 5.7 as im currently using the live sites mysql server
  3. Hi Marc Ive tried changing the user name, database name and password and on each occasion i get a database error string so it looks like it is communicating with the db? James
  4. Hi Marc I have added an ssl certificate to the server, it still having 500 errors though. James
  5. Hi Marc I have setup a redirect to the correct subfolder. You should have a 500 error now. James
  6. just realised i havnt updated the licence i have. Sorry Where would you like me to prove i have the additional licence? James
  7. as a side note same site as is on php 7.3 is working. I assume im missing something daft. I noticed some time ago you went from support in the client area to doing it in public. Is there any chance as a paying person we can go back to that. Just a little feedback. I wont go to cloud.
  8. Is me, i set up a sub domain just for you and i modified the a record. Fixed now, till you tell me its not for you?
  9. unfortunatly ive broke my main site for no reason. My bad but i do wonder why
  10. Can you record the working one and this other one then please
  11. ill move it to a sub domain on the same server but before i do that, you can see ive got an active subscription and im just moving to a new server is it really necessary?
  12. Yes the old one is running fine on the old server. the new server that isnt working is on the new ip as the details in the client area. Id rather not post its ip here? Thankyou for looking
  13. Hi Marc Sorry ive been putting this off, but I do need to sort it. Ive tried copying everything over and im using the old db connection too to ensure its not that I have updated the client connection details for the new server so you can have a look. Thanks
  14. Ive been having a problem updating a site for some months now. I have copied over the db and files but nogo But before we get onto that Ive installed a new blank ipb to test and that also fails. It goes through the checker, ive videoed the install and all goes well untill the successful page then I if i click on goto the suite i get a 500 error I also see this in the db logs Error: Call to a member function language() on null (0) #0 /xxxxxx/system/Dispatcher/Front.php(784): IPS\Dispatcher\_Standard::baseJs() #1 /xxxxxx/system/Dispatcher/Front.php(82): IPS\Dispatcher\_Front::baseJs() #2 /xxxxxx/system/Dispatcher/Dispatcher.php(110): IPS\Dispatcher\_Front->init() #3 /xxxxxx/minimal/index.php(13): IPS\_Dispatcher::i() #4 {main} Im assuming im missing something. Ive tried php 7.4, 8.0 and 8.1 mysql57 Ive also chmod all folder to 777 (for testing only this is not a public server) i cant see any log files on in the directorys themsleves Any ideas please James incase its wanted
  15. yes the checker reports as attached. Then i get an ips error 500. There are no php errors logged on the server I will change that, i will also change to a default .htaccess
  16. many thanks I now get the ipb error 500 page rather than the webserver one maybe something else shouldnt be here (ive had ipb since v2) <?php $INFO = array ( 'sql_host' => '127.0.0.1', 'sql_port' => '3309', 'sql_database' => 'abcdefg', 'sql_user' => 'abcdefg', 'sql_pass' => '12345678', 'sql_tbl_prefix' => 'ddrr_', 'sql_debug' => '1', 'board_start' => '1131793624', 'installed' => '1', 'php_ext' => 'php', 'safe_mode' => '1', 'board_url' => 'https://www.thesecurityinstaller.co.uk/community/', 'admin_group' => '4', 'guest_group' => '2', 'member_group' => '3', 'auth_group' => '1', 'mysql_tbl_type' => 'MyISAM', 'top_site_list_integrate' => '1', 'top_site_list_url' => '', 'top_site_list_prefix' => 'tsl_', 'banned_group' => '5', 'use_friendly_urls' => '1', 'sql_charset' => 'utf8', 'sql_utf8mb4' => true, ); thanks
  17. Apologies, stress of breaking my own setup when i knew it couldnt do 7.4. Im always very happy with the support i get I now realise its here now rather than a ticket. I restored the full directory from a backup taken the a few hours before i pressed the upgrade button and all is now ok, may have lost a couple of uploads but not the end of the world. As you said the db was fine Thanks Yes agreed i was cross with myself mostly. I will use the ips4 tool seperatly before upgrading in future Thankyou
  18. Im trying to move to an upgraded server (self hosted my own hardware) Having an issue after moving all folders and the db. Once moved I get a 500 error and all i can find in the logs that i deem relevant (note i deem it may not be etc xD) is this PHP Fatal error: Uncaught TypeError: mysqli::real_connect(): Argument #5 ($port) must be of type ?int, string given in /tsi/html/community/system/Db/Db.php:256 Stack trace: #0 /tsi/html/community/system/Db/Db.php(256): mysqli->real_connect() #1 /tsi/html/community/system/Db/Db.php(356): IPS\_Db->_establishConnection() #2 /tsi/html/community/system/Db/Db.php(996): IPS\_Db->checkConnection() #3 /tsi/html/community/system/Db/Db.php(2366): IPS\_Db->real_escape_string() #4 /tsi/html/community/system/Data/Store/Database.php(92): IPS\_Db->in() #5 /community/system/Data/Store/Database.php(108): IPS\Data\Store\_Database->loadIntoMemory() #6 /html/community/system/Data/Store/Database.php(162): IPS\Data\Store\_Database->get() #7 /html/community/system/Data/AbstractData.php(126): IPS\Data\Store\_Database->exists() #8 /tsi/html/community/system/Data/Store.php(303): IPS\Data\_AbstractData->__isset() #9 /tsi/html/community/system/Settings/Settings.php(166): IPS\Data\_Store->__isset() #10 /tsi/html/community/system/Settings/Settings.php(122): IPS\_Settings->loadFromDb() #11 /tsi/html/community/system/Http/Url/Friendly.php(671): IPS\_Settings->__get() #12 /tsi/html/community/system/Http/Url/Friendly.php(90): IPS\Http\Url\_Friendly::furlDefinition() #13 /tsi/html/community/system/Http/Url.php(269): IPS\Http\Url\_Friendly::createFriendlyUrlFromComponents() #14 /tsi/html/community/system/Request/Request.php(276): IPS\Http\_Url::createFromString() #15 /tsi/html/community/system/Log/Log.php(106): IPS\_Request->url() #16 /tsi/html/community/init.php(1029): IPS\_Log::log() #17 [internal function]: IPS\IPS::exceptionHandler() #18 {main} thrown in /tsi/html/community/system/Db/Db.php on line 256 No I assume this is beacuse the db connection info is 'sql_driver' => 'mysql', 'sql_host' => '127.0.0.1:3309', etc Im running mysql 57 on port 3309 (same on the current working server) but wonder if i should be entering it differently into the config? Many thanks
  19. Thankyou However what is the point of the system check if when it fails it breaks you site? Can or should it not fail on the check before it stops the site working Id also add when did support stop being available to paying subscribers? However thankyou Jim for responding can you change the system check to fail before it requires a restore please or ideally list what files need restoring in this circumstance
  20. Hi all Ive stupidly started an upgrade on a site and it doesnt meet the requirements. How do i cancel the upgrade until i resolve the issues and keep the community running? Whenever i go to the site it says an upgrade is in progress but i cant complete the upgrade due to a php dependancy Thanks
×
×
  • Create New...