I have simply downloaded my joomla+virtuemart files from the server and the mysql file and set up a db, inserted the imported rows and updated the config.php file in joomla.
However, even after updating the configuration.php when I open my joomla installation my site (on the actual webhost opens up) as in example.com
I wanted it to work on localhost/joomla (where the downloaded files and modified configuaration resides).
I also have DELETED the .htaccess files to remove any redirections.
I also updated the virtue mart administratior/components/com_virtumart/virtuemark.cfg.php file's URL and secure url variables.
No matter what I do, it still opens up the example.com site instead of the localhost/joomla app directory
Any help is much appreciated.
Running on joomla 1.5.1
I thought it might be DB related so I exported the data to a php file through phpmyadmin and ran a check on example.com even on the sql file. But it didn't show up any either
Cheers
Dileep
Dileep,
There is an addon for migrating Joomla (and it's extensions) that we've had great success with in the past. I've moved sites dozens of times and to date, have had no big problems
It's called Akeeba Backup. There are free and paid versions and (last I checked) there are legacy versions still there for 1.5.x.
Combined with a package called Kickstart, you can backup and restore the entire site from one server to another with just a few clicks.
The website is akeebabackup dot com.
Migrating by hand, I've had mixed results. Use this software and you'll avoid those headaches.
Related
Everytime when i click on the extensions (com_installer) in Joomla i get a 404 error.
i updated the page from 1.5 to 3.x
i tried to override the whole joomla installation
now it is joomla 3.2.4 (newest)
when i change the administrator folder the frontend is not working any more
i have a linux root server
nothing helpful in logfiles
/administrator/index.php?option=com_installer&view=manage is working, only install is not working
newest php version
no .htaccess in administrator folder
I think there are old files that were not deleted. Can i find the old files? Can i find the "call path" of these php files when i get the 404? access_log doesn't help either.
Download a copy of Joomla 3.3.1, upload the administrator/components/com_installer folder to the corresponding location on your website, and see if that solves the problem. If it doesn't, then you have a completely botched migration, and you will need to fix it.
You can not update from Joomla 1.5 to either 1.6, 1.7, 2.5 or 3.x. It requires a migration because the whole setup has changed.
If you have a backup of the old 1.5 site, I recommend that you make a subdomane and a new database, and reinstall it there. If ie. images are not included in the backup, you can copy them via the FTP. When it's all restored and updated to 1.5.26, you can migrate the old side - see more here
http://docs.joomla.org/How_do_I_upgrade_from_Joomla!_1.5_to_3.x%3F
before you get started. Remember to always start with a fresh database and server folder
If you do not have a backup, you have to build a new page. Download pictures and files from the old page that you need and delete the rest and all database tables, so you also can here a fresh start
I am no expert in Joomla... :)
On my local station using XAMMP, my Joomla 1.5.22 site is running fine but when I upload it to our server online, my problem began, when I visit the frontpage it pulled out nothing but I can still access its backend. I tried to search all over the net, I did some suggested fix but still failed :(
Look for error log in the root folder of your Joomla install, that will give you a hint on why this is happenning.
Also, instead of copying the files and database manually use Akeeba Backup extension for backing up complete site (all files and database) in a single archive. Then use Akeeba Kickstart script for restoring. Akeeba Kickstart will automatically change all configurations needed to run your site on the new server. The extension and the script are free and the process is very simple, look for Youtube videos that show the backup / restore process step by step.
Good luck.
I just get my site back, I just learned that a depreciated module caused the problem, because our server has been upgraded, so I just disabled all my modules on site then single by single I enable it again and find the module that caused the problem, which I did, I'm now replacing that depreciated module with new extension so that the site will be working back.
-- Update --
Now my site is back, I just found out that GD library is not installed on PHP, that's why it shows blank page in the first place, PHEW!
thanks
I did a cPanel move of a Joomla 1.5 website and a PHPBB3 forum from one server to another, and when the DNS changes kicked in all I see is a blank page. The administrator panel works without any problems whatsoever. cPanel works. Website and forum (which is separate from the website) are both blank.
I have then manually downloaded and then uploaded all files (didn't move the databases manually), and some files wouldn't upload because of 555 file permissions. I changed the permissions to 777 temporarily to overwrite the file with the manually uploaded one. So all files are now the same as they were on the old server.
Even when I turn the Site Debugging on, the screen is blank.
There is no hidden index.html or default.html file which could be causing the problem.
The entire account was moved with cPanel so it's the same on the old server and the new server. The hosting provider reports no problems. The DNS changes kicked in two days ago.
PHP is working, as this link works: http://oklade.net/findpath.php
In configuration.php, there is nothing specifically pointing to the old site.
var $dbtype = 'WeboMySql';
var $host = 'localhost';
All roads in these cases generally lead to configuration.php Check spelling and punctuation for mistakes. Also, enable one of the default Joomla Templates to be sure that whatever template you're using isn't also using old values.
Problem is solved.
The configuration.php file was to blame, as everyone suggested, but there was no possible way to change it manually and get it right, I had to make the system determine its own configuration.
I installed a fresh version of Joomla in a separate folder, and a fresh version of PHPBB3 in a separate folder.
Then I took the configuration.php and config.php files for those two things and put them in the existing folders of the website which didn't work.
Changed the minor details such as database prefixes (as I couldn't have entered the existing ones while installing), and that's it. Now it works.
So this might be a good workaround for anyone facing the same problem. Install a dummy version of Joomla and use the generated configuration.php file for the old, non-functioning website.
Before starting to debug the server, turn debug-mode on (in the admin CP)
First thing I would try is to delete the cache by running: rm –rf /var/www/html/<your website directory>/var/cache/*
The next thing I would try is to switch to another template - make sure that the template is not the issue.
Also, make sure to check the apache access log - just in case. also, you can check .htaccess for stuff like 301 redirect rules or any other problematic configuration (same applies for httpd.conf and configuration.php)
Good luck!
I'm a total newbie with Joomla.
I'm the new man in charge of a website and they want a full redesign.
I have already downloaded everything by ftp into my WampServer and exported the BD.
I changed the configuration.php to point my new BD.
I could access the web but I got lots of Deprecated Errors so I turned off the display_errors in the php.ini
Now I can finally see te content of the web but with no templates and no style.
Any idea what's happening?
(I'm not sure what version of Joomla it was working with.)
Well, the first thing I would do is wipe out what you have moved. Then go download and install Akeeba backup. Take a full site backup, then use that to install on localhost. Doing this will make your life a lot easier when it comes to moving the site easily. If the site has issues after moving it this way, then you can pretty much bet it's a server configuration issue and not a Joomla issue.
Next thing you need to do is determine what version of Joomla you have. The 1.5.x series should have the version in the admin in the top right. The 1.6/1.7/2.5 series will have it in the admin in the footer. You can probably check the source on the front end and it will tell you in the meta generator tag. Unless you are on 2.5.2, then you will want to start planning for a migration to the newest version. 1.5 reaches end of life next month and 1.6/1.7 are no longer supported.
Say i have a Magento installation which i've configured and developed on a WAMP server (perhaps also adding products, etc.), what is the correct way to migrate this to an online domain.
I had pretty good luck with this approach when I did it. The WAMP install was on my own box so I didn't use SSH on that side.
http://www.magentocommerce.com/wiki/groups/227/moving_magento_to_another_server
I did have a couple errors related to the new domain that their help desk were able to resolve by modifying a couple entries in my .htaccess file. But other than that it was pretty seemless.
I've also done a full backup/restore by simply copying the entire contents from one box to the other. Copying up the MySQL DB, and then I reran the install procedure by simply deleting the app/etc/local.xml file (which forces Magento to run re-install scripts).
The script asks you for the location of the DB, passwords, etc... all the data, products, order history etc, survives a reinstall.
Oh, and make sure to clear your cache/cache folders before you move everything. That saves a lot of head-aches later and reduces the size of files you have to copy.