- Posts: 7
COMMUNITY FORUM
[SOLVED] I get a blank page in itemlist category
- Vicent Cubells Peña
-
Topic Author
- Offline
- New Member
Less
More
14 years 3 months ago #93216
by Vicent Cubells Peña
[SOLVED] I get a blank page in itemlist category was created by Vicent Cubells Peña
Hi:
Joomla version: 1.5.22
k2 version: 2.4.1
webpage: germanpuchades.es
demo/demo
I've put the module k2 tools in order to show a list of categories. When user clic on menu he only get a blank page.
I've reinstalled all the component as it's said in another thread in forum when a man solved his problem doing it, and it's no solution for me.
I've deactivated the joomla sef and I get a blank page again.
Anybody can tell me what's the problem? Any idea?
thanks a lot!
Joomla version: 1.5.22
k2 version: 2.4.1
webpage: germanpuchades.es
demo/demo
I've put the module k2 tools in order to show a list of categories. When user clic on menu he only get a blank page.
I've reinstalled all the component as it's said in another thread in forum when a man solved his problem doing it, and it's no solution for me.
I've deactivated the joomla sef and I get a blank page again.
Anybody can tell me what's the problem? Any idea?
thanks a lot!
Please Log in or Create an account to join the conversation.
- Vicent Cubells Peña
-
Topic Author
- Offline
- New Member
Less
More
- Posts: 7
14 years 3 months ago #93217
by Vicent Cubells Peña
Replied by Vicent Cubells Peña on topic [SOLVED] I get a blank page in itemlist category
Update:
Not only the module k2 tools shows a blank page, if I create a category itemlist menu, when I browse through the menu I get a blank page too.
url: germanpuchades.es/productos
I think there is a problem here.
Not only the module k2 tools shows a blank page, if I create a category itemlist menu, when I browse through the menu I get a blank page too.
url: germanpuchades.es/productos
I think there is a problem here.
Please Log in or Create an account to join the conversation.
- Vicent Cubells Peña
-
Topic Author
- Offline
- New Member
Less
More
- Posts: 7
14 years 3 months ago #93218
by Vicent Cubells Peña
Replied by Vicent Cubells Peña on topic [SOLVED] I get a blank page in itemlist category
update:
I've debugged the code and the view stops in the line 73 of the file components/com_k2/views/itemlist/view.html.php.
If I put a "before" that line and an "after" that line,
echo "before";JPluginHelper::importPlugin('content');echo "after";
only it's printed the word before.
What's the problem with importPlugin in the k2 component?
I've debugged the code and the view stops in the line 73 of the file components/com_k2/views/itemlist/view.html.php.
If I put a "before" that line and an "after" that line,
echo "before";JPluginHelper::importPlugin('content');echo "after";
only it's printed the word before.
What's the problem with importPlugin in the k2 component?
Please Log in or Create an account to join the conversation.
- Vicent Cubells Peña
-
Topic Author
- Offline
- New Member
Less
More
- Posts: 7
14 years 3 months ago #93219
by Vicent Cubells Peña
Replied by Vicent Cubells Peña on topic [SOLVED] I get a blank page in itemlist category
Update: I've solved my problem.
After activating to show errors in php I discovered that code stops because of a virtuemart plugin.
Before installing the k2 component I had been testing the virtuemart component. Finally I uninstalled the component but I had two virtuemart plugins activated.
I've unistalled the plugins and all works fine now.
Thanks to all.
After activating to show errors in php I discovered that code stops because of a virtuemart plugin.
Before installing the k2 component I had been testing the virtuemart component. Finally I uninstalled the component but I had two virtuemart plugins activated.
I've unistalled the plugins and all works fine now.
Thanks to all.
Please Log in or Create an account to join the conversation.
- Adrian Cumpanasu
-
- Offline
- New Member
Less
More
- Posts: 17
14 years 1 month ago #93220
by Adrian Cumpanasu
Replied by Adrian Cumpanasu on topic [SOLVED] I get a blank page in itemlist category
My problem si that only parent categories show blank page.
After a lot of reading your forum and experimenting
i found that in the link of the parent categories appears an intem id of 3 letters at the end,
while in subcategories there is itemid=1 on all subcategories.
Example:
working link of subcategory: www.frumusetepemuchiedecutit.ro/index.php?option=com_k2&...
not working link of parent category: www.frumusetepemuchiedecutit.ro/index.php?option=com_k2&...
I have tried to enable joomla standard SEO(the only one I have), and itemid is no more in link but still not working.
If I modify the link from browser adress and replace the 3 letters itemid with just one letter, it works.
Example: from itemid=103 make itemid=1 and the adress will work. Also works deleting all &itemid=1 expression.
What is the solution for fixing or deleting itemid from base links?
After a lot of reading your forum and experimenting
i found that in the link of the parent categories appears an intem id of 3 letters at the end,
while in subcategories there is itemid=1 on all subcategories.
Example:
working link of subcategory: www.frumusetepemuchiedecutit.ro/index.php?option=com_k2&...
not working link of parent category: www.frumusetepemuchiedecutit.ro/index.php?option=com_k2&...
I have tried to enable joomla standard SEO(the only one I have), and itemid is no more in link but still not working.
If I modify the link from browser adress and replace the 3 letters itemid with just one letter, it works.
Example: from itemid=103 make itemid=1 and the adress will work. Also works deleting all &itemid=1 expression.
What is the solution for fixing or deleting itemid from base links?
Please Log in or Create an account to join the conversation.
- Adrian Cumpanasu
-
- Offline
- New Member
Less
More
- Posts: 17
14 years 1 month ago #93221
by Adrian Cumpanasu
Replied by Adrian Cumpanasu on topic [SOLVED] I get a blank page in itemlist category
Solved by installing sh404SEF. No more help needed :p
Please Log in or Create an account to join the conversation.
- Adrian Cumpanasu
-
- Offline
- New Member
Less
More
- Posts: 17
14 years 1 month ago #93222
by Adrian Cumpanasu
Replied by Adrian Cumpanasu on topic [SOLVED] I get a blank page in itemlist category
SORRYYY!!!! I SOLVED KUNENA NOT K2.
K2 still has the blank page in parrent categories.
K2 still has the blank page in parrent categories.
Please Log in or Create an account to join the conversation.
- Adrian Cumpanasu
-
- Offline
- New Member
Less
More
- Posts: 17
14 years 1 month ago #93223
by Adrian Cumpanasu
Replied by Adrian Cumpanasu on topic [SOLVED] I get a blank page in itemlist category
no one has an answer?
Is it k2 tools the bad module or K2 itself?
I get 3 digit item id's instead of 2 digit as it is real.
It doesn't work after changing templates, enabling and disabling joomla sef or sh404SEF.
Is it k2 tools the bad module or K2 itself?
I get 3 digit item id's instead of 2 digit as it is real.
It doesn't work after changing templates, enabling and disabling joomla sef or sh404SEF.
Please Log in or Create an account to join the conversation.
- Adrian Cumpanasu
-
- Offline
- New Member
Less
More
- Posts: 17
14 years 1 month ago #93224
by Adrian Cumpanasu
Replied by Adrian Cumpanasu on topic [SOLVED] I get a blank page in itemlist category
I think it is from helper.php in mod_k2_tools and edited path replacing itemid={$itemID} and itemid=.$itemID with itemid=1.
that should result in a functional path, but the links on site don't change at all. I tried to empty all caches but no change. Please help me fixing to 1 the variable item id at the and of the links!
I want to change /index.php?option=com_k2&view=itemlist&task=category&id=4:sani&Itemid=103
in /index.php?option=com_k2&view=itemlist&task=category&id=4:sani&Itemid=1
because that would solve everything, all links changed to itemid=1 at the end are working
that should result in a functional path, but the links on site don't change at all. I tried to empty all caches but no change. Please help me fixing to 1 the variable item id at the and of the links!
I want to change /index.php?option=com_k2&view=itemlist&task=category&id=4:sani&Itemid=103
in /index.php?option=com_k2&view=itemlist&task=category&id=4:sani&Itemid=1
because that would solve everything, all links changed to itemid=1 at the end are working
Please Log in or Create an account to join the conversation.
- Vicent Cubells Peña
-
Topic Author
- Offline
- New Member
Less
More
- Posts: 7
14 years 1 month ago #93225
by Vicent Cubells Peña
Replied by Vicent Cubells Peña on topic [SOLVED] I get a blank page in itemlist category
Can you show me where you have the links (at your webpage) they give you trouble?
cheers
cheers
Please Log in or Create an account to join the conversation.
- Adrian Cumpanasu
-
- Offline
- New Member
Less
More
- Posts: 17
14 years 4 weeks ago #93226
by Adrian Cumpanasu
Replied by Adrian Cumpanasu on topic [SOLVED] I get a blank page in itemlist category
Got it.
I have made a joomla menu trying to make a more suitable menu than the K2 module.
And there k2 categories had other id's, that was the probem. Just erased that menu and everything is OK.
I have made a joomla menu trying to make a more suitable menu than the K2 module.
And there k2 categories had other id's, that was the probem. Just erased that menu and everything is OK.
Please Log in or Create an account to join the conversation.