Install content plug-in error 500

mysteryman
11 Posts
mysteryman posted this 26 November 2018

I'm not able to install content plug-in. I get error 500 " Request failed"

I checked the plug-in and noticed that it's already installed. Also tried to disable and enable with no results.

Please advise.

Joomla 3.9.0

I'm not able to install content plug-in. I get error 500 " Request failed" I checked the plug-in and noticed that it's already installed. Also tried to disable and enable with no results. Please advise. Joomla 3.9.0
Vote to pay developers attention to this features or issue.
2 Comments
Order By: Standard | Newest
Support Team
Support Team posted this 26 November 2018

Hello,

If you updated to the latest version of Joomla and the following error appears when you try to launch Themler please follow the instruction below:

Fatal error: require_once(): Failed opening required '[...]/administrator/includes/toolbar.php' (include_path='.:/usr/lib/php7.2') in [...]/templates/[theme_name]/app/index.php on line 25

  1. Open theme folder on the server: www/Joomla_directory/templates;
  2. open /app folder;
  3. open index.php for editing in any html or text editor;
  4. find the line

    require_once JPATH_BASE . DS . 'includes' . DS . 'toolbar.php';

and replace it with the following line:

$prefix = version_compare(JVERSION, '3.9', '>=') ? 'sub' : '';
require_once JPATH_BASE . DS . 'includes' . DS . $prefix . 'toolbar.php';;
  1. open /app/start folder;
  2. open data.php file for editing and follow step 4;
  3. open manifest.php file for editing and follow step 4;
  4. start Themler.

Gina
Themler Support

Hello, If you updated to the latest version of Joomla and the following error appears when you try to launch Themler please follow the instruction below: Fatal error: require_once(): Failed opening required '[...]/administrator/includes/toolbar.php' (include_path='.:/usr/lib/php7.2') in [...]/templates/[theme_name]/app/index.php on line 25 1. Open theme folder on the server: www/Joomla_directory/templates; 2. open /app folder; 3. open index.php for editing in any html or text editor; 4. find the line require_once JPATH_BASE . DS . 'includes' . DS . 'toolbar.php'; and replace it with the following line: $prefix = version_compare(JVERSION, '3.9', '>=') ? 'sub' : ''; require_once JPATH_BASE . DS . 'includes' . DS . $prefix . 'toolbar.php';; 5. open /app/start folder; 6. open data.php file for editing and follow step 4; 7. open manifest.php file for editing and follow step 4; 8. start Themler. Gina Themler Support
WALLOON
72 Posts
WALLOON posted this 03 August 2019

news erreur :
PHP_ERROR]{"message":"\n\nOS: Linux webm175.cluster010.gra.hosting.ovh.net 4.14.119-ovh-vps-grsec-zfs-classid #1 SMP Wed May 15 10:40:34 CEST 2019 x86_64\nPHP: 7.1.30\nerror handler: A non well formed numeric value encountered\nArray\n(\n [value] => 512M\n [str] => 512m\n)\n Callstack: \n -> Helper::toBytes('512M')\n -> Helper::getMemoryLimit()\n -> Helper::tryAllocateMemory()\n -> ExportController::execute(array(4) { ... })\n\n\n","type":"E_NOTICE","file":"/home/valetco/www/messites/walloon-2016/templates/walloon02/app/classes/Helper.php","line":586}[PHP_ERROR]

news erreur : PHP_ERROR]{"message":"\n\nOS: Linux webm175.cluster010.gra.hosting.ovh.net 4.14.119-ovh-vps-grsec-zfs-classid #1 SMP Wed May 15 10:40:34 CEST 2019 x86_64\nPHP: 7.1.30\nerror handler: A non well formed numeric value encountered\nArray\n(\n [value] => 512M\n [str] => 512m\n)\n Callstack: \n -> Helper::toBytes('512M')\n -> Helper::getMemoryLimit()\n -> Helper::tryAllocateMemory()\n -> ExportController::execute(array(4) { ... })\n\n\n","type":"E_NOTICE","file":"\/home\/valetco\/www\/messites\/walloon-2016\/templates\/walloon02\/app\/classes\/Helper.php","line":586}[PHP_ERROR]
You must log in or register to leave comments