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 Nov 29, 2018. It is now read-only.
I would like to provide user with ability to insert iframe framed link to youtube video through CKEditor (for users custom pages).
I need that features for Elgg 1.12.4 and Elgg 2.3.
As I see Elgg deletes each iframe based html text when user tries to save the page.
So I tought that hypeScraper might be the solution.
I downloaded the hypescraper (v4) and hypeapps (v4) from github and unzipped them and activated plugins in my Elgg v1.12 and received following errors:
[19-Oct-2017 12:48:57 Europe/Berlin] PHP WARNING: 2017-10-19 12:48:57 (CEST): "Argument 1 passed to hypeJunction\Scraper\Plugin::__construct() must be an instance of ElggPlugin, null given, called in C:\xampp\htdocs\sites\ar\mod\hypeScraper-4.x\classes\hypeJunction\Scraper\Plugin.php on line 102 and defined" in file C:\xampp\htdocs\sites\ar\mod\hypeScraper-4.x\classes\hypeJunction\Scraper\Plugin.php (line 37)
[19-Oct-2017 12:48:58 Europe/Berlin] PHP WARNING: 2017-10-19 12:48:58 (CEST): "Argument 1 passed to hypeJunction\Scraper\Plugin::__construct() must be an instance of ElggPlugin, null given, called in C:\xampp\htdocs\sites\ar\mod\hypeScraper-4.x\classes\hypeJunction\Scraper\Plugin.php on line 102 and defined" in file C:\xampp\htdocs\sites\ar\mod\hypeScraper-4.x\classes\hypeJunction\Scraper\Plugin.php (line 37)
[19-Oct-2017 12:48:58 Europe/Berlin] PHP WARNING: 2017-10-19 12:48:58 (CEST): "Argument 1 passed to hypeJunction\Config::__construct() must be an instance of ElggPlugin, null given, called in C:\xampp\htdocs\sites\ar\mod\hypeScraper-4.x\classes\hypeJunction\Scraper\Plugin.php on line 42 and defined" in file C:\xampp\htdocs\sites\ar\mod\hypeApps\classes\hypeJunction\Config.php (line 17)
[19-Oct-2017 12:48:58 Europe/Berlin] PHP Fatal error: Call to a member function getAllSettings() on a non-object in C:\xampp\htdocs\sites\ar\mod\hypeApps\classes\hypeJunction\Config.php on line 43
[19-Oct-2017 12:49:04 Europe/Berlin] PHP WARNING: 2017-10-19 12:49:04 (CEST): "Argument 1 passed to hypeJunction\Scraper\Plugin::__construct() must be an instance of ElggPlugin, null given, called in C:\xampp\htdocs\sites\ar\mod\hypeScraper-4.x\classes\hypeJunction\Scraper\Plugin.php on line 102 and defined" in file C:\xampp\htdocs\sites\ar\mod\hypeScraper-4.x\classes\hypeJunction\Scraper\Plugin.php (line 37)
[19-Oct-2017 12:49:04 Europe/Berlin] PHP WARNING: 2017-10-19 12:49:04 (CEST): "Argument 1 passed to hypeJunction\Config::__construct() must be an instance of ElggPlugin, null given, called in C:\xampp\htdocs\sites\ar\mod\hypeScraper-4.x\classes\hypeJunction\Scraper\Plugin.php on line 42 and defined" in file C:\xampp\htdocs\sites\ar\mod\hypeApps\classes\hypeJunction\Config.php (line 17)
[19-Oct-2017 12:49:04 Europe/Berlin] PHP Fatal error: Call to a member function getAllSettings() on a non-object in C:\xampp\htdocs\sites\ar\mod\hypeApps\classes\hypeJunction\Config.php on line 43
Can you explain what I have to do more to get it work?
I am not familiar with Composer so please explain it in a way that I can do it.
Thanks,
Vlad
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hello,
I would like to provide user with ability to insert iframe framed link to youtube video through CKEditor (for users custom pages).
I need that features for Elgg 1.12.4 and Elgg 2.3.
As I see Elgg deletes each iframe based html text when user tries to save the page.
So I tought that hypeScraper might be the solution.
I downloaded the hypescraper (v4) and hypeapps (v4) from github and unzipped them and activated plugins in my Elgg v1.12 and received following errors:
[19-Oct-2017 12:48:57 Europe/Berlin] PHP WARNING: 2017-10-19 12:48:57 (CEST): "Argument 1 passed to hypeJunction\Scraper\Plugin::__construct() must be an instance of ElggPlugin, null given, called in C:\xampp\htdocs\sites\ar\mod\hypeScraper-4.x\classes\hypeJunction\Scraper\Plugin.php on line 102 and defined" in file C:\xampp\htdocs\sites\ar\mod\hypeScraper-4.x\classes\hypeJunction\Scraper\Plugin.php (line 37)
[19-Oct-2017 12:48:58 Europe/Berlin] PHP WARNING: 2017-10-19 12:48:58 (CEST): "Argument 1 passed to hypeJunction\Scraper\Plugin::__construct() must be an instance of ElggPlugin, null given, called in C:\xampp\htdocs\sites\ar\mod\hypeScraper-4.x\classes\hypeJunction\Scraper\Plugin.php on line 102 and defined" in file C:\xampp\htdocs\sites\ar\mod\hypeScraper-4.x\classes\hypeJunction\Scraper\Plugin.php (line 37)
[19-Oct-2017 12:48:58 Europe/Berlin] PHP WARNING: 2017-10-19 12:48:58 (CEST): "Argument 1 passed to hypeJunction\Config::__construct() must be an instance of ElggPlugin, null given, called in C:\xampp\htdocs\sites\ar\mod\hypeScraper-4.x\classes\hypeJunction\Scraper\Plugin.php on line 42 and defined" in file C:\xampp\htdocs\sites\ar\mod\hypeApps\classes\hypeJunction\Config.php (line 17)
[19-Oct-2017 12:48:58 Europe/Berlin] PHP Fatal error: Call to a member function getAllSettings() on a non-object in C:\xampp\htdocs\sites\ar\mod\hypeApps\classes\hypeJunction\Config.php on line 43
[19-Oct-2017 12:49:04 Europe/Berlin] PHP WARNING: 2017-10-19 12:49:04 (CEST): "Argument 1 passed to hypeJunction\Scraper\Plugin::__construct() must be an instance of ElggPlugin, null given, called in C:\xampp\htdocs\sites\ar\mod\hypeScraper-4.x\classes\hypeJunction\Scraper\Plugin.php on line 102 and defined" in file C:\xampp\htdocs\sites\ar\mod\hypeScraper-4.x\classes\hypeJunction\Scraper\Plugin.php (line 37)
[19-Oct-2017 12:49:04 Europe/Berlin] PHP WARNING: 2017-10-19 12:49:04 (CEST): "Argument 1 passed to hypeJunction\Config::__construct() must be an instance of ElggPlugin, null given, called in C:\xampp\htdocs\sites\ar\mod\hypeScraper-4.x\classes\hypeJunction\Scraper\Plugin.php on line 42 and defined" in file C:\xampp\htdocs\sites\ar\mod\hypeApps\classes\hypeJunction\Config.php (line 17)
[19-Oct-2017 12:49:04 Europe/Berlin] PHP Fatal error: Call to a member function getAllSettings() on a non-object in C:\xampp\htdocs\sites\ar\mod\hypeApps\classes\hypeJunction\Config.php on line 43
Can you explain what I have to do more to get it work?
I am not familiar with Composer so please explain it in a way that I can do it.
Thanks,
Vlad
The text was updated successfully, but these errors were encountered: