Lyften Bloggie - BUGS:authors, latest blog, latest most pop ...
Authors blog error:
Warning: Invalid argument supplied for foreach() in /hermes/web06/b2076/hy.poet/modules/mod_lb_authors/helper.php on line 68
Latestpop Error:
Warning: require(/hermes/web06/b2076/hy.poet/modules/mod_lb_latestpop/tmpl/default.php) [function.require]: failed to open stream: No such file or directory in /hermes/web06/b2076/hy.poet/modules/mod_lb_latestpop/mod_lb_latestpop.php on line 18
Fatal error: require() [function.require]: Failed opening required '/hermes/web06/b2076/hy.poet/modules/mod_lb_latestpop/tmpl/default.php' (include_path='.:/usr/local/lib/php-5.2.12/lib/php') in /hermes/web06/b2076/hy.poet/modules/mod_lb_latestpop/mod_lb_latestpop.php on line 18
Latest Blog Error:
Warning: Invalid argument supplied for foreach() in /hermes/web06/b2076/hy.poet/modules/mod_lb_latestblog/helper.php on line 98
Warning: Invalid argument supplied for foreach() in /hermes/web06/b2076/hy.poet/modules/mod_lb_latestblog/tmpl/default.php on line 5
|
|
thanks for the update Daniel but still many errors and buggy still but you are close to get a very nice blog comp really but not yet. :)
I updated the new version 1.1.0 and got this error crash my site..
(Fatal error: Call to undefined method EntriesHelper::getfirstimage() in /home/site/public_html/modules/mod_lb_latestpop/helper.php on line 135 -- update this was old version reinstall new version)
Now I got this error from new dl version
Warning: require(/home/travelma/public_html/modules/mod_lb_latestpop/tmpl/default.php) [function.require]: failed to open stream: No such file or directory in /home/site/public_html/modules/mod_lb_latestpop/mod_lb_latestpop.php on line 18
Fatal error: require() [function.require]: Failed opening required '/home/travelma/public_html/modules/mod_lb_latestpop/tmpl/default.php' (include_path='.:/usr/lib/php') in /home/travelma/public_html/modules/mod_lb_latestpop/mod_lb_latestpop.php on line 18
Also got this when trying to save with Joomla editor in back end with ping enable Fatal error: Class 'BlogPing' not found in /home/site/public_html/administrator/components/com_lyftenbloggie/framework/core/ping.php on line 101
Would be better if you can make a profile url to Community Builder and JoomSocial as option for a new blog profile dont you think so?
I also have a problem with the categories and that is that only the one that I have make a blog on is showed up. I have about 14 categories. 2 where I have written one blog in each is showed up the rest doesnt show up by the category module. This was working before and the tables are in the db..??
Another problem is with the lates_blog module. After login and also when using SEF Joomla enable, I use CB 1.2.3 J 1.5.20 the the date icon getting black and crash the layout in the module position you have set it up to.
I think you have a lot of SEF issues for the modules really. Still not solved after long time Daniel..
Any tips?
rgds
|
|
Thanks for replying.
It was a fresh install. I used the mods that were suggested. I think they were the most updated ones but I am not 100% sure of that. (mod_lb_authors_v1.0.4).
I also had a conflict with the Joomla extension: Sourcerer, I disabled that extension and it stopped the conflict.
Sourcerer integrates into the joomla editor and even tho I enabled the lyften editor it still wanted to go thru the sourcerer.php.
I have the blog up and running at http://poem.org
Also, placing an image on post is a little bit buggy, it will not post the link to the image after clicking on the image on the server.
I can get it working if I manually copy the link to the url space provided.
Other than these few glitches I think this is a wonderful extension for Joomla.
|
|
adrienne
[Doherty 21 Jul 2010 06:58:44]Daniel,
Thanks for replying.
It was a fresh install. I used the mods that were suggested. I think they were the most updated ones but I am not 100% sure of that. (mod_lb_authors_v1.0.4).
I also had a conflict with the Joomla extension: Sourcerer, I disabled that extension and it stopped the conflict.
Sourcerer integrates into the joomla editor and even tho I enabled the lyften editor it still wanted to go thru the sourcerer.php.
I have the blog up and running at http://poem.org
Also, placing an image on post is a little bit buggy, it will not post the link to the image after clicking on the image on the server.
I can get it working if I manually copy the link to the url space provided.
Other than these few glitches I think this is a wonderful extension for Joomla.
|
|
- Warning: Invalid argument supplied for foreach() in/home/sandili/public_html/modules/mod_lb_latestpop/tmpl/default.phpon line 4
Warning: Invalid argument supplied for foreach() in/home/sandili/public_html/modules/mod_lb_latestblog/tmpl/default.phpon line 5
|
|
A l'installation des modules latestpop et latest blog j'ai la même erreur à la ligne 5 .
Dommage car je trouve votre composant blog très bien et je suis ok pour faire un don si il fonctionne bien.
Merci pour votre travail
------
Good evening
On installation of modules and latestpop latest blog I get the same error at line 5.
Too bad because I find your blog component very well and I'm ok to make a donation if it works well.
Thank you for your work
|
|
I ´ve Installed the modules and displays the follow errors:
Autors:
Warning: Invalid argument supplied for foreach() in /home/______/public_html//modules/mod_lb_authors/helper.php on line 68
With Lastest:
Warning: require(/home/____/public_html/modules/mod_lb_latestpop/tmpl/default.php) [function.require]: failed to open stream: No such file or directory in /home/____/public_html/modules/mod_lb_latestpop/mod_lb_latestpop.php on line 18
Cathegories Module is work very well.
Thanks for the help
|
|
Hi Daniel,
This is really good component and modules.
I found a few errors in modules. Some are easy to sort out some not.
Here are my comments.
Latest most pop:
In mod_lb_latestpop module in helper.php file, there is required extend.php, but I’m missing this file in component.
if(!file_exists(JPATH_SITE.DS.'components'.DS.'com_lyftenbloggie'.DS.'helpers'.DS.'extend.php')) return;
require_once (JPATH_SITE.DS.'components'.DS.'com_lyftenbloggie'.DS.'helpers'.DS.'extend.php');
extend.php
Latest blog:
authorLevel is not defined in config - then field a.name doesn't exist in __bloggies_autors table
solution - delete LB from if($cparams->get('authorLevel', 'LB') == 'LB') line 75
-> new line if($cparams->get('authorLevel', '') == 'LB')
Autors:
same as before
line 32 if($cparams->get('authorLevel', 'LB') == 'LB')
line 34 name field is not in __bloggies_autors table
line 59 $authorLevel should be inside quotes.
This should help you to correct files.
Except mod_lb_latestpop not big deal.
Cheers
Miroslav
|
|


