Trying To Enter The Pages Tab Ends With A 404 Error. - Question | JoomShaper
Black Friday sale is live with flat 50% OFF. Sale ends soon! Grab your deal now!

Trying To Enter The Pages Tab Ends With A 404 Error.

A

Ann

SP Page Builder 2 years ago

Same problem as https://www.joomshaper.com/forum/question/22208 . Trying to enter the Pages tab ends with a 404 error. I'm using this template: https://www.joomshaper.com/joomla-templates/rythm

0
2 Answers
A
Ann
Accepted Answer
2 years ago #105451

Problem solved. It turned out that Joomla was creating paths of the type:

script src="/componentscom_sppagebuilderassetsjscommon.js"

instead of

script src="/components/com_sppagebuilder/assets/js/common.js"

The solution is to change in file /includes/defines.php

define('JPATH_ROOT', implode(DIRECTORY_SEPARATOR, $parts));

to

define('JPATH_ROOT', JPATH_BASE === DIRECTORY_SEPARATOR?'':implode(DIRECTORY_SEPARATOR, $parts));
0
Rashida Rahman
Rashida Rahman
Accepted Answer
Support Agent 2 years ago #105465

Hi Ann,

Thank you so much for sharing the solution with us. Hope it will help others too with the same issue. Glad that you have made it.

Have a beautiful rest of your day!

0