Jump to content

Quints

Clients
  • Posts

    6
  • Joined

  • Last visited

Quints's Achievements

  1. I changed my PHP to 7.4 and it's solved. However if I change the PHP to 8.0 or 8.1 my forum crashes and all I see is an empty white page, is there any way to fix this? Thanks!
  2. The integration still gets disabled/enabled but i get this error: Error log: ParseError: syntax error, unexpected '' (T_ENCAPSED_AND_WHITESPACE), expecting '-' or identifier (T_STRING) or variable (T_VARIABLE) or number (T_NUM_STRING) (0) #0 [internal function]: IPS\IPS::autoloader('IPS\\core\\DataLa...') #1 community/system/Output/Output.php(815): spl_autoload_call('IPS\\core\\DataLa...') #2 community/system/Output/Output.php(1182): IPS\_Output->sendOutput('', 301, '', Array) #3 community/system/Dispatcher/Front.php(333): IPS\_Output->redirect(Object(IPS\Http\Url\Friendly), NULL, 301) #4 community/system/Dispatcher/Front.php(87): IPS\Dispatcher\_Front->checkUrl() #5 community/system/Dispatcher/Dispatcher.php(110): IPS\Dispatcher\_Front->init() #6 community/index.php(13): IPS\_Dispatcher::i() #7 {main} Also some other things that don't load anymore I've noticed this happened after I uploaded a certain application, but after that i disabled and uninstalled it but the issues are still happening. How can I fix this? thanks
  3. Update I've solved the problem by fixing the cookies define( 'COOKIE_PATH', '/' );
  4. My code: require_once $_SERVER['DOCUMENT_ROOT']. '/community/init.php'; \IPS\Session\Front::i(); $member = \IPS\Member::loggedin(); The code only works if I put the php file inside the community (ipb) folder, otherwise it will show that no one is logged in and give the info of a guest. How can I fix this? thanks
×
×
  • Create New...