Joomla Warning - JLIB_FILESYSTEM_ERROR_PATH_IS_NOT_A_FOLDER_FOLDER - php

I have the following error periodically show up in Joomla 3.0/3.1/3.2 articles (front-end):
warning
JLIB_FILESYSTEM_ERROR_PATH_IS_NOT_A_FOLDER_FOLDER
JLIB_FILESYSTEM_ERROR_PATH_IS_NOT_A_FOLDER_FILES
It first shows up right after install, and then disappears upon refreshing, but reappears at random times later. Does anyone know about this?
BTW, I know very little about MySQL and PHP other than setting up a database and coding a template, so if you could be descriptive, that would be awesome :)
EDIT: Maybe it's because I am installing a pre-configured package with Akeeba? But I'm pretty sure I have got this message even when I installed the actual Joomla package.

Related

After updating XAMPP, existing Wordpress sites redirect to an install page?

I recently updated to the current version of XAMPP. Before the update, I made a backup of all my htdoc files (all Wordpress installs), and then uninstalled XAMPP.
But I failed to export my databases. (My bad.)
Now when I try to access my local sites, I am brought to the 5-minute installation page for Wordpress—with the notification that users already exist. (Screenshot of the Wordpress install page here.) The install process only produces database errors and tells me that tables already or don't exist. At the bottom of the page I am told to log-in...which brings me to a 404 error.
Ugh.
I have tried exporting the .sql files I'm particularly desirous to save and importing them in new databases...but to no avail.
Any insight? Are my sites toast, or what can I do to restore all my work?
Learned through another coder that all my data is indeed toast. Don't know exactly how this happened, but as a warning to y'all: Find and follow instructions to upgrade XAMPP before proceeding and take every precaution you can!

PHP Fatal error: Class 'JTree' not found

I'm not a coder, so please let me know if I'm in the wrong place. I'm an office manager who has managed to recover our Joomla website from being hacked. However I can't get into the backend of the website and our web host is not able to help. I can log in but then a blank page appears. This is the message I got from the our web host.
20160421T120205: creativelc.com.au/administrator/index.php
PHP Fatal error: Class 'JTree' not found in /hermes/bosnaweb15a/b931/ipg.creativelearning/administrator/modules/mod_menu/menu.php on line 18
I have tried to resolve it by restoring from a fresh installation. However, it is still loading the blank page. Thus, I suggest you please contact your application vendor on this and seek their assistance further.
Thanks
I am not sure how you reinstalled Joomla, but I recommend you to do it this way:
Back-up everything needed
Install Joomla on a subdomain/different domain/localhost or similar, as testing purpose.
Upload a copy of your database and connect it to the subdomain/domain/localhost.
If this solution doesn't work, then your database is affected. If you get different error messages, that may be because of the missing plug-ins, you should install them from scratch.

Mediawiki database error after update

I hope for some help on the problem I have trying to update my Wiki from 1.21 to 1.25. I,m don't have experience doing this but I followed the manual in Mediawiki doing this.
Create a new folder and put in the new fileset. Add the Images folder with content, moved the Localsettings.php from old to new. And renamed the folder to the right sitename. As result i get this:
a database query error has occurred. this may indicate a bug in the
software.
I'm a beginner and hope for some help, I read some things about using command-line scripts but don't know how to do that, maybe I forgot something in this actions.
I must get this update online soon because my hosting provider is going to use only PHP5.4 in 2 weeks what makes my current wiki stop working.
Thanks in advance.
Updating the database is a required step anytime you upgrade your MediaWiki version. If you cannot run SSH on the server, then you can use the web updater:
http://www.mediawiki.org/wiki/Manual:Upgrading#Web_updater
If this doesn't resolve the issue, try adding some debug code to your LocalSettings to get a real error message:
http://www.mediawiki.org/wiki/Manual:How_to_debug#SQL_errors

Having trouble while installing magento using XAMPP server

I am using XAMPP server and want to install magento framework. However while installing after filling up the configuration page and clicking continue the page is reloading and a blank page is coming. Tell me how to fix this?
Probably you have not set the pre-configuration settings correctly. Try with a clean install following any of these tutorials: this, or this (second one is easier and more descriptive) and make sure you have done all pre-configurations correctly. Furthermore never forget to check the logs. Most of the times for blank pages there are pretty good answers in log files ;)

Component K2 is damaged, says class K2HelperHTML not found

My Joomla powered website was hacked several days ago, after it was cleaned and restored, a problem emerged.
On back-end, when I click Components -> k2 and an fatal error appears:
Fatal error: Class 'K2HelperHTML' not found in ~/administrator/components/com_k2/k2.php on line 77
I compare this k2.php file with a working site's k2.php but no differenced was found.
Then I inpsected the file where class K2HelperHTML was defined, which I believe is ~\administrator\components\com_k2\helpers\html.php, it doesn't show any differenct from a working site's corresponding file.
Now I'm stuck here, what should I do next to repair this.
Have you tried reinstalling the most recent version? That would be a good place to start. Simply use the Joomla installer to install the latest version.
I just encountered same problem with fresh installed component and solution for me was pretty easy. All I had to do, was clear application cache.
To do it go to System -> Clear Cache and then click Delete all.

Categories