Joomla

How can you fix server error 500, received when upgrading from Joomla 3.1.5?

自古美人都是妖i 提交于 2019-12-14 03:31:10
问题 While attempting to upgrade joomla using the button, I receive the server error 500. I have read this joomla forum post which related to my problem, but the update_site table in my server doesn't have any blank entries. 回答1: probably your hosting server is weak. So it can not handle this kind of process. I suggest: 1) Make a full back-up and restore on localhost, then upgrade to 3.3.4. Make a full back-up and override your old joomla also database. 2) Change hosting company. By the way, after

Article open in modal window after a user click on facebook share link and come back to your site

╄→гoц情女王★ 提交于 2019-12-14 03:28:45
问题 I think I need your help here... On my site, I've done all the articles open in modal window by clicking on the link "read more" that exists in every article. Also, each article has a button that shares this article on facebook. But, when the user who will see my article on facebook, click this link to read the article, it come back to my page, but the article (logical) not open in modal window!!! Is there any way, in the "return" of the user on my site, after having pressed the link of

Joomla custom Component Update Server script Issue

二次信任 提交于 2019-12-14 03:27:59
问题 I am developing custom component Joomla 2.5 version. Now I am trying to create update script / server, but it does not work. 回答1: Check out Joomla docs on this topic: J2.5:Developing a MVC Component/Adding an update server, Deploying an Update Server Akeeba Release System for advanced package management It's really hard to find out what's wrong from your description of problem. 来源: https://stackoverflow.com/questions/16540057/joomla-custom-component-update-server-script-issue

in joomla 3 how to include auto complete search

时光怂恿深爱的人放手 提交于 2019-12-14 03:16:03
问题 I am creating custom component,in that In that am creating product category list box by using custom fieldtype (mycomponent/models/fields/productcategory.php). It also showing the product cagetory in right manner. i need to create select listbox with auto complete search like position field in module manager.. Any one know the solution.. 回答1: I have solved my problem using select.js. The jQuery coding is: jQuery(document).ready(function($) { jQuery(".productcat").change(function(){ fk

How to add a new page to Joomla Admin panel

半腔热情 提交于 2019-12-14 03:13:49
问题 I'm new to Joomla. I need to add a new custom PHP page inside Joomla admin panel (not on the main site) to display some data from my own tables. My Joomla version is 3.4.1 Stable. Please help me. Thank you. 回答1: You might be able to inject a single page to display the data - but I think more than likely your best bet (to do it properly without hacking stuff) might be to develop a small component to handle it best. By creating the admin component you can create the page you want and display

Updating upload_max_filesize in joomla

孤街醉人 提交于 2019-12-14 03:01:22
问题 I am using frame work Joomla1.5. I am not able to submit form with multiple uploaded files having each file size more than 3mb. i tried to set post_max_size , upload_max_size parameters in layout default.php(views/tmpl/default.php) as ini_set('upload_max_filesize', '5M'); ini_set('post_max_size', '15M'); but that parameters still showing default sizes only. can you please tell me where/how to set value in joomla Thanks in advance 回答1: You can set the maximum upload size in joomla from admin

Joomla administrator redirects to public site

此生再无相见时 提交于 2019-12-14 01:10:17
问题 I have a Joomla site running on a windows machine. The site was at 1.6 when some update requests came in. I decided to update the site, but the automated process didn't work, so I started FTPing the files up there manually. I followed the instructions for the manual upgrade at http://docs.joomla.org/Upgrading_1.6.5_to_1.7 once I got the site to 1.6.5, but my problems had already started before that. Now when I go to mysite.com/administrator most images are not there and when I try to log in I

Unable to install joomla in localhost

十年热恋 提交于 2019-12-14 01:01:17
问题 today i was trying to install joomla on localhost but with web installer after filling configuration info when i click next nothing happens but just an processing image is displayed as shown in image I tried with different browsers but same problem is everywhere,I have left it for 15-20 minutes ,restarted server/laptop yet same problem.I knew there is no problem with installation source as I have already installed it before. Well I am using EasyPHP-DevServer-13.1VC11 Please help!! I have

Code Conversion Joomla 1.5 to Joomla 1.7/2.5 [closed]

雨燕双飞 提交于 2019-12-14 00:09:47
问题 It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center. Closed 7 years ago . am trying to convert this plugin to Joomla 1.7, as I don have extensive understanding of PHP I am not getting anywhere. Any kind of help is appreciated. URL of the plugin: http://extensions.joomla.org/extensions

Fatal error: Class 'JFactory' not found [closed]

早过忘川 提交于 2019-12-13 23:51:52
问题 Closed . This question needs to be more focused. It is not currently accepting answers. Want to improve this question? Update the question so it focuses on one problem only by editing this post. Closed 3 years ago . I am recently start work in Joomla and I have an error please help me Fatal error: Class 'JFactory' not found in joomla/helpers/system.php on line 48 the line show in 48 row is $this->application = JFactory::getApplication(); 回答1: Firstly, ensure you have the latest version of the