Keyword

Advanced Search

Search Results (Searched for: Fatal Error K2)

  • Lalo Putelli
  • Lalo Putelli's Avatar
06 May 2013 20:17
Replied by Lalo Putelli on topic Related Articles in the view module

Related Articles in the view module

Category: English K2 Community

could you fix it?
I'm looking to do the same or something similar but I get this error

( ! ) SCREAM: Error suppression ignored for
( ! ) Fatal error: Using $this when not in object context in C:\wamp\www\noticias\templates\gk_news\html\mod_k2_content\Default\default.php on line 47
Call Stack
# Time Memory Function Location
1 0.0122 149096 {main}( ) ..\index.php:0
2 1.2119 5508264 JSite->render( ) ..\index.php:58
3 1.7793 6504360 JDocumentHTML->render( ) ..\application.php:290
4 1.7793 6504384 JDocumentHTML->_renderTemplate( ) ..\html.php:462
5 4.5951 8568800 JDocumentHTML->getBuffer( ) ..\html.php:682
6 4.5951 8568992 JDocumentRendererModules->render( ) ..\html.php:399
7 4.5951 8569416 JDocumentRendererModule->render( ) ..\modules.php:39
8 4.5953 8575072 JModuleHelper::renderModule( ) ..\module.php:107
9 4.5962 8608144 include( 'xxxxx\modules\mod_k2_content\mod_k2_content.php' ) ..\helper.php:176
10 5.1321 8754856 require( 'xxxxx\templates\gk_news\html\mod_k2_content\Default\default.php' ) ..\mod_k2_content.php:55


templates\gk_news\html\mod_k2_content\Default

47 <?php foreach($this->relatedItems as $key=>$item): ?>


I hope you can help me
  • Business Antidote
  • Business Antidote's Avatar
06 May 2013 18:07
Erreur fatale sur administration des commentaires was created by Business Antidote

Erreur fatale sur administration des commentaires

Category: Communauté française K2

Bonjour,

je poste ce message urgent dans la rubrique française car la catégorie "From the K2 Team" est bloquée et ma tentative dans la catégorie "New to K2" n'a rien donné. C'est vraiment de plus en plus difficile de résoudre des problèmes grace à la communauté K2. Ils devraient songer à mettre en place une version premium. Ou alors peut-être qu'ils sont en train de nous concoter une fusion avec le coeur de joomla pour concurrencer Drupal ? :) Bref

Du jour au lendemain une page blanche à remplacé la page d'administration des commentaires et je me suis retrouvé avec cette erreur fatale (après avoir activé le debug mode)

Fatal error: Call to a member function getItemsAuthors() on a non-object in ...administrator/components/com_k2/views/comments/view.html.php on line 126

J'utilise Joomla 2.5.11 & K2 2.6.6

Merci
  • yaksushi
  • yaksushi's Avatar
06 May 2013 14:06
Jreviews and K2 content module error was created by yaksushi

Jreviews and K2 content module error

Category: English K2 Community

When using Jreviews reviews module and k2 content module together on the same page I get the following error when I click on a jreviews review.

Notice: Undefined property: stdClass::$author in /public_html/plugins/content/sysplgaup_reader2author/sysplgaup_reader2author.php on line 53

Notice: Undefined property: stdClass::$author in /public_html/plugins/content/sysplgaup_reader2author/sysplgaup_reader2author.php on line 53

Notice: Undefined property: stdClass::$author in /public_html/plugins/content/sysplgaup_reader2author/sysplgaup_reader2author.php on line 53

Fatal error: Call to a member function set() on a non-object in /public_html/components/com_jreviews/jreviews/controllers/com_content_controller.php on line 119

Has anyone seen this before? Anyone know how I can modify the k2 module so I don't get this error?
  • Luka
  • Luka's Avatar
04 May 2013 06:54 - 04 May 2013 06:55

Saving image in image tab goes to error...

Category: English K2 Community

Hi. When I'm trying to save an image in image tab i'm getting blank screen. After I set my error reporting to Maximum and repeat this, I'm getting ana error:

Fatal error: Allowed memory size of 5242880 bytes exhausted (tried to allocate 3600 bytes) in /home/zrenjonl/public_html/administrator/components/com_k2/lib/class.upload.php on line 3295

I'm using Joomla 2.5.11 and K2 2.6.6

That part of code is: (I made that line (3295) red and underlined)

/**
* Creates a container image
*
* @access private
* @param integer $x Width
* @param integer $y Height
* @param boolean $fill Optional flag to draw the background color or not
* @param boolean $trsp Optional flag to set the background to be transparent
* @return resource Container image
*/
function imagecreatenew($x, $y, $fill = true, $trsp = false) {
if ($x < 1) $x = 1; if ($y < 1) $y = 1;
if ($this->gdversion() >= 2 && !$this->image_is_palette) {
// create a true color image
$dst_im = imagecreatetruecolor($x, $y);
// this preserves transparency in PNGs, in true color
if (empty($this->image_background_color) || $trsp) {
imagealphablending($dst_im, false );
imagefilledrectangle($dst_im, 0, 0, $x, $y, imagecolorallocatealpha($dst_im, 0, 0, 0, 127));
}
} else {
// creates a palette image
$dst_im = imagecreate($x, $y);
// preserves transparency for palette images, if the original image has transparency
if (($fill && $this->image_is_transparent && empty($this->image_background_color)) || $trsp) {
imagefilledrectangle($dst_im, 0, 0, $x, $y, $this->image_transparent_color);
imagecolortransparent($dst_im, $this->image_transparent_color);
}
}
// fills with background color if any is set
if ($fill && !empty($this->image_background_color) && !$trsp) {
list($red, $green, $blue) = $this->getcolors($this->image_background_color);
$background_color = imagecolorallocate($dst_im, $red, $green, $blue);
imagefilledrectangle($dst_im, 0, 0, $x, $y, $background_color);
}
return $dst_im;
}

Please help
  • charoa
  • charoa's Avatar
30 Apr 2013 22:25 - 01 May 2013 00:01
tags with apostrophe not working was created by charoa

tags with apostrophe not working

Category: English K2 Community

i am getting errors/broken links on all tags with apostrophes and also getting errors when i try to search that tag i get this error:

Fatal error: Uncaught exception 'InvalidArgumentException' with message 'Invalid URI detected.' in /home/directory/public_html/libraries/joomla/environment/uri.php:194 Stack trace: #0 /home/directory/public_html/libraries/joomla/application/application.php(248): JURI::getInstance() #1 /home/directory/public_html/includes/application.php(135): JApplication->route() #2 /home/directory/public_html/index.php(36): JSite->route() #3 {main} thrown in /home/directory/public_html/libraries/joomla/environment/uri.php on line 194

line 194 is about replacing the ' in titles
I know the advanced tag settings has Additional character replacements but i am not sure who to change one apostrophe for another that would be working. Can someone please advise? This is not an issue where i can just remove tags because the tag is in a name, such as O'Reilly

i am using the latest k2 (updated today) on J2.5.11
also i wanted to show you the url from when i attempt to search
adamonhockey.com/index.php/component/search/?searchword=o\'reilly&ordering=newest&searchphrase=all&limit=20

this seems to work in other sites using k2 though so not sure why it's generating an error on this site.

i am not sure if it's the type of ' that is causing the problem but i am not sure how to correct the issue
  • Willford
  • Willford's Avatar
30 Apr 2013 13:41 - 30 Apr 2013 14:05
Replied by Willford on topic Extended User Fields

Extended User Fields

Category: English K2 Community

I think something went wrong here. I installed the plugin and enabled it. Then after completing a registration, when attempting to view my user page development.aycdesign.net/cmv/component/k2/author/377-demoacct i get the following error msg

Fatal error: Class 'JParameter' not found in /home/www/development.aycdesign.net/cmv/plugins/k2/userExtendedFields/userExtendedFields.php on line 43

  • Daniel Magdanz
  • Daniel Magdanz's Avatar
27 Apr 2013 14:45

Artikel berarbeiten (Edit item) funktioniert nicht

Category: Offizielle deutsche Gemeinschaft

Hallo und Guten Tag,
ich habe folgendes Problem und weiß nicht weiter:
Ich habe ein Template gekauft (responsive- also smartphone und Tablet geeignet) und kann im Frontend keine Artikel bearbeiten. Ich logge mich über das K2 Modul ein und klicke dann auf edit item (artikel bearbeiten) und bekomme folgende Fehlermeldung im Popup

Fatal error: Cannot redeclare class Mobile_Detect in /***/htdocs/templates/theme1036/includes/mobile_detect.php on line 16

Was kann ich tun?
  • JoomlaWorks
  • JoomlaWorks's Avatar
24 Apr 2013 01:42 - 22 Jun 2013 11:54

April 23rd, 2013: Simple Image Gallery Pro v3.0.1

Category: Product Updates [Archive]

Simple Image Gallery Pro v3.0.1 is now available for all active subscribers to download.

This update fixes or improves the following:
- Uploaded images are not force-renamed anymore. We do make sure though that the image names are "web friendly".
- Fixed ACL settings not being saved in Joomla! 2.5 or newer.
- Fixed the JSession::checkToken() fatal error appearing in some Joomla! installations.
- Fixed overriding default component settings for "captions" and "thumbnail mode", when using the editor plugin to insert image galleries. A lot of people could not see their gallery captions because the "no captions" option was previously selected by default. The new "default" behaviour is to use the component settings. If you don't set any custom options when inserting an image gallery to your Joomla! article, K2 item etc. you will now see clearer plugin tags, referencing just the gallery's folder.
- Tested and working with the upcoming Joomla! version 3.1
- Fixed jQuery 1.9.x latest version inclusion path from Google's CDN. Unfortunately the generic "1.9" selector is not yet working so we had to workaround this.
- Added a notification system via the Joomla! update manager for Joomla! version 2.5 or newer. You are notified of new releases, but you cannot directly update, as the extension requires an active subscription.

You can see a demo of this new version here: demo.joomlaworks.net/simple-image-gallery-pro


DOWNLOAD
If you have an active Simple Image Gallery Pro membership, just head over to the Member Dashboard at www.joomlaworks.net/dashboard and grab your copy from your "Subscriptions" page.

Or purchase this latest release from just 14.90 EUR. More info at: www.joomlaworks.net/extensions/commercial-premium/simple-image-gallery-pro


UPGRADING
Just upload the new version and it will overwrite the old one.

For more help, please visit the extension's documentation page at: www.joomlaworks.net/docs/simple-image-gallery-pro

For support questions you can now use our brand new Ticket Support System inside the Member Dashboard at www.joomlaworks.net/dashboard (active product membership required).
  • Paul Squires
  • Paul Squires's Avatar
22 Apr 2013 05:57
Save goes to blank screen in 2.6.6. was created by Paul Squires

Save goes to blank screen in 2.6.6.

Category: English K2 Community

Hi guys,

I upgraded to 2.6.6 on Friday and after saving/modifying K2 items, I had a blank screen in Administrator.

I'm running Joomla 2.5.

Turning error reporting to maximum produced this (I have anonymised my server paths)

Warning: require_once(/my_server_path/administrator/components/com_finder/helpers/indexer/adapter.php): failed to open stream: No such file or directory in /my_server_path/plugins/finder/k2/k2.php on line 15 Fatal error: require_once(): Failed opening required '/my_server_path/administrator/components/com_finder/helpers/indexer/adapter.php' (include_path='/my_server_path/plugins/system/shlib/shl_packages//ZendFramework-1.11.7-minimal/library:.:') in /my_server_path/plugins/finder/k2/k2.php on line 15 Warning: spl_autoload(): open_basedir restriction in effect. File(jfactory.inc) is not within the allowed path(s): (/my_server_path:/tmp/) in /my_server_path/libraries/joomla/session/storage/database.php on line 71 Warning: spl_autoload(): open_basedir restriction in effect. File(jfactory.php) is not within the allowed path(s): (/my_server_path/:/tmp/) in /my_server_path/libraries/joomla/session/storage/database.php on line 71 Fatal error: Class 'JFactory' not found in /my_server_path/libraries/joomla/session/storage/database.php on line 0

Deactivating Smart Search, as this post suggests, did the trick.

Just wanted to let the K2 folks know as 2.6.6 is the newest version (well, it is according to Joomla update!) and others may experience the same issue.

Cheers,
Paul
  • Tutto StreamingAnime
  • Tutto StreamingAnime's Avatar
19 Apr 2013 09:56 - 19 Apr 2013 10:01
Conflict with Jfusion was created by Tutto StreamingAnime

Conflict with Jfusion

Category: English K2 Community

Hi, I've installed both jfision and k2. But I have a problem.
if I try to login from the site There are no problem, but if I try to login from phpbb3 forum I get this error:

Fatal error: Class 'K2Table' not found in /homez.640/mangakao/www/tuttostreaming/administrator/components/com_k2/tables/k2user.php on line 14


I've tried to ask to jfusion support but this was their answer

The error may be caused by jfusion because the auth mod is enabled in phpbb. However, the error is happening within k2 because they do not load a class before using it.

We cant add the loading of this class to out code since we do not know if the user is using k2 or not, I would suggest you bring this "bug/conflict"to K2 instead.


Someone can help me? I'll attach the code of this file

K2 version: 2.6.6
Joomla version: 2.5.9
Phpbb3 version: 3.0.11
  • Pol
  • Pol's Avatar
19 Apr 2013 06:21
[SOLVED] version issue was created by Pol

[SOLVED] version issue

Category: English K2 Community

Good day!

I have 2 web sites, both Joomla! 2.5.9 & Php 5.2
Some of my modules use zend optimizer and my hosting provider cannot provide updated version for php 5.3. so i have to use 5.2 at the moment.
So I installed K2 and founf that after installation some components started to work incorrectly.
For example:
1.
when i try to add material in K2, i get the following error:
Fatal error: Class 'JSite' not found in .../docs/plugins/content/phocagallery/phocagallery.php on line 55
2.
in front end lightbox stops to work properly plus a lot of small bugs in back end.
When I swith off system K2, everything returns to normal state. I tried in another hosting and found that problem depends from my php version.

So the question, what version of K2 can work properly with php 5.2.

Thanks in advance for any suggestions
  • krmr
  • krmr's Avatar
09 Apr 2013 08:36
Replied by krmr on topic K2, JoomFish and the "Fatal error"

K2, JoomFish and the "Fatal error"

Category: English K2 Community

It's unbelievable that this post is a year old, and I still have to go and hack that file in K2 v.2.6.5! Or am I doing something wrong?
  • Akin IT Services, LLC
  • Akin IT Services, LLC's Avatar
05 Apr 2013 19:09
Memory Error was created by Akin IT Services, LLC

Memory Error

Category: English K2 Community

Hey folks,

Need some immediate help if it's here for this one. Have a site, nothing has changed on it. No new installations. All of a sudden can't add new items in K2.

Fatal error: Allowed memory size of 67108864 bytes exhausted (tried to allocate 77 bytes) in /home/clevela1/public_html/libraries/joomla/filesystem/folder.php on line 427

Tried updating to the most recent version of K2 - nothing.

Joomla 1.5.25 is the version of Joomla running.

www.clevelandrockandroll.com is the site.

Had the webhost bump up the memory to 512 Megs to ensure that is not the problem.

Site is basically dead without being able to get past this.

Help is appreciated!!
  • danieljas
  • danieljas's Avatar
04 Apr 2013 07:25
Replied by danieljas on topic Saving Items in K2

Saving Items in K2

Category: English K2 Community

Krikor Boghossian wrote: The missing files are from the jcemediabox plugin you should try reinstalling it.

The PHP Fatal error: is caused from a core Joomla! component called finder.
I can also see that you have Blog Ping enabled.

You should do some reverse engineering on this one. Try disabling the plugins and components you have installed and you will find what is causing that Fatal Error.


Dear Krikor.

I have also problem with saving, which I'd described on: getk2.org/community/New-to-K2-Ask-here-first/160498-Cant-save-configuration
Unfortunatelly without response. Could you help me.
I can't save configuration (i.e. spam settings) and I have problem with robots.
I will be gratful for your help.
  • Krikor Boghossian
  • Krikor Boghossian's Avatar
29 Mar 2013 16:46
Replied by Krikor Boghossian on topic Saving Items in K2

Saving Items in K2

Category: English K2 Community

The missing files are from the jcemediabox plugin you should try reinstalling it.

The PHP Fatal error: is caused from a core Joomla! component called finder.
I can also see that you have Blog Ping enabled.

You should do some reverse engineering on this one. Try disabling the plugins and components you have installed and you will find what is causing that Fatal Error.
  • LARENE WADE SPITLER
  • LARENE WADE SPITLER's Avatar
29 Mar 2013 16:20
Replied by LARENE WADE SPITLER on topic Saving Items in K2

Saving Items in K2

Category: English K2 Community

I seem to be missing files. This is some of the server log:

[Fri Mar 29 15:26:27 2013] [error] [client 186.45.156.128] File does not exist: /home/twin/www/twinislandinvestments.com/plugins/system/jcemediabox/css, referer: twinislandinvestments.com/
[Fri Mar 29 15:26:28 2013] [error] [client 186.45.156.128] File does not exist: /home/twin/www/twinislandinvestments.com/plugins/system/jcemediabox/js, referer: twinislandinvestments.com/
[Fri Mar 29 15:26:29 2013] [error] [client 186.45.156.128] File does not exist: /home/twin/www/twinislandinvestments.com/plugins/system/jcemediabox/themes, referer: twinislandinvestments.com/
[Fri Mar 29 16:11:18 2013] [error] [client 71.219.149.208] PHP Notice: Undefined property: TableK2Item::$state in /home/twin/www/twinislandinvestments.com/plugins/content/blogping/blogping.php on line 150, referer: twinislandinvestments.com/administrator/index.php?option=com_k2&view=item
[Fri Mar 29 16:11:18 2013] [error] [client 71.219.149.208] PHP Fatal error: Call to undefined function iconv() in /home/twin/www/twinislandinvestments.com/administrator/components/com_finder/helpers/indexer/parser/html.php on line 33, referer: twinislandinvestments.com/administrator/index.php?option=com_k2&view=item
[Fri Mar 29 16:14:52 2013] [error] [client 71.219.149.208] PHP Notice: Undefined property: TableK2Item::$state in /home/twin/www/twinislandinvestments.com/plugins/content/blogping/blogping.php on line 150, referer: twinislandinvestments.com/administrator/index.php?option=com_k2&view=item&cid=58
[Fri Mar 29 16:14:52 2013] [error] [client 71.219.149.208] PHP Fatal error: Call to undefined function iconv() in /home/twin/www/twinislandinvestments.com/administrator/components/com_finder/helpers/indexer/parser/html.php on line 33, referer: twinislandinvestments.com/administrator/index.php?option=com_k2&view=item&cid=58

These are the pieces I installed:
K2_v2.6.2
plugin_k2_css4k2_J17_172
plg_jw_simpleImageGallery-v2.2_j1.6
plg_jw_allvideos-v4.4_j1.5-2.5
mod_jw_srfr-v2.3_j1.5-1.7

Larene
  • Tutto StreamingAnime
  • Tutto StreamingAnime's Avatar
27 Mar 2013 21:09 - 27 Mar 2013 21:20
problem with k2 and rockbridge was created by Tutto StreamingAnime

problem with k2 and rockbridge

Category: English K2 Community

I've installed Rockbridge for bridge my joomla with my new phpbb3 forum but when i try to click in my menu for go to the forum from the site, appear this error of k2

Fatal error: Class 'K2HelperHTML' not found in /homez.640/mangakao/www/********/plugins/system/k2/k2.php on line 47


Line 47 is this
K2HelperHTML::loadjQuery();

what can I do?
  • william white
  • william white's Avatar
27 Mar 2013 00:01
Replied by william white on topic K2 fatal error

K2 fatal error

Category: English K2 Community

backup first!
If you have a previous working backup try restoring it.
Installing k2 over the top is ok, but Do Not uninstall k2 unless you want your k2 tables to be deleted
  • Ian Sinclair
  • Ian Sinclair's Avatar
26 Mar 2013 16:14
K2 fatal error was created by Ian Sinclair

K2 fatal error

Category: English K2 Community

My site crashed on launch day.
I'm running Joomla 2.5 with Community Builder, K2,

Notice: Use of undefined constant K2_JVERSION - assumed 'K2_JVERSION' in /home/my-username/public_html/mywebsite.com/components/com_k2/k2.php on line 13

Notice: Use of undefined constant K2_JVERSION - assumed 'K2_JVERSION' in /home/my-username/public_html/mywebsite.com/components/com_k2/helpers/utilities.php on line 326

Notice: Use of undefined constant K2_JVERSION - assumed 'K2_JVERSION' in /home/my-username/public_html/mywebsite.com/components/com_k2/controllers/itemlist.php on line 35

Notice: Use of undefined constant K2_JVERSION - assumed 'K2_JVERSION' in /home/my-username/public_html/mywebsite.com/components/com_k2/helpers/utilities.php on line 326

Notice: Use of undefined constant K2_JVERSION - assumed 'K2_JVERSION' in /home/my-username/public_html/mywebsite.com/components/com_k2/helpers/permissions.php on line 242

Notice: Use of undefined constant K2_JVERSION - assumed 'K2_JVERSION' in /home/my-username/public_html/mywebsite.com/components/com_k2/helpers/permissions.php on line 252

Fatal error: Class 'K2Table' not found in /home/taichi9/public_html/mywebsite.com/administrator/components/com_k2/tables/k2category.php on line 14

Should I try re-installing K2?
  • METZ Claude
  • METZ Claude's Avatar
24 Mar 2013 12:50
Falang with K2 was created by METZ Claude

Falang with K2

Category: English K2 Community

When activating the FALANG plugin, the following error messages occur when starting the WEB-Site:

Warning: include_once(/var/www/vhosts/rolleropen.lu/mychoiceintown.com/plugins/system/jfdatabase/intercept.jfalangdatabase.php): failed to open stream: No such file or directory in /var/www/vhosts/rolleropen.lu/mychoiceintown.com/plugins/system/jfdatabase/jfdatabase_inherit.php on line 51 Warning: include_once(): Failed opening '/var/www/vhosts/rolleropen.lu/mychoiceintown.com/plugins/system/jfdatabase/intercept.jfalangdatabase.php' for inclusion (include_path='.:') in /var/www/vhosts/rolleropen.lu/mychoiceintown.com/plugins/system/jfdatabase/jfdatabase_inherit.php on line 51 Fatal error: Class 'interceptDB' not found in /var/www/vhosts/rolleropen.lu/mychoiceintown.com/plugins/system/jfdatabase/jfdatabase_inherit.php on line 52
Displaying 541 - 560 out of 1119 results.

Powered by Kunena Forum