I am trying to test the nightly build, but receive the following errors which prevents VM from running:
********************************************************************************
( ! ) Warning: require_once(C:\xampp\htdocs\VM15\components\com_virtuemart\controllers\virtuemart.php) [function.require-once]: failed to open stream: No such file or directory in C:\xampp\htdocs\VM15\components\com_virtuemart\virtuemart.php on line 32
Call Stack
# Time Memory Function Location
1 0.0018 80968 {main}( ) ..\index.php:0
2 0.4170 4152592 JSite->dispatch( ) ..\index.php:68
3 0.4383 4385248 JComponentHelper->renderComponent( ) ..\application.php:124
4 3.2875 5094672 require_once( 'C:\xampp\htdocs\VM15\components\com_virtuemart\virtuemart.php' ) ..\helper.php:162
( ! ) Fatal error: require_once() [function.require]: Failed opening required 'C:\xampp\htdocs\VM15\components\com_virtuemart\controllers\virtuemart.php' (include_path='.;C:\xampp\php\pear\') in C:\xampp\htdocs\VM15\components\com_virtuemart\virtuemart.php on line 32
Call Stack
# Time Memory Function Location
1 0.0018 80968 {main}( ) ..\index.php:0
2 0.4170 4152592 JSite->dispatch( ) ..\index.php:68
3 0.4383 4385248 JComponentHelper->renderComponent( ) ..\application.php:124
4 3.2875 5094672 require_once( 'C:\xampp\htdocs\VM15\components\com_virtuemart\virtuemart.php' ) ..\helper.php:162
********************************************************************************
Checking the installed files shows virtuemart.php in not in ..//controllers/
Is the file missing from the build or am I doing something wrong?
That's today's dev build of VM1.5 - some days it works, some days it doesn't.... I decided to wait until all the holidays are over before looking at 1.5 again.