DivaVocals:
I would suggest search through this thread for the error message.. Aside from that, it is my understanding that this module as written was meant to be used with the default WP theme. Another theme may introduce code which causes WOZ ro behave badly/oddly. (I have seen WP themes which even embed encrypted code which displays ads and odd links on your site.:no:)
Barring you finding an answer within this thread, you might also try posing your question on the WP forum as well. Otherwise my strong suggestion is to use the WP default template and modify it to match the theme you are trying to use.. WP themes are pretty simple to mod..:yes:
Also one last thing.. If I had to guess, it sounds like your WP files are in the same directory as your Zen files.. This might cause an issue if you are using a theme this mod was not intended to work with.. If I am right, try moving WP to it's own directory and update WOZ to reflect this change, and see if you still have the same issue..
Thanks for your answer and your time,
I find it unlikely that it is a issue with the theme. I have a bit of experience with WP themes and had just copied the default theme to a new folder to use as the base of a new theme. So the two folders actually contain exactly the same files. It is not as if I am using some whacky bought theme.
Also, the error occurs whether I am changing 'from' or 'to' the default theme which suggests it doesn't have too much to do with the theme.
No, the installation is in two separate directories both at the same level as each other - one below root.
I have searched this thread and haven't come up with much of use. Likewise the Zen Cart forum.
To me it looks like the error message is definitely Zen Cart generated as it refers to a Zen Cart file:
The line it refers to is line 46 of the credit_card.php file. Which goes:
define('IMAGE_CC_ENABLED_VISA', zen_image($template->get_template_dir('cc1.gif', DIR_WS_TEMPLATE, $current_page_base,'images/icons'). '/' . 'cc1.gif'));
The only reference in the forum to this goes along the lines of :
The choke occurs here:
Fatal error: Call to a member function on a non-object in /home/content/z/o/l/zolaweb/html/zencart/includes/languages/english/credit_cards.php on line 46
The issue is that the object $template doesn't exist
That being said, $template should have been created, it gets called earlier in the code without puking, so I'm digging through to see where it gets unset/lost whatever.
I will report back later today with more details and hopefully a fix.
But really other than talking about it being a session issue does not provide any answers.
Does anybody have any ideas?
Nick