Questions tagged [joomla3.8]

Joomla! is a free and open-source web content management system written in PHP. It is released under the GNU General Public License. This tag is for programming-specific questions referring to version 3.8.

Joomla! 3.8

Joomla! is a free and open-source web content management system written in PHP. It is released under the GNU General Public License.

Version 3.8 was released in September 2017 and is still supported.

Resources

17 questions
5
votes
2 answers

Joomla 3.8 - How to call JFactory

Since the last update of joomla to 3.8, i can't call the following function via "NON-Joomla-Script". $db=JFactory::getDBO(); I get the following Error Message: Fatal error: Uncaught Error: Class 'JFactory' not found in I was loading several…
VolleyTom
  • 71
  • 1
  • 3
2
votes
2 answers

Joomla 3.8 404 error on incorrect links

I have trouble with links in joomla 3.8. I have link like http://mysite.loc/my-category/my-subcategory/89 and this is correct link for material with id 89. But when i enter http://mysite.loc/my-category/my-subcategory/89asdasdasdasd Joomla show…
Sergey Smekodub
  • 92
  • 1
  • 1
  • 13
1
vote
1 answer

How to change jquery version used by helix3 template on Joomla site

I am building a Joomla (v3.8.13) website using the Shaper Helix3 template (v2.5.5). On this site I want to use Chronoforms v6 but I noticed that certain functionalities (validation error popups, tooltips, etc...) where not working when I activated…
eelco
  • 13
  • 5
1
vote
0 answers

login a user and granting core permissions in Joomla

I am working on a project which requires some manager level access to perform tasks, so when I receive a call I forcefully logging in the request as a superuser so that it will have all permissions to complete that task. For login I am using this…
Anant
  • 534
  • 11
  • 40
0
votes
1 answer

Joomla 3.8 compatablity with MYSQL 5.6 , 5.7 and 8

I currently have setup Joomla 3.9.3 on production with MYSQL 5.5.62, i would like to upgrade to 5.7 or 8. Is joomla 3.9.x Compatible with MySQL 5.6, 5.7, 8. The official documentation states that joomla works with 5.5.X+. Though this may imply…
onlinejava
  • 163
  • 1
  • 4
  • 14
0
votes
1 answer

Error adding options to a select menu with javascript

I was having two problems: the first is that javascript is not adding options to a menu, and the second was an "Unexpected or invalid token" error at the end of my for loop. Update: The token error was a weird character thing. I deleted the line…
William
  • 296
  • 4
  • 14
0
votes
0 answers

Duplicate URL's (Double URL) in Joomla site

I'm using joomla platform. I have small issue with a url. karisalmedia.com is my domain and online is the subfolder. in my site article comment shared on community page. if i access the url from the community page it's going to 404 page. Correct…
0
votes
0 answers

Joomla : libraries mysql schema does not working for Insert records, add primary key, drop table command

On extension update, instead of using update SQL schema I have given a custom button like fix database under that extension. It working fine. Custom script executes from same schema folder structure i.e. "/sql/updates/mysql" But some DDL commands…
Kishori
  • 11
  • 4
0
votes
0 answers

Uncaught exception 'Exception' with message 'View not found [name, type, prefix]: search, feed, searchView'

Here is the complete error : Exception: Uncaught exception 'Exception' with message 'View not found [name, type, prefix]: search, feed, searchView' in /httpdocs/libraries/src/MVC/Controller/BaseController.php:847 Stack trace is as follows:…
0
votes
2 answers

Htaccess rewrite rule joomla 3

I want to make a rewrite rule to change old url to new url like this: From https://www.website.com/apple/something To https://www.website.com/orange/something the something-part could be anything, I just want to exchange the word "apple" to "orange"…
0
votes
1 answer

Joomla 3.8.8 sub menu items not displaying on hover on homepage only

I have been ripping my hair out trying to figure this out. So far I have spent about 6 hours Googling and trying different options with no results. Here is the link to the site: http://www.postbeam.com.au I inherited this site so I don't know…
ozzinet
  • 53
  • 7
0
votes
0 answers

Add scripts and style to Joomla plugin admin settings page only

I just finished making a plugin but my javascript & css are being loaded into every page of the site rather than just on my admin settings page. This is the code I have in my Plugin's class: public function onBeforeCompileHead(){ $app =…
kyle
  • 158
  • 1
  • 1
  • 13
0
votes
0 answers

Apache server "Error" message

I'm using an Apache webserver to develop a project using joomla. Some days ago I did a backup restoration in Joomla (using Akeeba Backups) and now, whenever I try accessing, both the site's backend and frontend, I get a blank page with nothing but…
user9179774
0
votes
0 answers

Joomla 3.x fields with names title, alias, and ordering are giving errors in custom component

I'm migrating a Joomla 1.5 website to Joomla 3.8 for one of our customers. It has an external component that's not supported anymore that I'm trying to get to work for Joomla 3.8. Most of it works now, except for the edit view in the…
0
votes
1 answer

~name in Joomla 3.8 path

Recently Google has been sending me emails about 404 errors while crawling my Joomla site. The URLs are not the primary URLs but seems to be a secondary setup. So if the main site is(for example): www.mysite.com/index.php/interestingpage The error…
Scott_1357
  • 13
  • 3
1
2