der-On / Contao-MetaModels-OpenImmo

This is a module for the cms contao (www.contao.org) wich allows import of OpenImmo-Data (www.openimmo.de) into the cms with the use of the MetaModels-module.
9 stars 5 forks source link

DCA items wont run under Contao 3.4 with IIS - failed to open stream - tl_metamodels_openimmo.php on line 13 #4

Closed mkraus666 closed 8 years ago

mkraus666 commented 9 years ago

This error occurs


Warning: require_once(C:\inetpub\wwwroot\xn01049\www\system\cache\dca/../MetaModelsOpenImmo.php): failed to open stream: No such file or directory in C:\inetpub\wwwroot\xn01049\www\system\cache\dca\tl_metamodels_openimmo.php on line 13


in this two files

just change

and everythings runs fine. Change these things in the module and also the cache (or rebuild the cache).

der-On commented 9 years ago

Can you make a PR please.

der-On commented 8 years ago

The entire plugin is now using autoloading and thus this is deprecated.