VirtueMart Forum

VirtueMart 2 + 3 + 4 => Administration & Configuration => Topic started by: Cpointcc on October 21, 2022, 18:00:39 PM

Title: Error /administrator/templates/vmadmin/index.php File Doesn't Exist
Post by: Cpointcc on October 21, 2022, 18:00:39 PM
Upon my update to VM 4.0.6 I am now getting this error in my log file.

Please advise.
Title: Re: Error /administrator/templates/vmadmin/index.php File Doesn't Exist
Post by: GJC Web Design on October 21, 2022, 18:14:34 PM
have u installed it?

https://dev.virtuemart.net/attachments/download/1328/vmadmin.zip
Title: Re: Error /administrator/templates/vmadmin/index.php File Doesn't Exist
Post by: Cpointcc on October 21, 2022, 18:25:00 PM
I did just install and enable from the download.  I see the new UI.  I still get this error:  Error   /home/unpmykfb/public_html/administrator/templates/vmadmin/index.php The file doesn't exists   10/21/2022 11:23:46

What is supposed to be in this file?
Title: Re: Error /administrator/templates/vmadmin/index.php File Doesn't Exist
Post by: GJC Web Design on October 21, 2022, 22:11:24 PM
if u check the administrator\templates\vmadmin\templateDetails.xml there isn't meant to be an index.php

   <files>
      <folder>html</folder>
   </files>

do a trace and find where the call for an index.php is coming from....

or just add a blank index.php
Title: Re: Error /administrator/templates/vmadmin/index.php File Doesn't Exist
Post by: Cpointcc on October 21, 2022, 22:41:46 PM
Yes, I added the index.php and that stopped the error.  Thanks!
Title: Re: Error /administrator/templates/vmadmin/index.php File Doesn't Exist
Post by: GJC Web Design on October 22, 2022, 14:52:48 PM
would be interesting though to know what function/file is requesting the index.php
Title: Re: Error /administrator/templates/vmadmin/index.php File Doesn't Exist
Post by: Cpointcc on October 24, 2022, 17:36:00 PM
I agree!