During Magento Installation which files get changed - php

During a Magento (CE) installation, which files are changed by the installer.
Is it just local.xml?
Basically, i would like to know as I would like to have a fresh codebase to use with an existing database

Just recently I checked out an unzip of magento 1.7 to local machine from svn and then installed magento (on local).. when I try to commit, it seems that none of the files got changed, there are only a few files in var folder added, such as log, cache etc .. and of course, local.xml

Related

How to purge local i18n wordpress cache?

I'm using valet+ and Wordpress 5.9 on a local environment.
I have a simple task of updating some new terms of my payment module.
They are located under wp-content/plugins/my-plugin/languages/my-plugin.* where * represents .pot and -pt_BR.mo and -pt_BR.po files.
Some old terms are still working in the admin, even if I remove everything in this folder and refresh the page. The new terms are not being translated at all.
I already tried to restart valet (php, nginx, etc), and also used wp-cli cache flush command.
Am I missing something here? Or is there any other place to look for translation cache that I am leaving behind?
It turned out that wordpress was loading another file located under wpcontent/languages/plugin/my-plugin.*.
Removing those files solved the problem. No cache cleaning or restart was needed on local environment.

opencart windows permissions

Hopefully a simple question.
Running WAMP for module development, what folder permissions should I set?
I've only ever run OpenCart on my Linux servers.
OpenCart version: 3.0.2.0
The issue I'm having when I update my module it isn't updating \system\storage\cache, so my front end never refreshes. It took my while to workout I have to delete my cache folder every time I upload a new version, as everything else was working fine.
\system\storage\modification is updating correctly. Database entries are updating correctly. It is just my cache folder won't update if the file is already there.
Or am I completely wrong and it's a WAMP config issue?I've always used WAMP for development and never had an issue modifying files from PHP with the default WAMP installation.

Trouble with magento 1.9.2.4

First of all sorry for my poor English.
I'm new in magento, but I decided to use it and bought the template.
I try it intalled on my local server and all was good (openserver, windows), after that i try it installed in local server on Mac OS X. All was OK.
Problems started when I uploaded magento with template on hosting (first of all I tried intall magento on VPS hosting (linux) and after I tried install it to default hosting on linux). All steps I did with this tutorial.
Some blocks of pages are disapeared and some css and js paths were wrong (default paths on default theme), but mostly theme is worked.
Magento's admin panel didn't change the language.
wrong design of search and wrong css and js paths
I modify the base URL database table. (table is core_config_data, I change 2 values - web/unsecure/base_url and web/secure/base_url).
I try delete /cache and /sessions in folder var/ and
I try reindex all data.
And I change permission to all folders 755 And files to 644.
I did all tips which I found in the net.
Can somebody give me advice with these problems?

Error in Installing Magento 2.0

I am new to Magento. I have installed Magento on localhost and I am using XAMPP (Windows) server. The installation was successful.
And when I opened the home page, it was so blank with no images on it
Store home page:
When I opened the console I got the following errors
Console errors:
How do I fix this?
It is a common problem on windows servers (mostly local xampp servers) because these servers dont have symlinks.
Do this to fix it:
go to app/etc/di.xml and delete name="view_preprocessed" in virtualType name="developerMaterialization" section.
go to pub/static and delete all files except the .htaccess
after that I installed it again and it worked
Install composer. You can use Composer to install Magento 2. It is a tool for dependent management in PHP which allows you to declare the dependent libraries your project needs and install them for you. Composer enables you to manage Magento 2, extensions, and their dependencies
Check permissions of the /pub/media and pub/static folders
system permissions for Magento 2

deploy phpBB on openshift

I'm in a trouble trying to install phpBB on openshift.
I have created a php5.3 cartridge with PostgreSQL: I unpack phpbb on a folder of my app, I push the change, then I run the installation form the browser.
The forum installation is successful.
In the end I need to delete the "install" folder in order to enable the forum.
I tried it on my standalone wampp server and it works.
So I delete it in my repo, and I commit and push the change.
When the app restarts it automatically tries to go back to the installation: everything is broken.
It seems the push breaks the configuration on the server side.
I also have tried to change the name of the directory using ssh connection, and move the install directory name: this is uneffective.
What's the problem here?
The problem is that if you deploy the phpBB package as downloaded from official website app the files will go on app-deployments with are not persistent on git changes and can not be pull to local. You can try using the OpenShift quickdeply version of phpBB (https://github.com/openshift-quickstart/phpbb-example) that deploys the files to app-root/data (I think :S) and this reamins untouched on git changes.
The "install" folder is at app-root/runtime/repo/php

Categories