Keyword

Advanced Search

Search Results (Searched for: Fatal Error K2)

  • Lou Griffith
  • Lou Griffith's Avatar
24 Aug 2009 03:09
K2 Content Module Issues was created by Lou Griffith

K2 Content Module Issues

Category: English K2 Community

I tried to upgrade from Alpha to stable and having issues with the K2 Content Module.

When trying to configure I get the following errors on the parameters box on the right.

Element not defined for type = header
Element not defined for type = categoriesmultiple

The front page shows the following when the module is published

Warning: require_once(/home/sports/www/beta/main/components/com_k2/helpers/utilities.php) [function.require-once]: failed to open stream: No such file or directory in /home/sports/www/beta/main/modules/mod_k2_content/helper.php on line 15

Fatal error: require_once() [function.require]: Failed opening required '/home/sports/www/beta/main/components/com_k2/helpers/utilities.php' (include_path='.:/usr/local/php5/lib/php') in /home/sports/www/beta/main/modules/mod_k2_content/helper.php on line 15

Any help would be greatly appreciated

Thanks! Lou
  • Nick
  • Nick's Avatar
19 Aug 2009 23:19
Where are the DEVELOPERS?! was created by Nick

Where are the DEVELOPERS?!

Category: English K2 Community

Why bother creating a forum like this with a 'bug tracker' and not even taking the time to reply. If you are on vacation, let us know. I am very frustrated right now because no one gives a shit about the users and the K2 Component. If you plan to develop a CCK and make it big, then be on these forums. Damn...

BTW
Fatal error: Class 'ModelK2ItemList' not found in /home/sabetta/public_html/animekyun/modules/mod_k2/helper.php on line 44
comes up when i use mod_k2 and select latest item.
  • David Crowell
  • David Crowell's Avatar
19 Aug 2009 20:07

Upgrade problems Call to undefined function mb_internal_encoding() ... administrator/components/com_k2/tables/k2category.php on line 46

Category: English K2 Community

After I did the upgrade i get this error. Fatal error: Call to undefined function mb_internal_encoding() in /home/elinkone/public_html/administrator/components/com_k2/tables/k2category.php on line 46

I have looked at the other posts on this subject. Changed my php.ini file restarted my server and I still get this error.

Please help.

I really want to use this great component.
  • Nick
  • Nick's Avatar
17 Aug 2009 23:40
Latest Items Error was created by Nick

Latest Items Error

Category: English K2 Community

I use the mod_k2 and when i enable it with latest items set, it gives me the following error:
Fatal error: Class 'ModelK2Itemlist' not found in /home/nonyabuzinesz/public_html/nonyabuzinesz/modules/mod_k2/helper.php on line 44

any ideas?

Also, there are no available categories for me to select in the module :S
  • Dodge
  • Dodge's Avatar
13 Aug 2009 23:22

SOLVED - Unable to create a new category - fresh install

Category: English K2 Community

I installed the version v2.0_build20090806 and when I tried to create a new category I got this:

Fatal error: Call to undefined function mb_internal_encoding() in /usr/local/www/joomla/administrator/components/com_k2/tables/k2category.php on line 46

My joomla is 1.5.14 with PHP 5.2.4

Any ideas?
  • iImagine 'n' iKnow Ltd.
  • iImagine 'n' iKnow Ltd.'s Avatar
11 Aug 2009 21:40
Replied by iImagine 'n' iKnow Ltd. on topic Error on Category creation....

Error on Category creation....

Category: English K2 Community

Dani
I forgot - I am doing all this locally on my dev box until I deploy but it does raise a good point about deployment:

You just need to contact the hosting company support and ask them to enable access to the dll exactly as I have described - it should not pose any problems to other customers at all.

george

Dani Carull said:Hi!
I'm getting the same error, but i don't have access to the php.ini file because my hosting service don't have de option.
Is there another way to solve this problem? modifying something in K2 files?

congratulations for this extension! I hope you could help us with this!

thks!

George Szubinski said:ok resolved now:Wolf - look at www.phpbuilder.com/board/showthread.php?t=10335517 for background.also www.sugarcrm.com/forums/showthread.php?t=39431 for more background.All you need to do is go and edit your php.ini file - search for mbstring and remove the comment to enable it and resave your ini file. Go and restart Apache.georgeGeorge Szubinski said:ok, these seem to be using new functions:mine in the code looks like:mb_internal_encoding("UTF-8");$this->alias = trim(mb_strtolower($this->alias));$this->alias = str_replace('-', ' ', $this->alias);$this->alias = mb_ereg_replace(':space:+', ' ', $this->alias);$this->alias = trim(str_replace(' ', '-', $this->alias));$this->alias = str_replace('.', '', $this->alias);$stripthese = ',|~|!|@|%|^|(|)|<|>|:|;|{|}|[|]|&|`|„|‹|’|‘|“|�|•|›|«|´|»|°';$strips = explode('|', $stripthese);foreach ($strips as $strip) {$this->alias = str_replace($strip, '', $this->alias);So I need someone with mysql knowledge to tell me how I enable this - or is it something we need to enable in phpHELP PLEASE!!!George Szubinski said:I had this and I put it down to the fact that I did a new install and should have done an upgrade...I have now built a brand new Joomla site 1.5.14 and installed simple image and the full K2 from unified installer - all I had was warning because I do not have joofish....So, just tried to add a category, entered a name, pressed save and bang same error as previous poster.Fatal error: Call to undefined function mb_internal_encoding() in C:\Program Files\Apache Software Foundation\Apache2.2\htdocs\curry2\administrator\components\com_k2\tables\k2category.php on line 46Can we please have some guidance on what we are doing wrong please....!!!!george
  • Dani Carull
  • Dani Carull's Avatar
11 Aug 2009 15:03
Replied by Dani Carull on topic Error on Category creation....

Error on Category creation....

Category: English K2 Community

Hi!

I'm getting the same error, but i don't have access to the php.ini file because my hosting service don't have de option.
Is there another way to solve this problem? modifying something in K2 files?

congratulations for this extension! I hope you could help us with this!

thks!

George Szubinski said:ok resolved now:Wolf - look at www.phpbuilder.com/board/showthread.php?t=10335517 for background.also www.sugarcrm.com/forums/showthread.php?t=39431 for more background.All you need to do is go and edit your php.ini file - search for mbstring and remove the comment to enable it and resave your ini file. Go and restart Apache.georgeGeorge Szubinski said:ok, these seem to be using new functions:mine in the code looks like:mb_internal_encoding("UTF-8");$this->alias = trim(mb_strtolower($this->alias));$this->alias = str_replace('-', ' ', $this->alias);$this->alias = mb_ereg_replace(':space:+', ' ', $this->alias);$this->alias = trim(str_replace(' ', '-', $this->alias));$this->alias = str_replace('.', '', $this->alias);$stripthese = ',|~|!|@|%|^|(|)|<|>|:|;|{|}|[|]|&|`|„|‹|’|‘|“|�|•|›|«|´|»|°';$strips = explode('|', $stripthese);foreach ($strips as $strip) {$this->alias = str_replace($strip, '', $this->alias);So I need someone with mysql knowledge to tell me how I enable this - or is it something we need to enable in phpHELP PLEASE!!!George Szubinski said:I had this and I put it down to the fact that I did a new install and should have done an upgrade...I have now built a brand new Joomla site 1.5.14 and installed simple image and the full K2 from unified installer - all I had was warning because I do not have joofish....So, just tried to add a category, entered a name, pressed save and bang same error as previous poster.Fatal error: Call to undefined function mb_internal_encoding() in C:\Program Files\Apache Software Foundation\Apache2.2\htdocs\curry2\administrator\components\com_k2\tables\k2category.php on line 46Can we please have some guidance on what we are doing wrong please....!!!!george
  • iImagine 'n' iKnow Ltd.
  • iImagine 'n' iKnow Ltd.'s Avatar
10 Aug 2009 01:14
Replied by iImagine 'n' iKnow Ltd. on topic Error on Category creation....

Error on Category creation....

Category: English K2 Community

Yes, its all pretty good so far.

A little bit scary for the uninitiated..... looks like there must have been a design decision to reduce problems with string handling to use the mbstring functions... would have been nice to make a note of those and include it in the comms.... but I know how these things work, there has been a huge amount of work on this release and this bit has been missed...

Hope folk pick it up here.

If anyone is tracking this from K2 - it would be good to begin a different Topic with known 'bugs' and solutions????

thanks

george

Wolf Kuhlemeier said:Thanks George...We'll try to get something done on this. Has it solved your problems?
Wolf

George Szubinski said:ok resolved now: Wolf - look at www.phpbuilder.com/board/showthread.php?t=10335517 for background.

also www.sugarcrm.com/forums/showthread.php?t=39431 for more background.

All you need to do is go and edit your php.ini file - search for mbstring and remove the comment to enable it and resave your ini file. Go and restart Apache.

george

George Szubinski said:ok, these seem to be using new functions: mine in the code looks like:
mb_internal_encoding("UTF-8");
$this->alias = trim(mb_strtolower($this->alias));
$this->alias = str_replace('-', ' ', $this->alias);
$this->alias = mb_ereg_replace(':space:+', ' ', $this->alias);
$this->alias = trim(str_replace(' ', '-', $this->alias));
$this->alias = str_replace('.', '', $this->alias);


$stripthese = ',|~|!|@|%|^|(|)|<|>|:|;|{|}|[|]|&|`|„|‹|’|‘|“|�|•|›|«|´|»|°';
$strips = explode('|', $stripthese);
foreach ($strips as $strip) {
$this->alias = str_replace($strip, '', $this->alias);

So I need someone with mysql knowledge to tell me how I enable this - or is it something we need to enable in php

HELP PLEASE!!!


George Szubinski said:I had this and I put it down to the fact that I did a new install and should have done an upgrade... I have now built a brand new Joomla site 1.5.14 and installed simple image and the full K2 from unified installer - all I had was warning because I do not have joofish.... So, just tried to add a category, entered a name, pressed save and bang same error as previous poster.

Fatal error: Call to undefined function mb_internal_encoding() in C:\Program Files\Apache Software Foundation\Apache2.2\htdocs\curry2\administrator\components\com_k2\tables\k2category.php on line 46

Can we please have some guidance on what we are doing wrong please....!!!!

george
  • Wolf Kuhlemeier
  • Wolf Kuhlemeier's Avatar
09 Aug 2009 15:31
Replied by Wolf Kuhlemeier on topic Error on Category creation....

Error on Category creation....

Category: English K2 Community

Thanks George...We'll try to get something done on this. Has it solved your problems?

Wolf

George Szubinski said:ok resolved now:
Wolf - look at www.phpbuilder.com/board/showthread.php?t=10335517 for background.

also www.sugarcrm.com/forums/showthread.php?t=39431 for more background.

All you need to do is go and edit your php.ini file - search for mbstring and remove the comment to enable it and resave your ini file. Go and restart Apache.

george

George Szubinski said:ok, these seem to be using new functions: mine in the code looks like:

mb_internal_encoding("UTF-8");
$this->alias = trim(mb_strtolower($this->alias));
$this->alias = str_replace('-', ' ', $this->alias);
$this->alias = mb_ereg_replace(':space:+', ' ', $this->alias);
$this->alias = trim(str_replace(' ', '-', $this->alias));
$this->alias = str_replace('.', '', $this->alias);


$stripthese = ',|~|!|@|%|^|(|)|<|>|:|;|{|}|[|]|&|`|„|‹|’|‘|“|�|•|›|«|´|»|°';
$strips = explode('|', $stripthese);
foreach ($strips as $strip) {
$this->alias = str_replace($strip, '', $this->alias);

So I need someone with mysql knowledge to tell me how I enable this - or is it something we need to enable in php

HELP PLEASE!!!


George Szubinski said:I had this and I put it down to the fact that I did a new install and should have done an upgrade... I have now built a brand new Joomla site 1.5.14 and installed simple image and the full K2 from unified installer - all I had was warning because I do not have joofish....
So, just tried to add a category, entered a name, pressed save and bang same error as previous poster.

Fatal error: Call to undefined function mb_internal_encoding() in C:\Program Files\Apache Software Foundation\Apache2.2\htdocs\curry2\administrator\components\com_k2\tables\k2category.php on line 46

Can we please have some guidance on what we are doing wrong please....!!!!

george
  • iImagine 'n' iKnow Ltd.
  • iImagine 'n' iKnow Ltd.'s Avatar
09 Aug 2009 10:03
Replied by iImagine 'n' iKnow Ltd. on topic Error on Category creation....

Error on Category creation....

Category: English K2 Community

ok resolved now:

Wolf - look at www.phpbuilder.com/board/showthread.php?t=10335517 for background.

also www.sugarcrm.com/forums/showthread.php?t=39431 for more background.

All you need to do is go and edit your php.ini file - search for mbstring and remove the comment to enable it and resave your ini file. Go and restart Apache.

george

George Szubinski said:ok, these seem to be using new functions:
mine in the code looks like:

mb_internal_encoding("UTF-8");
$this->alias = trim(mb_strtolower($this->alias));
$this->alias = str_replace('-', ' ', $this->alias);
$this->alias = mb_ereg_replace(':space:+', ' ', $this->alias);
$this->alias = trim(str_replace(' ', '-', $this->alias));
$this->alias = str_replace('.', '', $this->alias);


$stripthese = ',|~|!|@|%|^|(|)|<|>|:|;|{|}|[|]|&|`|„|‹|’|‘|“|�|•|›|«|´|»|°';
$strips = explode('|', $stripthese);
foreach ($strips as $strip) {
$this->alias = str_replace($strip, '', $this->alias);

So I need someone with mysql knowledge to tell me how I enable this - or is it something we need to enable in php

HELP PLEASE!!!


George Szubinski said:I had this and I put it down to the fact that I did a new install and should have done an upgrade... I have now built a brand new Joomla site 1.5.14 and installed simple image and the full K2 from unified installer - all I had was warning because I do not have joofish....

So, just tried to add a category, entered a name, pressed save and bang same error as previous poster.

Fatal error: Call to undefined function mb_internal_encoding() in C:\Program Files\Apache Software Foundation\Apache2.2\htdocs\curry2\administrator\components\com_k2\tables\k2category.php on line 46

Can we please have some guidance on what we are doing wrong please....!!!!

george
  • iImagine 'n' iKnow Ltd.
  • iImagine 'n' iKnow Ltd.'s Avatar
09 Aug 2009 01:52
Replied by iImagine 'n' iKnow Ltd. on topic Error on Category creation....

Error on Category creation....

Category: English K2 Community

ok, these seem to be using new functions:

mine in the code looks like:

mb_internal_encoding("UTF-8");
$this->alias = trim(mb_strtolower($this->alias));
$this->alias = str_replace('-', ' ', $this->alias);
$this->alias = mb_ereg_replace(':space:+', ' ', $this->alias);
$this->alias = trim(str_replace(' ', '-', $this->alias));
$this->alias = str_replace('.', '', $this->alias);


$stripthese = ',|~|!|@|%|^|(|)|<|>|:|;|{|}|[|]|&|`|„|‹|’|‘|“|�|•|›|«|´|»|°';
$strips = explode('|', $stripthese);
foreach ($strips as $strip) {
$this->alias = str_replace($strip, '', $this->alias);

So I need someone with mysql knowledge to tell me how I enable this - or is it something we need to enable in php

HELP PLEASE!!!


George Szubinski said:I had this and I put it down to the fact that I did a new install and should have done an upgrade...
I have now built a brand new Joomla site 1.5.14 and installed simple image and the full K2 from unified installer - all I had was warning because I do not have joofish....

So, just tried to add a category, entered a name, pressed save and bang same error as previous poster.

Fatal error: Call to undefined function mb_internal_encoding() in C:\Program Files\Apache Software Foundation\Apache2.2\htdocs\curry2\administrator\components\com_k2\tables\k2category.php on line 46

Can we please have some guidance on what we are doing wrong please....!!!!

george
  • iImagine 'n' iKnow Ltd.
  • iImagine 'n' iKnow Ltd.'s Avatar
09 Aug 2009 01:25
Replied by iImagine 'n' iKnow Ltd. on topic Error on Category creation....

Error on Category creation....

Category: English K2 Community

I had this and I put it down to the fact that I did a new install and should have done an upgrade...

I have now built a brand new Joomla site 1.5.14 and installed simple image and the full K2 from unified installer - all I had was warning because I do not have joofish....

So, just tried to add a category, entered a name, pressed save and bang same error as previous poster.

Fatal error: Call to undefined function mb_internal_encoding() in C:\Program Files\Apache Software Foundation\Apache2.2\htdocs\curry2\administrator\components\com_k2\tables\k2category.php on line 46

Can we please have some guidance on what we are doing wrong please....!!!!

george
  • Wolf Kuhlemeier
  • Wolf Kuhlemeier's Avatar
08 Aug 2009 15:49
Error on Category creation.... was created by Wolf Kuhlemeier

Error on Category creation....

Category: English K2 Community

I'm getting the following error when I'm working with a new upload of K2 v2.0 stable:

Fatal error: Call to undefined function mb_ereg_replace() in /xxx/xxx/xxx/administrator/components/com_k2/tables/k2category.php on line 49.

I can't seem to figure out what I'm dealing with at this point. Please advise.
  • BrightBean Solutions Inc
  • BrightBean Solutions Inc's Avatar
08 Aug 2009 03:50
Cannot import content of fresh 2.0 install was created by BrightBean Solutions Inc

Cannot import content of fresh 2.0 install

Category: English K2 Community

Hello,

On a fresh install of K2 2.o on Joomla 1.5.14, install goes fine. But when trying to import from com_content, I get this error:


Fatal error: Call to undefined function mb_ereg_replace() in /home/*****/public_html/administrator/components/com_k2/tables/k2category.php on line 49
  • Kwasi
  • Kwasi's Avatar
07 Aug 2009 13:25

Fatal error: Class 'JSite' not found in....

Category: English K2 Community

Hey guys I could not sign in using my other account so I joined again :-)

I installed the 2.0 Stable Build on a site I am building and when I tried to create an item using K2 component I go this error: "Fatal error: Class 'JSite' not found.../SEOSimple..." I quickly search using google and then uninstalled phocaGallery only to find out that I was having the same problem and it was not phoca gallery, I uninstalled K2 and Checked the database about five times untill I read carefully where the error was comming from and it was in "SeoSimple plugin" So I check to see if this was a core plugin and realised it was not and I had installed it myself. I then deactivated it and went to K2 and all is working well now. I hope this will help someone if the every face the same problem.

The below extension was causing the problem.
extensions.joomla.org/extensions/4102/details
  • iImagine 'n' iKnow Ltd.
  • iImagine 'n' iKnow Ltd.'s Avatar
07 Aug 2009 09:24
Upgraded to v2.0: - Error adding New Category was created by iImagine 'n' iKnow Ltd.

Upgraded to v2.0: - Error adding New Category

Category: English K2 Community

Hi

I de-installed the old version of K2 and installed v2.0

As expected all categories and items have gone.

Tried creating new category just with a title - got error message:

Fatal error: Call to undefined function mb_internal_encoding() in C:\Program Files\Apache Software Foundation\Apache2.2\htdocs\test3\administrator\components\com_k2\tables\k2category.php on line 46

george
  • Marlon West
  • Marlon West's Avatar
07 Aug 2009 01:20
Replied by Marlon West on topic Blank page in Administrator when editing category

Blank page in Administrator when editing category

Category: English K2 Community

Hello,

Same issue here. After following upgrade procedures I get php errors when i try and save categories or items. I haven't attempted to save any other type. Here's some errors:

PHP Fatal error: Call to undefined function mb_internal_encoding() in /home/antimttr/public_html/blah/administrator/components/com_k2/tables/k2item.php on line 71, referer: blah.antimttr.com/administrator/index.php?option=com_k2&view=item&cid=10
  • Bryan Smith
  • Bryan Smith's Avatar
06 Aug 2009 21:05

upgrade problems - 2.0 pre to 2.0 Stable - Home Page DOWN

Category: English K2 Community

Went through the instructions carefully and thoroughly.

Warning: require(/home/dataz1/public_html/ogdencityarts.org/modules/mod_k2_content/tmpl//default.php) [function.require]: failed to open stream: No such file or directory in /home/dataz1/public_html/ogdencityarts.org/modules/mod_k2_content/mod_k2_content.php on line 24

Fatal error: require() [function.require]: Failed opening required '/home/dataz1/public_html/ogdencityarts.org/modules/mod_k2_content/tmpl//default.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/dataz1/public_html/ogdencityarts.org/modules/mod_k2_content/mod_k2_content.php on line 24
  • Astrid Bidanec
  • Astrid Bidanec's Avatar
30 Jul 2009 18:28

Menu item for K2 categories listing does not work--HELP PLEASE!!

Category: English K2 Community

Hi guys!
I created a menu item for the K2 categories listing to make the front page look the same as in the K2 demo. But I keep getting the following error message:

"Fatal error: Class 'ContentHelperRoute' not found in /home/georgia/public_html/plugins/content/ultimate_social_bookmarking_plugin.php on line 243"

This makes no sense to me whatsoever. The categories have been created and published. I added one article to each for test purposes. And tried featuring the articles too. Nothing seems to work.

I have no idea what is going on.

In fact I tried to create menu items for each K2 option. But the only one that actually works is the authors' blog.

Any advice and pointers are much appreciated!!!

Thanks,
Astrid
  • Astrid Bidanec
  • Astrid Bidanec's Avatar
30 Jul 2009 17:56

Menu item for K2 categories listing does not work--HELP PLEASE!!

Category: English K2 Community

Hi guys!
I created a menu item for the K2 categories listing to make the front page look the same as in the K2 demo. But I keep getting the following error message:

"Fatal error: Class 'ContentHelperRoute' not found in /home/georgia/public_html/plugins/content/ultimate_social_bookmarking_plugin.php on line 243"

This makes no sense to me whatsoever. The categories have been created and published. I added one article to each for test purposes. And tried featuring the articles too. Nothing seems to work.

I have no idea what is going on.

In fact I tried to create menu items for each K2 option. But the only one that actually works is the authors' blog.

Any advice and pointers are much appreciated!!!

Thanks,
Astrid
Displaying 1081 - 1100 out of 1119 results.

Powered by Kunena Forum