i found it
Printable View
i found it
Can anyone help me.. my home page isn't working correcttly and I don't know how to fix it..
link is in signature.. thank you
noppie
ok now I am getting this in my debug file
'07-Jun-2014 16:23:30 UTC] PHP Warning: strrpos() expects parameter 1 to be string, array given in /home/herasonl/public_html/shop/includes/functions/functions_categories.php on line 484'
and I attached a picture of the function_categories.php and the line numbers..
and thank you in advance
noppie
Unfortunately, the debug log has identified only the victim (in this case, the function zen_get_categories_products_list has been passed an array as its first parameter instead of a category-id string) instead of the culprit (the code that made the improper call). You can use your admin's Tools->Developers Tool Kit to search for zen_get_categories_products_list in all catalog PHP files. There probably aren't a lot of calls to that function, so that will narrow the list of culprits down.
In an out-of-the-box ZC1.5.1 install, there are 4 files that use that call:
/includes/modules/featured_products.php
/includes/modules/new_products.php
/includes/modules/specials_index.php
/includes/modules/upcoming_products.php
You should run the same search to see if you have any template-override files that also make the function call.
anymore updates coming ?:blink:
my site now looks broken on the home page even on ie11, all of a sudden. no much done since last time that it was working.. if it carries on I will have to leave this template, can't afford it to be broken. shame, spent days customizing it
I have this installed and what ever i write doe not show up on the front page.. I tried adding content to to the defind main page under the tools/define page editor
and I went into the languages/html_includes and added content to both folders.. directly under the html_includes and under the tableau folder under the html_includes
and nothing show up on the front page.--
any sugestions.
thankyou
At the bottom of the template is the 3 columns blog, twitter feed, etc. its a really nice template and the work put into it is much appreciated but that part is difficult and convoluted at best to edit or update. I'd like to have that section be editable using the old style of define page define_main_page.php be recoding the tempalte to do that. Anyone have any ideas on how to do that? Thought if I just put in the orginal code: <div id="indexDefaultMainContent"><?php require($define_page); ?></div><?php } ?>page); ?></div> it would work but no.