bench1254:
I was wondering if anyone wouldn't mind taking a look at a site for me. I am trying to keep it to only a few eyes until the launch.
I really like the tabbed products pro module but am running into some issues with the install.. Now granted, This is a joomla site with zencart integration using the Cartage plugin.
The JS in the autoloaders appears to be the base of the problem -- once loaded the screen goes blank.
Let me know anyone and I will email you all the information.
Glenn
Glenn,
DISCLAIMER:
I by no means am an authority on Tabbed Product Pro
I am testing
Apache 2.x
ZC_1.3.9H
PHP 5.3.5
MySQL 5.5.9
and TPP 1.07
As you are aware TPP 1.07 incorporates Wordpress and Minify
I have Two test beds
- PC/XAMPP - files in http doc root
- Linux -- files NOT in http doc root
Perhaps, this is an artifact of the configuration of my Linux test bed (non-standard path)
as it works fine on my PC with XAMPP as the files are in http doc root
I have setup my testbed site as
Apache named based Virtual host configuration with the virtual host doc root a different file path than
the apache doc root (the ZC configs and apache conf point to another directory other than apache doc root)
First, check your web site error log .
What I observed in my test is that the error_log shows
that my page is trying to load .css/.js files http doc root /var/www/.....
Not my virtual host doc root /home/user/... where the files reside
The Wordpress addon appears to use var ABS_PATH
which on my Linux box resolves to /var/www/..........
(apache doc root)
Hence, nothing loads
I was not successful in just leaving out wordpress files
/functions/extra_functions/ class.rlwp.php
/functions/extra_functions jscpipt.php
I was not sucessfull in editing class.rlwp.php path
define ('ABSPATH','/var/www/zc138/wordpress/');
So, I rolled back to TPP 1.05 as mentions previously in this thread and all is good
(As 1.05 does not include WP or Minify)