Jump to content
  • [IC5Beta1] Conversion not possible - Error 500


    MythonPonty
    • Status: Pending

    I've installed a fresh installation. So far so good... Looks good. 

    Tried to start a conversion, just get an error message

    Fatal error: Declaration of IPS\convert\modules\admin\manage\manage::execute() must be compatible with IPS\Dispatcher\Controller::execute(): void in /var/www/vhosts/xxx/xxx/applications/convert/modules/admin/manage/manage.php on line 67

     


    User Feedback

    Recommended Comments

    After changing the code from 

    Line 67: public function execute()

    to 

    Line 67: public function execute() :void

    it seems that it works. 

    Could contain: File, Webpage, Text

    After clicking on "Start new conversion" i got this message. 

    
    Fatal error: Declaration of IPS\convert\modules\admin\manage\create::execute() must be compatible with IPS\Dispatcher\Controller::execute(): void in /var/www/vhosts/xxx/xxx/applications/convert/modules/admin/manage/create.php on line 69

    Then i changed here this 

    Line 69: public function execute()

    to 

    Line 69: public function execute() :void

    and now i got this message

    
    Fatal error: Cannot declare class IPS\convert\Software\Core\Xenforo because the name is already in use in /var/www/vhosts/xxx/xxx/applications/convert/sources/Software/Core/Xenforo.php on line 59

    So for now, i stop to try it by myself. 🙂 

    Link to comment
    Share on other sites

    On 10/11/2024 at 9:09 AM, Daniel F said:

    Unfortunately the converter isn't ready yet.

    Will the converter still run in the beta phase? I plan to start from scratch and only import the relevant content.

    Link to comment
    Share on other sites

    22 minutes ago, MythonPonty said:

    Will the converter still run in the beta phase? I plan to start from scratch and only import the relevant content.

    We will of course have it ready at some point

    Link to comment
    Share on other sites


×
×
  • Create New...