VirtueMart Forum

VirtueMart Dev/Coding Central: VM1 (old version) => Quality & Testing VirtueMart 1.1.x => Virtuemart 1.1 Development (Archiv) => Q&T Resolved => Topic started by: oldrock on January 28, 2008, 18:49:47 PM

Title: Fatal error with Jan27 nightly build
Post by: oldrock on January 28, 2008, 18:49:47 PM
After many previous unsuccessful attempts, I just downloaded and successfully installed the January 27 nightly build on my 1.5 site.  The component and all the modules installed without any problems.  However, I couldn't get msproductsnap or virtumart_searchbot to install.

When I tried to access my site front-end after the installation, I got this error message:

Fatal error: require_once() [function.require]: Failed opening required '/(mysite)/components/com_virtuemart/virtuemart_parser.php' (include_path='.:/usr/local/lib/php') in /(mysite)/modules/mod_virtuemart/mod_virtuemart.php on line 25

Any suggestions?

Thanks.
Title: Re: Fatal error with Jan27 nightly build
Post by: jenkinhill on January 28, 2008, 19:11:46 PM
Please report bugs/issues with VirtueMart 1.1 betas in the quality and testing forum

http://forum.virtuemart.net/index.php?board=61.0

Also please always provide the Joomla/VirtueMart versions, PHP and database info, such as

Database Version: 4.1.22
PHP Version:       5.2.4
Web Server: Apache
VirtueMart 1.1: Ver. 1194
Joomla! Version: Joomla! 1.5 Final
Title: Re: Fatal error with Jan27 nightly build
Post by: oldrock on January 28, 2008, 21:20:55 PM
I've solved the fatal error.

Apparently the Joomla 1.5 extension installer did not unpack the admin_files.tar.gz and frontend_files.tar.gz files.  It simply copied the two tar.gz files to their respective directories.  Once I extracted and copied the individual files it worked.

I'm running:
- Joomla 1.5 Stable
- msql Ver 12.22 Distrib 4.0.16
- PHP 4.4.1
- FreeBSD 4.11 stable

Hope that helps.
Title: Re: Fatal error with Jan27 nightly build
Post by: oldrock on January 28, 2008, 22:00:23 PM
By the way, I still couldn't get mosproductsnap or virtuemart.searchbot to install.  I tried ftping the two php files to their respective directories, but they don't show up in Joomla. 

Are these important, and if so, are there any suggestions for getting them installed?

Thanks.
Title: Re: Fatal error with Jan27 nightly build
Post by: aravot on January 29, 2008, 23:47:34 PM
mosproductsnap and virtuemart.searchbot required legacy plugin to be enabled (will change for stable release).

However there is a native Joomla 1.5 search plugin but is not bundled with the installation package it is a separate download see topic http://forum.virtuemart.net/index.php?topic=31381.0 it is titled 'Search plugin for Joomla 1.5'
Title: Re: Fatal error with Jan27 nightly build
Post by: oldrock on January 31, 2008, 03:14:41 AM
Thanks, I'll check that out.

FYI, I do have legacy enabled.
Title: Re: Fatal error with Jan27 nightly build
Post by: nanqi on February 29, 2008, 00:22:02 AM
Hi,

I ran into the same error when installing SearchBot.
Failed opening required '' (include_path='.:/usr/local/php5/lib/php') in /home/content/n/a/n/nanqiyou/html/administrator/components/com_cpanel/admin.cpanel.php on line 17

I enabled legacy from system plugin.  I am using the latest Virtuemart 1.0.14 or something like that in php 5.
What are searchbot for anyway?  I did install search module from within virtuemart.  Also, is Mambot ProductSnapshot necessary to display thumbnail images of product in shopping cart?  What is it for?

Thanks.
Title: Re: Fatal error with Jan27 nightly build
Post by: nanqi on February 29, 2008, 00:31:12 AM
Actually, I ran into this error message:
Fatal error: require_once() [function.require]: Failed opening required '' (include_path='.:/usr/local/php5/lib/php') in /home/content/n/a/n/nanqiyou/html/administrator/components/com_cpanel/admin.cpanel.php on line 17

when I was trying to enable legacy from system plugin.
Title: Re: Fatal error with Jan27 nightly build
Post by: aravot on February 29, 2008, 00:43:03 AM
The topic is about VirtueMart 1.1 not VirtueMart 1.0.14
Title: Re: Fatal error with Jan27 nightly build
Post by: nanqi on February 29, 2008, 01:26:00 AM
I got it to work.  It is weird that if I try to enable a plugin by clicking the top right menu button, it works, it fails when I tried to "Enable" it from by choosing the "Enable" radio button right underneath the plugin.  Thanks aravot for addressing the message.