Invision Community 4: SEO, prepare for v5 and dormant account notifications By Matt Monday at 02:04 PM
InvisionHQ Posted November 23, 2019 Posted November 23, 2019 It will certainly be my fault but I waste a lot of time to find the issues that are reported to me by whoops. In this case for example I have a warning generated in the FormAbstract.php that had never happened to me: // from: /Users/sviluppo/Documents/sites/44x.test/system/Helpers/Form/FormAbstract.php THIS IS THE ERROR: "var_dump(): Property access is not allowed yet" full stack report also a file in my app but with no comments. // from: /Users/sviluppo/Documents/sites/44x.test/system/Dispatcher/Controller.php Any advices on what and where to look?
CodingJungle Posted November 23, 2019 Posted November 23, 2019 it has to do with mysql, you prolly have a node or editor helper
InvisionHQ Posted November 23, 2019 Author Posted November 23, 2019 Something wrong in this line: $formTemplate = $form->customTemplate( array( \IPS\Theme::i()->getTemplate( 'submit', 'classifieds' ), 'createAdvertForm' ), $category, $hasModOptions, NULL );
bfarber Posted November 25, 2019 Posted November 25, 2019 var_dump(): Property access is not allowed yet From what I can tell, this occurs when you are working with prepared statements incorrectly, but as you didn't share much of your code I can't comment further. Google the error and look at the various stackoverflow answers, which might help point you in the right direction. https://stackoverflow.com/questions/51550819/property-access-is-not-allowed-yet-in Random example.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.