Syntax error unexpected token Joomla 3.8 - joomla

I have this error
SyntaxError: unexpected token: ':'
When I click to learn more this line of script is highlighted
{"csrf.token":"d071dd89fac83086c3908fa6530e47e3","system.paths":{"root":"","base":""}}
I am really sorry but I do not know enough about this subject to be able to discover the source of this problem and even if I found it I probably would not be able to fix either without some help.
I have had some problems with scripts running on my up to date version of this site 3.8.7, I have gone back and found the original fresh version of this site install of joomla 3.8.3 on localhost has the same error, so it has been present from the start of this sites development. I do not know if you are able to help and apologise if I am wasting your time

Related

React Native Production Build Error ('Build input file cannot be found: {path}ExpoModulesProvider.swift')

So I finished a React Native project and trying to get it into production mode. However, XCode is throwing me this error saying that it cannot find ExpoModulesProvider.swift
Here is the full error,
I have been trying to solve this error the past 2-3 hours. I searched everywhere however, I could't find anything related to this error. Even StackOverFlow doesn't have it.
Thank you
I had the same issue and in my case I solved it by removing the ExpoModulesProvider.swift source from Compile Sources

How do I fix this Joomla white screen error?

Joomla q.
I tried updating my Joomla site, and that failed and I got a basic html version of my site. I tried to downgrade by extracting a former version of Joomla in the root folder. when this failed I tried to change it again the same way.
This gave me a white screen on both admin side and front end. After following the first few steps here
I'm finally getting this error:
*Parse error: syntax error, unexpected 'ini_set' (T_STRING), expecting function (T_FUNCTION) in /home/*****/public_html/configuration.php on line 98* (asterisks added)
There shouldn't be any ini_set function call in the configuration.php file. Your website is likely hacked - you should proceed accordingly. First cleanup your configuration.php file and then try this guide for quickly cleaning Joomla sites. Please note that usage of this guide is at your own risk and you must always backup your Joomla site before doing this. Also note that if your Joomla site has core modifications then they will be wiped out. Finally, keep in mind that you may still have reminiscent hacked files on your site even after implementing the above, so you clean those as well.

undefined method Joomla\Registry\Registry::getValue()

I'm having an issue with a Joomla site, It was recently upgraded to Joomla 3.0 but now the home page hows the error "undefined method Joomla\Registry\Registry::getValue()", the only issue is it does not tell me which files are throwing this error.
I have run a file search in cPanel and a grep at command line to find any files with "getValue" in them but all responses are 0. I've even checked the database, just in case a previous developer put it in there but I have nothing.
I've searched the web, checked error logs, disabled plugins and pretty much bashed my skull against the wall for the last week to no avail.
Can anyone help?
I working on the updated site here: http://dev.hershmanlegal.com/
In the backend of your Joomla site, try going to System > Global Configuration > Server, change the error reporting to Maximum and see if you get more details about the source of the problem.
If still no joy, check your server error logs.
Good luck!

Fatal error: Class 'Magpleasure_Filesystem_Helper_Data' not found

I'm getting an error in the admin page when I try to login, it was working fine and I would like to know if you can please help find out what may be causing the error and how to fix it. The error is:
Fatal error: Class 'Magpleasure_Filesystem_Helper_Data' not found in /home/site/public_html/app/Mage.php on line 546
The admin page is only showing the header and the error line code, the search box but the search box is not giving any results neither. However, the front of the store is working find, no issues in front. Please help, thank you
Best Regards,
Jenny
99% that you were hacked and that you didn't apply the two patches which were released by magento some weeks ago...
I have seen that issue 1 day ago at a client side of mine and they also didn't apply the patch.
check also this: https://magento.stackexchange.com/questions/64461/error-logging-in-the-admin-panel-fatal-error-class-magpleasure-filesystem-help
It also happened to me. Did not install the security patches.
Follow the steps from this post:
https://magento.stackexchange.com/questions/64461/error-logging-in-the-admin-panel-fatal-error-class-magpleasure-filesystem-help
Remove all files: app/code/community/Magpleasure/Filesystem/
Clear your cache, login should be possible now.
Check for new "Admin Users"
Patch your System with SUPEE-5344!
This happened to my site AGAIN, even after removing the magepleasure files, and then installing the 2 security patches.
I looked in the community and local folders as noted above in the way that I fixed this the first time around. This time there was one called Ma2.
I deleted the files from both places and deleted the cache folder contents on the server. I was then able to get the backend again. There was another unauthorized user, deleted it.
There is a remaining problem though. Anybody know where to look to fully delete the problem?
This is Compiler Error edit index.php, there just comment out following lines
$compilerConfig = MAGENTO_ROOT . '/includes/config.php'; if
(file_exists($compilerConfig)) {
include $compilerConfig; }
it will fix now..
This looks like an extension has been installed but not completely. The error is because Magento is trying to find the file Magpleasure_Filesystem_Helper_Data which I guess will either be under code base local or community app/code/local/Magpleasure/Filesystem/Helper/Data.php but the file is not there.
I would suggest reinstalling the extension either by magento connect or locally and deploy to your system and if you are still having issues contacting the developer directly may be your best bet.

SugarCRM /include/Smarty/Smarty.class.php on line 1095 troubleshoot

I have been searching for this problem since a while but without much help. Everyone seemed to leave it half way.
I want to dig a bit deeper as to why and how it is creating such a havoc for everyone.
Environment
Installed SugarCRM and installed addon module. The module seems to work however, around email line it shoots a warning on the page:
Warning: Smarty error: unable to read resource: "include/SugarFields/FieldsBase/detailViewFunction.tpl" in /public_html/xxx/include/Smarty/Smarty.class.php on line 1095
As per the suggestions earlier from other post, I have done following and I am still at square 1
Changed the filename to all possible combinations
Searched for code where it references detailViewFunction. It appears in base and enum folder only and is exactly same the way the filename is. There is no mention in the code OR file about small d as suggested by someone one of the users in StackOverflow. Simply put, it is not detailViewFunction; in both files it appears as DetailViewFunction and the filename is same as this.
Checked permissions and they are 755; tried changing to 777 but still the error is there.
Any one who was able to solve it?
El
Ref.: Warning: Smarty error: unable to read resource:

Resources