5241
Mamba
Re: Publisher 1.02 RC-5 available for testing
  • 2016/1/10 23:36

  • Mamba

  • Moderator

  • Posts: 11373

  • Since: 2004/4/23


Thank you!

I've merged it...
Support XOOPS => DONATE
Use 2.5.10 | Docs | Modules | Bugs



5242
Mamba
Re: XOOPS error after PHP upgrade
  • 2016/1/10 23:36

  • Mamba

  • Moderator

  • Posts: 11373

  • Since: 2004/4/23


Quote:
how to solve a problem?*/

Please upgrade to XOOPS 2.5.7.2

Please read the XOOPS Installation Guide, and in particular the chapter:

Upgrading from XOOPS 2.0. above 2.0.14 and 2.2

Please make sure that you also update your modules that you're currently using, otherwise you'll have the same problems with PHP version not being compatible.
Support XOOPS => DONATE
Use 2.5.10 | Docs | Modules | Bugs



5243
babay
XOOPS error after PHP upgrade
  • 2016/1/10 20:10

  • babay

  • Just popping in

  • Posts: 6

  • Since: 2003/12/28


Hello! I use xoops ver 2.3.
Hosting upgrade PHP. Now PHP 5.5
After upgrade site no open.
Blank screen and this:
PHP Fatal error: Call to a member function prefix() on a non-object in /home/u***/***.ru/www/kernel/configitem.php on line 294

function getObjects($criteria null$id_as_key false)
    {
        
$ret = array();
        
$limit $start 0;
        
$sql 'SELECT * FROM '.$this->db->prefix('config');
        if (isset(
$criteria) && is_subclass_of($criteria'criteriaelement')) {
            
$sql .= ' '.$criteria->renderWhere();
            
$sql .= ' ORDER BY conf_order ASC';
            
$limit $criteria->getLimit();
            
$start $criteria->getStart();
        }
        
$result $this->db->query($sql$limit$start);
        if (!
$result) {
            return 
false;
        }
        while (
$myrow $this->db->fetchArray($result)) {
            
$config = new XoopsConfigItem();
            
$config->assignVars($myrow);
            if (!
$id_as_key) {
                
$ret[] =& $config;
            } else {
                
$ret[$myrow['conf_id']] =& $config;
            }
            unset(
$config);
        }
        return 
$ret;
    }

Line 294 this:
$sql 'SELECT * FROM '.$this->db->prefix('config');


how to solve a problem?*/



5244
goffy
Re: Publisher 1.02 RC-5 available for testing
  • 2016/1/10 15:09

  • goffy

  • Just can't stay away

  • Posts: 535

  • Since: 2010/12/27


once, you have selected an image for an item, it is not possible to delete the image again

I fixed this problem by modifying assets/js/publisher.js and class/item.php

I create a pull request on github



5245
geekwright
Re: Bug in formselectuser.php in 2.5.7.1

Sorry, never saw this one.

Actually, the problem seems to be that it should always merge the selected user (or users) with the larger result set produced and cached. Seems to have been introduced with changes related to reducing some system crippling behaviors when the user table is large.

Again, sorry. I'll get an official fix in the works.



5246
geekwright
Re: Module news, no images in Facebook

You might look at fbcomment module. It was written to allow per article customization of the open graph presentation to facebook. Maybe it can be useful, or give you some ideas.

I will mention, that facebook changes the rules on a regular basis, causing what worked yesterday to not work today In the fbcomment open graph editor, there is a button to check on what facebook actually sees, and what it thinks should be fixed. Every so often the module needs some tweaks to keep up with the changes. I've been busy with other things lately, so if anyone wants to give it some love, please do!



5247
JesusRomero
Re: Module news, no images in Facebook

mmmm and then I can do to fix it



5248
Mamba
Re: Module news, no images in Facebook
  • 2016/1/9 15:47

  • Mamba

  • Moderator

  • Posts: 11373

  • Since: 2004/4/23


What I see a lot of times when I post a link to XOOPS articles is that Facebook takes images from its cache that are associated with website, and very seldom it takes the actual image from the article. But we don't use any open graph meta tags
Support XOOPS => DONATE
Use 2.5.10 | Docs | Modules | Bugs



5249
JesusRomero
Re: Module news, no images in Facebook

ehhhh does not capture the image to share, another image is published



5250
Mamba
Re: Module Documentation needed!
  • 2016/1/9 0:53

  • Mamba

  • Moderator

  • Posts: 11373

  • Since: 2004/4/23


So nobody is willing to help with the documentation?
Support XOOPS => DONATE
Use 2.5.10 | Docs | Modules | Bugs




TopTop
« 1 ... 522 523 524 (525) 526 527 528 ... 29425 »



Login

Who's Online

777 user(s) are online (323 user(s) are browsing Support Forums)


Members: 0


Guests: 777


more...

Donat-O-Meter

Stats
Goal: $100.00
Due Date: Jul 31
Gross Amount: $0.00
Net Balance: $0.00
Left to go: $100.00
Make donations with PayPal!

Latest GitHub Commits