Don't show any content and article after migration in joomla 2.5 - joomla2.5

Sir,
I upgrade my current joomla 1.5.14 site to 1.5.26 latest version. It has done successfully. After that i migrate this site in joomla 2.5 with redmigrator. Migrate has been done but now no content and article show in my mirated joomla 2.5 site. I migrate site in localhost.
Please anyone help me.

Your component can migrate data from Joomla 1.5 to Joomla 2.5, not your template. So just look around the template files - check first in your backend whether you've got all data or not. If yes, then go for the template.

Related

Trying to upgrade recaptch from v1 to v2 on Joomla 2.5 site

I've inherited maintenance for a club site which uses reCaptcha v1 on a Joomal 2.5 (I'm also trying to upgrade to Joomla 3.x, but that is a separate issue). I'm very mucha a Joomla newbie, so be gentle.
I got an email stating
You are receiving this email because you are registered as a website administrator using reCAPTCHA, and your website is still using reCAPTCHA v1, which will be turned off on March 31, 2018.
I clicked the Developer guide in the link, and applied and received new keys. I have installed them into a subdomain test site. Before I overwrote the old keys, the captcha was working correctly. Now it is not, displaying only *captcha.
The google instructions also tell me to perform the following:
Paste this snippet before the closing tag on your HTML template:
<script src='https://www.google.com/recaptcha/api.js'></script>
Paste this snippet at the end of the where you want the reCAPTCHA widget to appear:
<div class="g-recaptcha" data-sitekey="6LdFhzUUAAAAAPmsD-junpPMr7AUh_TbI-lmx4PX"></div>}
I do not have a file called template.html and I am uncertain what "form" it is that I should paste the 2nd snippet.
Kindly help!
If you still haven't found a solution, I suggest that you try a fix/patch I prepared for a couple clients of mine that had the same issue. Basically, I have modified the code of the standard captcha/recaptcha plugin so it can support reCAPTCHA v2 keys (by default Joomla 2.5 supports only v1). I have also written down detailed instructions on how to call this plugin from 3rd party extensions, which may be necessary if you have at least one component that's calling the default captcha plugin. Here is the URL:
http://www.tabulizer.com/index.php/support-menu/tabulizer-tips/161-how-to-enable-recaptcha-v2-in-joomla-2-5
Disclaimer: I'm the author of this fix and I wrote it because I could not find a working solution elsewhere.
I have 2 suggestions of where to start.
Recent versions of Joomla have built-in support for reCaptcha. You enable it from System > Global Configuration > Site Settings > Default Captcha.
Settings and your keys are then configured in Extensions > Plugins > Captcha - ReCaptcha, and remember to enable the plugin when you are finished.
It's also possible that the reCaptcha on your site might be coming from a form extension. If the above doesn't solve your problem, what form extension are you using?

Add attribute to list/grid category page in magento 1.9

I want to add a selector for attribute in magento 1.9, in the list/grid page. I tried some online guide, but don't work with new magento 1.9, can anyone help me ? thanks
After any changes with products and attributes you first need do reindex. And then check the same code as 1.8. New 1.9 Magento has a problem with reindex after any changes.

Cmsplugin-Nivoslider plugin for Django-CMS

I am new to Django-CMS, I have successfully installed Django-CMS on my Ubuntu 12.04 (64-bit OS). I want to add Nivo Slider on my web page using Cmsplugin-Nivoslider. After following steps mention in https://bitbucket.org/bercab/cmsplugin-nivoslider/overview, I am able to install cmsplugin-nivoslider on my Django-CMS. After syncdb, migrate and collectstatic commands, I am able to see nivo folder with js, theme and css files in my static folder, but I am not able to see anything on my Admin Panel related to Nivo Slider. Please tell me, do I need to do any further steps to use nivo-slider, How can I put that slider on my page ? Please guide me..
Thanks in Advance.
From the Admin interface, Add or edit a Page, you should have available a plugin for slider if the chosen template has a block &/or placeholder tag. Configure gallery from there.

Joomla 2.5 admin page 404

Web site functioned normally , I tried to login to admin page and suddenly when I access admin page it display:
404 - An error has occurred.
Component not found
No new extension/module/component and theme has been installed.
No changes on PHP or mysql on the server side. ( I did check with hosting providers).
It's like it works today and tomorrow when you want to login , you'll see the above mentioned error.
Renaming .htaccess did not solve the issue.
Restoring DB backup did not solve the issue.
I checked the Joomla logs ( in log folder) there isn't any related report.
Joomla version info:
$RELEASE = '2.5';
$DEV_LEVEL = '16';
Please help!
I managed to sloved this long time ago but I forgot to update!
It is solved by running repair and optimize operations on the database via phpmyadmin.

Joomla 2.5 admin page will not show

I am upgrading from Joomla 1.5 to 2.5 and developed my site in a sub folder on the live site. Everything was working fine in the test area. (dev site is here: http://academyphysicians.com/test) Used Akeba backup and moved the site to the root folder. Front end is working as expected, but the admin page is blank after log in. New install of 2.5 is here: http://academyphysicians.com.
I was googling the issue and saw that php version may be the problem. I am running v 5.2.14 and I saw that 5.3 may be required. It seem like I would have had the problem in the test site if that was the case. Anyone have any ideas?
If the site worked in a subfolder, then it will work in the root. When you moved the site you did something wrong or you have touched a setting you shouldn't have because Joomla should be folder agnostic.