41
tzvook
Re: Syndication module
  • 2010/5/9 12:28

  • tzvook

  • Just can't stay away

  • Posts: 875

  • Since: 2003/2/1 2


Quote:
Fatal error: Call to undefined method Barticle::ArtObject() in /www/virtual/xxxxxxxxx.com/htdocs/modules/planet/class/article.php on line 58


ArtObject() is defined @ /frameworks/art/

---------------------------------

Since php 5.3.2 I also get this staff @ debug :

Quote:
Unknown: Assigning the return value of new by reference is deprecated in file /header.php line 60
Unknown: Assigning the return value of new by reference is deprecated in file /class/xoopsblock.php line 464
Unknown: Assigning the return value of new by reference is deprecated in file /class/xoopsblock.php line 514
Unknown: Assigning the return value of new by reference is deprecated in file /class/theme.php line 71
Unknown: Assigning the return value of new by reference is deprecated in file /class/theme.php line 191
Unknown: Assigning the return value of new by reference is deprecated in file /class/theme.php line 241
Unknown: Assigning the return value of new by reference is deprecated in file /class/theme_blocks.php line 85


and a lot of warnings ...



42
tzvook
Re: Syndication module
  • 2010/5/9 9:03

  • tzvook

  • Just can't stay away

  • Posts: 875

  • Since: 2003/2/1 2


Yep - Planet is not working at all with php 5.3 +
Issues with the "ArtObject()"



43
tzvook
Re: Help needed - Fatal error in article 1.0
  • 2010/5/9 8:45

  • tzvook

  • Just can't stay away

  • Posts: 875

  • Since: 2003/2/1 2


This "ArtObject" is killing me !!!!

There's calls all over for it !!! ... alll phppp's modules has fatal errors with php 5.3.2
If someone knows what to do about it ... I'm ready to listen

Seems like the source of the issue is the function itself ( Frameworks/art/ .... )



44
tzvook
Re: Help needed - Fatal error in article 1.0
  • 2010/5/7 11:10

  • tzvook

  • Just can't stay away

  • Posts: 875

  • Since: 2003/2/1 2


10x ghia

I wanted to avoid upgrading into 2.0 since I had a lot of issues with it in the past (all sort of small bugs), but had no choice, and now error is gone ...

Still don't know what will be the "buggy price" for it ...



45
tzvook
Help needed - Fatal error in article 1.0
  • 2010/5/7 9:44

  • tzvook

  • Just can't stay away

  • Posts: 875

  • Since: 2003/2/1 2


I moved my server into a php 5.3.2 server ( MySql 5.1.46 )
and now I get this:

Fatal errorCall to undefined method Xcategory::ArtObject() in /www/virtual/xxxxx.org/htdocs/modules/article/class/category.php  on line 36


XOOPS 2.3.3

and the module won't function ...

Has anyone got the same or has any idea about it ?



46
tzvook
Re: Defacer 1.0 alpha is released for feature requests
  • 2010/4/1 17:59

  • tzvook

  • Just can't stay away

  • Posts: 875

  • Since: 2003/2/1 2


Hey trabis

Long time

Found a bug and a fix in defacer.
When I had more then 15 Meta pages - the "Meta Manager" got blank (right after the tabs) ... a few tests showed it was the "$metacount" function at /admin/admin_meta.php which calls a missing file ( include_once XOOPS_ROOT_PATH.'/class/metanav.php )

Here is the fix (with the original lines eliminated by the "//TZ")
lines 59 - 68 at my "/admin/admin_meta.php" version

if ($metacount 0){
        if (
$metacount $limit) {
//TZ            include_once XOOPS_ROOT_PATH.'/class/metanav.php';
//TZ            $nav = new XoopsmetaNav($metacount, $limit, $start, 'start', 'op=list');
//TZ            $xoopsTpl->assign('pag','<div style="float:left; padding-top:2px;" align="center">'.$nav->renderNav().'</div>');
            
include_once XOOPS_ROOT_PATH.'/class/pagenav.php';
            
$nav = new XoopsPageNav($metacount$limit$start'start''op=list');
            
$xoopsTpl->assign('pag','<div style="float:left; padding-top:2px;" align="center">'.$nav->renderNav().'</div>');
        }else{
            
$xoopsTpl->assign('pag','');


Hope it'll be of use for someone ....

There's probably a need to see if the same bug exist in the "Theme manager" and in the "Permission Manager" - I havn't reached 16th in there .... so I don't know ....



47
tzvook
Re: How do I hide the title of a custom block?
  • 2009/12/23 21:24

  • tzvook

  • Just can't stay away

  • Posts: 875

  • Since: 2003/2/1 2


Quote:

demian wrote:
the cool code by tzvook above is wrong..
tq..this is awesome


It's not wrong , It's an old post, there's a later post in the forums with an explanation about changes in the "truncate" thing with UTF ( the smarty "truncate" is not working with UTF-8 ) ...
all my sits are still using this code

Long time ....



48
tzvook
Re: UserPage Problems
  • 2009/11/24 10:43

  • tzvook

  • Just can't stay away

  • Posts: 875

  • Since: 2003/2/1 2


I'm just reporting for someone to know how to solve the same issue:
The Xforum has the same issue too and canceling the search option at it's xoops_version.php solves it:

// Search
$modversion['hasSearch'] = 0;




49
tzvook
Re: Using HTML in Mail Users under System?
  • 2009/9/19 7:43

  • tzvook

  • Just can't stay away

  • Posts: 875

  • Since: 2003/2/1 2


@ Sama
Quote:
Sama wrote:
I have v2.3.3, but i get a blank page on admin module message, i use inbetween.

System vars will help here + debug info

@ Mazarin
Quote:
Will this make it into 2.4.0?

Try and see
Should work I think, if not - we'll try to deal with it ....



50
tzvook
Re: Different homepage for different groups
  • 2009/9/12 15:27

  • tzvook

  • Just can't stay away

  • Posts: 875

  • Since: 2003/2/1 2


I'm interested too, if one have the module files I'd love to take a look ....




TopTop
« 1 2 3 4 (5) 6 7 8 ... 60 »



Login

Who's Online

153 user(s) are online (96 user(s) are browsing Support Forums)


Members: 0


Guests: 153


more...

Donat-O-Meter

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

Latest GitHub Commits