Questions tagged as 'joomla'

2
answers

Converting mp3 to ogg in php on joomla

I'm trying to convert an mp3 file to ogg using ffmpeg.exe The problem is that Joomla does not let me run an external file, even in the same directory. <?php exec('C:\path\to\ffmpeg.exe -y -i file.mp3 -acodec libvorbis file.ogg'); ?> T...
asked by 29.04.2015 / 21:31
1
answer

Multiple applications in the same domain Nginx

Good morning people, I'm breaking my head here. I have a server with nginx and it has two applications: 1 - Application Laravel / usr / share / nginx / html / laravel / public 2 - Joomla Application / usr / share / nginx / html / joomla...
asked by 12.04.2015 / 19:08
1
answer

Date field entering 0000-00-00 00:00:00

The date field of my application is entering the values 0000-00-00 00:00:00 , but I can not find the file that makes the insert, The function that makes write to the bank is this: $db = & JFactory::getDBO(); if ($db->connected(...
asked by 16.10.2015 / 15:38
1
answer

Language in Portuguese for Date in Joomla, PHP

I'm working with an event module in joomla and when showing the event date the same does in the English language. It has the following code in one of the module files: <span itemprop="startDate"><?php echo JHtml::_('date', $item->p...
asked by 03.03.2015 / 17:10
1
answer

Link to login form joomla 3.x

I'm creating a custom offline page for joomla (that's under maintenance). I would like to put a link that directs the user to the front-end admin login page, how can I do this?     
asked by 11.05.2018 / 23:49
1
answer

How to use subfolder as main folder without changing URL (site in joomla)

I have a site I'm redoing. The old one was made in wordpress (in the root of the site) and the new in joomla (in the "new" folder) I want that when accessing the domain.com is redirected to the domain.com / new, but that the user sees doma...
asked by 28.08.2017 / 17:54
3
answers

List files in a folder that contain a specific word in the name

I am developing a system in Joomla! and need to make specific files available to each user (holerite). I already managed through the session to know which user is logged in. In Joomla !, I added an extra field in the database to insert a user'...
asked by 07.11.2016 / 05:46
3
answers

Find joomla session variables for php

A client has a site made in joomla, and I have to integrate the login that it does on your site to my site in php. But I do not know how to get the joomla session variables. How can I get them? Or how can I see their names?     
asked by 28.08.2014 / 15:47
2
answers

Max size larger than 2MB in file upload DOCman

When I try to send a file through Joomla DOCman, it will not let me upload files larger than 2MB. However I have been to see all the configurations of the cpanel and has all a good limit. Here is a print of the settings that I put in the cpanel,...
asked by 14.10.2014 / 14:00
1
answer

Recover administrative access from super Joomla user that due to bad configuration in the ACL is no longer an administrator?

Joomla , since version 1.6, allows a complex user access level, and, unlike previous versions where it was possible to be only a user role (super administrator, manager, author ...) allow granular permissions. That is, by accident, it woul...
asked by 09.02.2014 / 20:18