You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 6, 2022. It is now read-only.
Hi there,
I guess, it's not a big deal but I see this MODX Parse Error after updating from 1.2 d9.0.3 to 1.3.3 (core) and migrating from PHP 5.6 to PHP 7.0.
File: .../public_html/assets/snippets/evogallery/classes/phx.parser.class.inc.php
Backtrace
DocumentParser->executeParser()index.php on line 131
DocumentParser->prepareResponse()wp-admin/includes/document.parser.class.inc.php on line 2219
DocumentParser->parseDocumentSource(string $var1)wp-admin/includes/document.parser.class.inc.php on line 2304
DocumentParser->evalSnippets(string $var1)wp-admin/includes/document.parser.class.inc.php on line 2064
DocumentParser->_get_snip_result(string $var1)wp-admin/includes/document.parser.class.inc.php on line 1456
DocumentParser->evalSnippet(string $var1, array $var2)wp-admin/includes/document.parser.class.inc.php on line 1514
*manager=wp-admin
The text was updated successfully, but these errors were encountered:
Just changed the functionnames inside the classes --- in assets/snippets/evogallery/classes/
gallery.class.inc.php and phx.parser.class.inc.php to __construct(Parameters here inside)
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hi there,
I guess, it's not a big deal but I see this MODX Parse Error after updating from 1.2 d9.0.3 to 1.3.3 (core) and migrating from PHP 5.6 to PHP 7.0.
File: .../public_html/assets/snippets/evogallery/classes/phx.parser.class.inc.php
Backtrace
DocumentParser->executeParser()index.php on line 131
DocumentParser->prepareResponse()wp-admin/includes/document.parser.class.inc.php on line 2219
DocumentParser->parseDocumentSource(string $var1)wp-admin/includes/document.parser.class.inc.php on line 2304
DocumentParser->evalSnippets(string $var1)wp-admin/includes/document.parser.class.inc.php on line 2064
DocumentParser->_get_snip_result(string $var1)wp-admin/includes/document.parser.class.inc.php on line 1456
DocumentParser->evalSnippet(string $var1, array $var2)wp-admin/includes/document.parser.class.inc.php on line 1514
*manager=wp-admin
The text was updated successfully, but these errors were encountered: