Hi,
I am facing issue in porting our live code base to local host for development purpose and to test locally before uploading the changes on live server.
Magento version : 1.9.2.2 CE
Challenges i am facing are
1. live db is quite big having some 50k plus products so it is not feasible to dump the data on each developers pc, so we have hosted the db server on public ip machine for every developer to connect to that db by doing changes in app/etc/local.xml
Just to add i have deleted content in var/cache and var/session folder too
Hi James,
Thanks for your reply, i will try to figure out any hard coded link if any.
I have one more doubt regarding working on magento , we have a team of 5 developers now once the live code base has been copied on local system we are maintaining the list of files that are changed locally and then only those files are replaced in the live code base.
But suppose if we add some attribute via admin panel how will i come to know which file has been modified since there is very less documentation about what magento does in the backend.
Regards
Kiran
Hi James,
Thanks a lot for the guidance, actually i am quiet new to magento ie some of my doubts may be very basic one.
Regards
Kiran Bhushan
Connect to a central database server instead of hosting the database locally on each developer's machine. Modify the app/etc/local.xml file with the correct remote database server details for each developer's setup.
If you're redirected to the live site after porting, clear the cache, verify the core_config_data table values for web/unsecure/base_url and web/secure/base_url, and ensure the .htaccess file is properly configured.
If you can't access the admin panel, check the admin panel URL, file permissions, and consider clearing the admin session.