Script Pulse
Trade Pulse => Trade Pulse Support => Topic started by: MGPdevil on February 11, 2009, 08:56:50 AM
-
Hi
I keep getting the error [an error occurred while processing this directive] on my gallery pages where I try to add a toplist, and on my main page I get no error but just a blank space where toplist should have been.
Have spent over 2 hours trying different paths with the include code <!--#include virtual="/trades/trade_tgps.html" -->
Never had a problem on my other sites but adding toplists to this WP blog is driving me nuts ???
The toplists looks fine when I load them directly in the browser.
One place I read to add "AddType application/x-httpd-php .html" to my .htaccess file but did not help eighter.
Can it be something with the server settings?
-
<!--#include virtual="/trades/trade_tgps.html" -->
The above is the SSI include... do you need <?PHP virtual('trades/trade_tgps.html') ?> instead?
-
<!--#include virtual="/trades/trade_tgps.html" -->
The above is the SSI include... do you need <?PHP virtual('trades/trade_tgps.html') ?> instead?
That helped for the main page :)
Using the code above like this <?PHP virtual('../../../trades/trade_tgps.html') ?> for galleries removes the error but toplist does not show.
Galleries are all .shtml files and with a path like: http://www.domain.com/galleries/paysite/description/index.shtml
-
try this:
<?php virtual('/trades/trade_tgps.html'); ?>
Thnx.
-
try this:
<?php virtual('/trades/trade_tgps.html'); ?>
Thnx.
That did not work eighter. Tried <?php virtual('../../../trades/trade_tgps.html'); ?> too but only made a blank space instead of error. No toplist.