Keyword

Advanced Search

Search Results (Searched for: Fatal Error K2)

  • william white
  • william white's Avatar
22 Aug 2010 17:25

Fatal error on Import Joomla Content - memory allocation

Category: English K2 Community

Try on a test environment, but i am pretty sure that k2 import buttion "will" create a copy of the items in k2 if you click it twice.
I think that the import joomla was a means to get k2 up and running quickley and not to routinely import items...unless you import once, delete all joomla content, add joomla articles, import into k2, delete them now so as not to duplicate on next import.
  • Tim Coldwell
  • Tim Coldwell's Avatar
22 Aug 2010 15:07

Fatal error on Import Joomla Content - memory allocation

Category: English K2 Community

I understand that in the Joomla + K2 environment that the way to avoid duplicates of imported articles is to archive those that have already been imported. Maybe someone could work out a way to run a process where joomla content is pulled (and replaced/deleted) in smallish chunks from a pseudo temp archive to build the import to K2 until it's finished without hitting memory allocation errors. I'm not expressing this concept too clearly but hopefully the gist is decipherable:-) Meanwhile I'll try to contact Arthur.

William White said:There may be a simple solution, but tracking it down might be difficult. The environment can have many settings that will affect whats going on. My idea was to "avoid" the Joomla environment and overhead partially by using the server php/mysql environment only at first to get the data. Then let Joomla enviornment with its built in overhead take a smaller piece at a time. I have seen/written desktop apps that run in a database environment where you get an odbc connection to the remote table, then copy it to a local file, process it locally to change the structrure and reorganize it in the needed format, then insert it into the "other" in this case k2 tables to get the desired result.
Arthur @ the link i supplied should probably already know about the limitations of his extension
  • william white
  • william white's Avatar
22 Aug 2010 14:45

Fatal error on Import Joomla Content - memory allocation

Category: English K2 Community

There may be a simple solution, but tracking it down might be difficult. The environment can have many settings that will affect whats going on. My idea was to "avoid" the Joomla environment and overhead partially by using the server php/mysql environment only at first to get the data. Then let Joomla enviornment with its built in overhead take a smaller piece at a time.
I have seen/written desktop apps that run in a database environment where you get an odbc connection to the remote table, then copy it to a local file, process it locally to change the structrure and reorganize it in the needed format, then insert it into the "other" in this case k2 tables to get the desired result.
Arthur @ the link i supplied should probably already know about the limitations of his extension
  • Tim Coldwell
  • Tim Coldwell's Avatar
22 Aug 2010 14:38

Fatal error on Import Joomla Content - memory allocation

Category: English K2 Community

Thanks. I follow your suggested method, however, even the compressed Akeeba .gpa backup file is > 350MB for this site. How big do you think the CSV download file might be? Until the K2 Import content feature is improved (automatic forced splitting into manageable chunks?) adding the K2 component to an existing largish Joomla 1.5 site seems, at first sight, impracticable at best.

Tim

William White said:I would try breaking the import into smaller chunks. As there is not a way to do this with default k2, i would first try: phpmyadmin - export to csv, bring the file to local machine
use xcel or local mysql, or other database program to split the file into multiple csv files
then i would use www.individual-it.net/en/Joomla/ to import the articles to items.
If your articles are divided into groups by joomla section and/or category that may be a way to use phpmyadmin to break them into chunks
  • william white
  • william white's Avatar
22 Aug 2010 14:01

Fatal error on Import Joomla Content - memory allocation

Category: English K2 Community

I would try breaking the import into smaller chunks. As there is not a way to do this with default k2, i would first try:
phpmyadmin - export to csv, bring the file to local machine
use xcel or local mysql, or other database program to split the file into multiple csv files
then i would use www.individual-it.net/en/Joomla/ to import the articles to items.
If your articles are divided into groups by joomla section and/or category that may be a way to use phpmyadmin to break them into chunks
  • Tim Coldwell
  • Tim Coldwell's Avatar
22 Aug 2010 13:26

Fatal error on Import Joomla Content - memory allocation

Category: English K2 Community

I have ~25,000 joomla articles to import.  I got to about 2,000 and got this error:
Fatal error: Out of memory (allocated 89653248) (tried to allocate 1945 bytes) in/home/globalpr/public_html/k2gpm/libraries/joomla/database/database/mysql.php on line 462

Any ideas?
  • Aleksey Kovalev
  • Aleksey Kovalev's Avatar
21 Aug 2010 01:30
Trying to build a k2 plugin.... was created by Aleksey Kovalev

Trying to build a k2 plugin....

Category: English K2 Community

Hi there,I've been trying to build a k2 plugin, but I get a "Class "JLoader" not found fatal error when I enable plugin. Any ideas why that might be happening? I'm using the K2 api - JLoader::register('K2Plugin', JPATH_ADMINISTRATOR.DS.'components'.DS.'com_k2'.DS.'lib'.DS.'k2plugin.php'); at the beginning of the php file, and the plugin is registered in the k2 folder.
  • Mauricio González
  • Mauricio González's Avatar
27 Jul 2010 03:49
Replied by Mauricio González on topic K2 working with Acajoom - UPDATE

K2 working with Acajoom - UPDATE

Category: English K2 Community

Hello, I keep getting this error on k2 v2.2 and acajoombot_k2.2_ugmojoe plugin installed, on joomla 1.5.15

Create a new newsletter, Insert the code for a k2 article in the newsletter, then click preview. It shows a screen like the jpg attached.

Fatal error: Call to undefined method ContentHelperRoute::_findItem() in /home/mcn/public_html/libraries/joomla/application/application.php on line 1079

I disabled the normal content plugin for acajoom.

Thankyou Guys.
  • Pax Bowling
  • Pax Bowling's Avatar
23 Jul 2010 06:40

K2 returning blank page when attempting to add content

Category: English K2 Community

This is the error I receive when trying to view an item via front-end on the site...

Warning: strtotime(): It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected 'UTC' for 'UTC/0.0/no DST' instead in /store/libraries/joomla/utilities/date.php on line 56 Warning: date(): It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected 'UTC' for 'UTC/0.0/no DST' instead in /joomla/utilities/date.php on line 198 Fatal error: Call to undefined function mb_internal_encoding() in /store/components/com_k2/helpers/route.php on line 55

This is the error I receive when trying to ADD a new item via back-end in the admin...

Warning: mktime(): It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected 'UTC' for 'UTC/0.0/no DST' instead in /public/store/libraries/joomla/utilities/date.php on line 117 Warning: date(): It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected 'UTC' for 'UTC/0.0/no DST' instead in /public/store/libraries/joomla/utilities/date.php on line 198 Warning: date(): It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected 'UTC' for 'UTC/0.0/no DST' instead in /store/libraries/joomla/utilities/date.php on line 198 Fatal error: Call to undefined function mb_internal_encoding() in /store/administrator/components/com_k2/tables/k2item.php on line 74
  • Anderson Luiz Chipak
  • Anderson Luiz Chipak's Avatar
13 Jul 2010 21:27
Replied by Anderson Luiz Chipak on topic JomComment Plugin to replace K2 Comments

JomComment Plugin to replace K2 Comments

Category: English K2 Community

Now it worked, thanks Markus!

Anderson Chipak

Markus said:Hi,
pls try again the file.

Anderson Luiz Chipak said:Oww, sorry again. This file I alreary make download. The error is this:
"Fatal error: Call to a member function data() on a non-object in /home/storage/e/70/f2/quero-trabalhar-em-c/public_html/programa-de-afiliados.net/migra2/libraries/joomla/installer/adapters/plugin.php on line 64"

This file I've downloaded, but my error remains. I very much appreciate if you can help me.

Markus said:Scroll to top of the site and you see it. Anderson Luiz Chipak said:Sorry Markus, but I'm new user in this forum. The link of Extensions.Joomla.org brings straight to this page and I've looked at your old posts and did not find. Can you send link to download version 1.0c? Thanks! Anderson

Markus said:In the first post from me! With every new Version i change the File in first Post. Anderson Luiz Chipak said:Where is the new version (1.0c), that was commented?
  • Markus
  • Markus's Avatar
13 Jul 2010 21:15
Replied by Markus on topic JomComment Plugin to replace K2 Comments

JomComment Plugin to replace K2 Comments

Category: English K2 Community

Hi,

pls try again the file.

Anderson Luiz Chipak said:Oww, sorry again. This file I alreary make download.
The error is this:
"Fatal error: Call to a member function data() on a non-object in /home/storage/e/70/f2/quero-trabalhar-em-c/public_html/programa-de-afiliados.net/migra2/libraries/joomla/installer/adapters/plugin.php on line 64"

This file I've downloaded, but my error remains. I very much appreciate if you can help me.

Markus said:Scroll to top of the site and you see it. Anderson Luiz Chipak said:Sorry Markus, but I'm new user in this forum. The link of Extensions.Joomla.org brings straight to this page and I've looked at your old posts and did not find. Can you send link to download version 1.0c? Thanks!
Anderson

Markus said:In the first post from me! With every new Version i change the File in first Post. Anderson Luiz Chipak said:Where is the new version (1.0c), that was commented?
  • Anderson Luiz Chipak
  • Anderson Luiz Chipak's Avatar
13 Jul 2010 21:04
Replied by Anderson Luiz Chipak on topic JomComment Plugin to replace K2 Comments

JomComment Plugin to replace K2 Comments

Category: English K2 Community

Oww, sorry again. This file I alreary make download.

The error is this:
"Fatal error: Call to a member function data() on a non-object in /home/storage/e/70/f2/quero-trabalhar-em-c/public_html/programa-de-afiliados.net/migra2/libraries/joomla/installer/adapters/plugin.php on line 64"

This file I've downloaded, but my error remains. I very much appreciate if you can help me.

Markus said:Scroll to top of the site and you see it.
Anderson Luiz Chipak said:Sorry Markus, but I'm new user in this forum. The link of Extensions.Joomla.org brings straight to this page and I've looked at your old posts and did not find. Can you send link to download version 1.0c?
Thanks!
Anderson

Markus said:In the first post from me! With every new Version i change the File in first Post. Anderson Luiz Chipak said:Where is the new version (1.0c), that was commented?
  • Marius de Lange
  • Marius de Lange's Avatar
10 Jul 2010 16:39
Replied by Marius de Lange on topic JomComment Plugin to replace K2 Comments

JomComment Plugin to replace K2 Comments

Category: English K2 Community

I get the following error when I try and install it the normal way in Joomla

Fatal error: Call to a member function data() on a non-object in /xxx/xxx/public_html/libraries/joomla/installer/adapters/plugin.php on line 64

Will it be save to simply copy the file to installation? where should it go?
  • dc006
  • dc006's Avatar
10 Jul 2010 01:01
Replied by dc006 on topic JomComment Plugin to replace K2 Comments

JomComment Plugin to replace K2 Comments

Category: English K2 Community

Markus said:Hi,
please try new version in first post. thx.


Thanks for reply,

I've re install plug in but still get an error when try to print article

Fatal error: Call to undefined function jccountcomment() in ..../public_html/plugins/k2/jomcomment.php on line 49

inJoomla admin I see version of plug in as 1.0a is that latest ?
  • dc006
  • dc006's Avatar
07 Jul 2010 00:08
Replied by dc006 on topic JomComment Plugin to replace K2 Comments

JomComment Plugin to replace K2 Comments

Category: English K2 Community

Thanks for sharing.

I found the bug. This plugin breaks "print function"

when I click print this page ( viewing an article ) it gives an error
Fatal error: Call to undefined function jccountcomment() in .../public_html/plugins/k2/jomcomment.php on line 45
  • Sergio Lopez
  • Sergio Lopez's Avatar
05 Jul 2010 05:11
Replied by Sergio Lopez on topic Category creation error

Category creation error

Category: English K2 Community

Hi William.

Thank you. With the errors set to maximun i just get this error now:

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

Maybe do you know what is this about? Thank you again
  • Mustapha Toriq
  • Mustapha Toriq's Avatar
04 Jul 2010 12:22
Replied by Mustapha Toriq on topic Issue getting started with K2

Issue getting started with K2

Category: English K2 Community

@lefteris i have the same problem here
Fatal error: Call to undefined function mb_regex_encoding() in /home/petlakec/public_html/components/com_k2/helpers/route.php on line 56
Multibyte string is enabled but still have the problem
PHP Built on: Linux nexus.web4africa.net 2.6.18-164.11.1.el5 #1 SMP Wed Jan 20 07:32:21 EST 2010 x86_64
Database Version: 5.0.91-community
Database Collation: utf8_general_ci
PHP Version: 5.2.13
Web Server: Apache/2.2.14 (Unix) mod_ssl/2.2.14 OpenSSL/0.9.8e-fips-rhel5 mod_bwlimited/1.4
Web Server to PHP interface: cgi
Joomla! Version: Joomla! 1.5.17 Stable [ Wojmamni ama woobusani ] 27-April-2010 04:00 GMT
User Agent: Opera/9.80 (Windows NT 6.0; U; en) Presto/2.5.24 Version/10.53
Relevant PHP SettingsSetting Value
Safe Mode: Off
Open basedir: None
Display Errors: On
Short Open Tags: On
File Uploads: On
Magic Quotes: On
Register Globals: Off
Output Buffering: Off
Session Save Path: /tmp
Session Auto Start: 0
XML Enabled: Yes
Zlib Enabled: Yes
Disabled Functions: show_source, passthru, exec, phpinfo, popen, proc_open
Mbstring Enabled: Yes
Iconv Available: No
WYSIWYG Editor: Editor - No Editor
  • jack moseley
  • jack moseley's Avatar
02 Jul 2010 06:39

login module - create account error - blank page

Category: English K2 Community

since adding k2 to my website, www.outbackgolfbar.com ,new registrations when trying to create a new account are presented with a blank page. If I switch off the k2 system plugin, it works OK. When I check the same setup on my wampserver, I get the following error message - Fatal error: Call to a member function def() on a non-object in C:\wamp\www\components\com_k2\templates\register.php on line 31.I cannot find any advice on how to solve the problem. Anybody?
  • A.M.H.
  • A.M.H.'s Avatar
28 Jun 2010 10:21

K2 + xampplite (Trying to install k2 in a pendrive)

Category: English K2 Community

Hello folks,I' ve installed xampplite, a portable version of xampp in a prendrive. Then, i've created the database, user and so, and installed Joomla! (1.5.18), I started the server and It seems to works fine, altough it's a bit slow. Then i managed to install K2 (v 2.3) but  i get the following :
"Fatal error: Maximum execution time of 60 seconds exceeded in E:\xampplite\htdocs\Joomla\libraries\joomla\filesystem\folder.php on line 111" Suggestions needed!
  • David Franco
  • David Franco's Avatar
27 Jun 2010 02:06
mb_internal_encoding was created by David Franco

mb_internal_encoding

Category: English K2 Community

hi together,can anybody help me please. i get this error when i click on a link in frontend. the backend runs perfectly. i use the new joomla version 1.5.18 and a complete new installation.
Fatal error: Call to undefined function: mb_internal_encoding()
in /mnt/web5/42/25/5986825/htdocs/components/com_k2/helpers/route.php
on line 55here the line up from 55:        mb_internal_encoding("UTF-8");        mb_regex_encoding("UTF-8");        $alias = trim(mb_strtolower($user->name));        $alias = str_replace('-', ' ', $alias);        $alias = mb_ereg_replace(':space:+', ' ', $alias);        $alias = trim(str_replace(' ', '', $alias));        $alias = str_replace('.', '', $alias);        $stripthese = ',|~|!|@|%|^|(|)|<|>|:|;|{|}|[|]|&|`|„|‹|’|‘|“|â€�|•|›|«|´|»|°|«|»|…';        $strips = explode('|', $stripthese);        foreach ($strips as $strip) {            $alias = str_replace($strip, '', $alias);        }please please please help me and sorry for my english.
Displaying 961 - 980 out of 1119 results.

Powered by Kunena Forum