- Posts: 3
- Thank you received: 0
There is no "template.cassiopeia.ltr" asset of a "preset" type in the registry??
-
missmaryfrancis
Inactive member - Topic Author
- New Member
Less
More
2 years 1 month ago #49688
by missmaryfrancis
There is no "template.cassiopeia.ltr" asset of a "preset" type in the registry?? was created by missmaryfrancis
I am getting a HTTP 500 error. I was disabling modules and removing articles that I would not use when this happened. I am not sure what caused the issue but if you can make a suggestion I would appreciate so I don't have to start over.
fwmdev.com/cleaningservice/index.php#trace-box-1The Error Says:
Joomla\CMS\WebAsset\Exception\UnknownAssetExceptionin /home/devfwm/public_html/cleaningservice/libraries/src/WebAsset/WebAssetRegistry.php (line 134)
fwmdev.com/cleaningservice/index.php#trace-box-1The Error Says:
Joomla\CMS\WebAsset\Exception\UnknownAssetExceptionin /home/devfwm/public_html/cleaningservice/libraries/src/WebAsset/WebAssetRegistry.php (line 134)
-
Code:{
-
Code:// Check if any new file was added
-
Code:$this->parseRegistryFiles();
-
Code:if (empty($this->assets[$type][$name])) {
-
Code:throw new UnknownAssetException(sprintf('There is no "%s" asset of a "%s" type in the registry.', $name, $type));
-
Code:}
-
Code:return $this->assets[$type][$name];
-
Code:}
Please Log in to join the conversation.
-
milos
Support Staff - Moderator
Less
More
- Posts: 6745
- Thank you received: 716
2 years 1 month ago #49689
by milos
Replied by milos on topic There is no "template.cassiopeia.ltr" asset of a "preset" type in the registry??
Hello,
Sorry but I have no idea what could cause that exactly. You probably deleted a file that mustn’t be deleted or somehow damaged the Joomla database. Maybe you deleted the Cassiopeia template?
You will need to restore your website from backup.
Regards,
Milos
Sorry but I have no idea what could cause that exactly. You probably deleted a file that mustn’t be deleted or somehow damaged the Joomla database. Maybe you deleted the Cassiopeia template?
You will need to restore your website from backup.
Regards,
Milos
Please Log in to join the conversation.
Time to create page: 0.147 seconds