Dont know were the right place is for my problem.

My drupal installation worked well with composer manager. I installed it manually by downloading files and extracting them on the server.

After composer manager was abandoned I replaced composer.json to the newest one but most sites then didn't work (i have installed drupal manually by downloading and extracting the files by myself). (and there is also the packagist site which was abandoned)

If i require all modules via composer they will be installed into a subfolder contrib, but the site still seems to use the modules in modules folder (if i remove them the sites doesn't work and it seems that they don't look for modules in the contrib subfolder ...)

If I install drupal new via composer and move the site folders to the the new installation - which itself works correct if i set up a new website - the old sites still dont work ...

I get only blank page, also for the site itself as for the admin pages

What can I do?

How can I "migrate" the old sites to the new drupal installation (my first choice, because on the old installation there may be some other strange circumstances) or how can i "upgrade" the old one?

Comments

MartinMa created an issue. See original summary.

cilefen’s picture

Priority: Critical » Normal
Issue tags: +Composer

Read about how to manage site dependencies with Composer.

If you are getting white screens, you must check the logs and see what the error is or there is nothing to go on.

MartinMa’s picture

Thank you for your answer.

For some - luckily the sites with more content - the problem was missing modules, but 2 newer, small sites with only very few pages i couldn't find the source of the problem, so i built them completely new ... (and so it would be tooooo much work to reproduce it)

cilefen’s picture

Status: Needs work » Closed (cannot reproduce)

Thank you for the update.