241
trabis
Re: How to reorder the Menu menu
  • 2011/10/8 22:17

  • trabis

  • Core Developer

  • Posts: 2269

  • Since: 2006/9/1 1


Both bugs are fixed now. Please test it.

Admin js files are loaded with the browse.php file and that is disabling browsers cache for those files. I don't know exactly what is the problem with modules.js, but if loaded directly (without using browse.php) it works.

The logout problem is related with $_SESSION, a change on 2.5.x (made for supporting jgrowl redirection) was the problem.

I hope it works ok for you now, thank you very much!



242
trabis
Re: TDMDownloads 1.61 + 2.5.3
  • 2011/10/8 18:34

  • trabis

  • Core Developer

  • Posts: 2269

  • Since: 2006/9/1 1


What is the file that produces 500 error?



243
trabis
Re: xoops2.4.5-to-2.5.3 upgrade
  • 2011/10/8 15:54

  • trabis

  • Core Developer

  • Posts: 2269

  • Since: 2006/9/1 1


How could it be missing, did you deleted system module dir? What package did you use? The upgrade package or full package?



244
trabis
Re: Installation 2.53 but Admin page is blank.
  • 2011/10/8 15:51

  • trabis

  • Core Developer

  • Posts: 2269

  • Since: 2006/9/1 1


http://php.net/manual/en/language.constants.predefined.php

__CLASS__ : The class name. (Added in PHP 4.3.0) As of PHP 5 this constant returns the class name as it was declared (case-sensitive). In PHP 4 its value is always lowercased. The class name includes the namespace it was declared in (e.g. Foo\Bar).

Are you using php 5.2? It is required by XOOPS 2.5.x.



245
trabis
Re: Installation 2.53 but Admin page is blank.
  • 2011/10/8 15:47

  • trabis

  • Core Developer

  • Posts: 2269

  • Since: 2006/9/1 1


Well done!
Just replace $instance = new $class(); with $instance = new XoopsSystemPanel();

Thank you, I will investigate this further. What are your system specs?



246
trabis
Re: Image in publisher RSS feed backend.php
  • 2011/10/8 11:39

  • trabis

  • Core Developer

  • Posts: 2269

  • Since: 2006/9/1 1


nope, $item.image_path is not set.

You can keep the template like that but you need to add extra lines in publisher/backend.php:
if (is_array($sarray)) {
        
$count $sarray;
        foreach (
$sarray as $item) {
            
$image $item->getMainImage(); //get main image array for this item
            
$tpl->append('items',
                         array(
                               
'image_path' => $image['image_path'], //adds image_path
                               
'title' => htmlspecialchars($item->title(), ENT_QUOTES),
                               
'link' => $item->getItemUrl(),
                               
'guid' => $item->getItemUrl(),
                               
'pubdate' => formatTimestamp($item->getVar('datesub'), 'rss'),
                               
'description' => htmlspecialchars($item->getBlockSummary(300true), ENT_QUOTES)));
        }
    }

No tested



247
trabis
Re: Installation 2.53 but Admin page is blank.
  • 2011/10/8 3:03

  • trabis

  • Core Developer

  • Posts: 2269

  • Since: 2006/9/1 1


Follow the header() method on file modules\system\themes\default\default.php

Probably you will be able to spot the bug.
Do you have write permission on all cache folders(specially xoops_cache)?



248
trabis
Re: Xoops 2.5.3 and xhelp 0.7.8 SQL error
  • 2011/10/8 2:06

  • trabis

  • Core Developer

  • Posts: 2269

  • Since: 2006/9/1 1


Use 'ENGINE=MyISAM' instead. Look inside the sql folder.



249
trabis
Re: Installation 2.53 but Admin page is blank.
  • 2011/10/7 23:36

  • trabis

  • Core Developer

  • Posts: 2269

  • Since: 2006/9/1 1


Quote:

fbcarter wrote:
I uninstalled everything then uploaded again and ran chechum.php.

The only error was:

./class/mail/phpmailer/language/phpmailer.lang-fo.php content invalid

I reuploaded this file and got the same error running checksum again.


OK, you can ignore that error. Please proceed with install.



250
trabis
Re: Installation 2.53 but Admin page is blank.
  • 2011/10/7 20:19

  • trabis

  • Core Developer

  • Posts: 2269

  • Since: 2006/9/1 1


Maybe you have files missing/corrupted. Try download/upload files again and re-install. There is a checksum-php included in the package, you can run it to see if your files are ok before installing it.




TopTop
« 1 ... 22 23 24 (25) 26 27 28 ... 190 »



Login

Who's Online

119 user(s) are online (80 user(s) are browsing Support Forums)


Members: 0


Guests: 119


more...

Donat-O-Meter

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

Latest GitHub Commits