running a previous prepared site in joomla in wamp server - joomla

I have a site that is designed with joomla . I have run it under wamp . then I have uninstalled wamp server . again I have installed wamp server and installed joomla in it . when I copy and paste my whole site into www folder it dosent work . what I should doing now .
this is that Error .
Error displaying the error page: Application Instantiation Error: La table 'joomla.jdmz0_session' n'existe pas SQL=DELETE FROM jdmz0_session WHERE time < '1416584979'

You have to populate database also. You are missing jdm0_session table in joomla database.

When you uninstall Wampserver, it also uninstalled the databases and tables that belong to them. Joomla as you already know requires a database as all information is stored there, so as well as putting the files/folder back where they were, you also need to set up the database and import your backup of it.

Related

How to run magento files on local server?

I have done one work which is stored in the webserver. I downloaded all the files and the database and uploaded onto the local server.When I am typing the local server url ,its going to the web server url.Also when i am logging onto the admin panel in magento in local server, its going to the admin panel in the webserver.How can it be corrected ? Actually I am new to Magento.
You should have to update base url in your database. Open your phpmyadmin, go to core_config_data and update your new url. Use below mysql query,
UPDATE core_config_data SET value="http://localhost/your-magento-location" WHERE path='web/unsecure/host';
Don't forget to clear cache.
Note: Please consider that, before ask question here, you should have search in google. If you are not able to find answer, then you can ask
here.

Magento front end links not working

I am trying to create a test environment for a Magento site. I downloaded all the files and the database and restored to XAMPP. I changed the two base urls in the core_config_data table to http://magento.local/magento/ and modified the Magento config file to connect to the local database. I also added magento.local in the hosts file. I'm using magento.local as I read Magento must have a . in the domain name. The site almost works except on the front end when on http://magento.local/magento/ and try and go to a different page it tries to access http://magento.local/pagename/ and gives a 404 error, i can access through http://magento.local/magento/index.php/pagename. I have also disabled Web Server Rewrites in the backend as I read that is supposed to fix this problem. Any suggestions much appreciated.
Thanks
Alex

Joomla backend not shown correctly

I'm using Joomla 2.5 and the backend is not shown correctly. It seems that the template is not loaded correctly.
This is my page:
http://www.fussball.tsg-kastel.de/administrator/
The page as such is shown correctly but as you see, the backend isn't...
Try doing this:
Rename the admin templates folder on the host server (for a backup)
FTP transfer of an admin template folder from another Joomla site and then copy it from the FTP location using a file manager into the admin templates folder.
You could have a corrupt file or just missing some files from installation. This has happened to people before and by doing these two steps it seemed to solve their issue.
Hope this works out for you.
You probably have a fatal error. Go to configuration.php and change error reporting to development. This will render the error to the browser (alternatively check your apache error log). I predict you probably have a plugin problem -- perhaps your host updated PHP version for example. Whatever it is, deal with that problem.

how to migrate magento dashboard settings?

I have already installed magento in my localhost ,and its working fine.I have copied all the code from live to my localhost .But only thing is missing the magento dashboard settings which I had made on the live magento dashboard like the CMS pages ,some product attritbutes etc .How do i migrate these settings ?
I have copied the earlier database of live site ,and I don't want to replace localhost database with live site database.but you can tell some specific tables .
<?php
?>
As in live site you have made change in CMS pages, Product Attributes etc. So It will be good to import whole database instead of particular tables as importing particular table may create problem.

Problems in migrating magento to a new server

I have moved magento to a new server, updated all the database requirments, cleared the cache. but still it is picking up the old database name , userid and password. Thus i cannot connect to my store any help will be appreciated.
Thanks
Remove
app/etc/local.xml
var/cache/*
var/session/*
Then visit the store URL - you should see the installer (and subsequently complete it).
If you don't see the installer, are you sure you don't have any other applications integrated into your store, eg. Wordpress (which would show "Error establishing database connection" in a big H1)
If your old database is still used, the only possibility is that you did not change the database properties in the file app/etc/local.xml.
change var and cache folder permission to 777

Resources