5221
Mamba
Re: Xoops.org re-designed
  • 2016/1/19 9:40

  • Mamba

  • Moderator

  • Posts: 11373

  • Since: 2004/4/23


Any volunteers to help with it?

We are currently moving the development to GitHub, and once it's done, we would update the existing Module Repository, or come up with something different.

In the meantime, if somebody would like take over the task, please let us know...

Reg. the theme on http://www.xoops.org, personally for me, it is not an emergency, since it works, and we have more urgent issues. I was thinking about a new theme for the launch of XOOPS 2.6.0...

But as always, if somebody wants to volunteer and lead the effort to change the theme now, please go ahead and do it. We alwasy appreciate help and volunteers! And if the theme is better than what we currently have, why not?
Support XOOPS => DONATE
Use 2.5.10 | Docs | Modules | Bugs



5222
Mamba
Re: MyAlbum 3.07 pre-RC3 available for testing
  • 2016/1/19 9:04

  • Mamba

  • Moderator

  • Posts: 11373

  • Since: 2004/4/23


Quote:
Any clue about that ? Should i install the old version and then update it with 3.07 RC3 ?

Yes, that would be the best way for testing, so at least you can make sure that the database is working correctly before the update.

With they way you did, there might some element missing in the DB of which you were not aware, that could cause the issue.

But please make the test on a backup system, i.e. copy the old tables and the module, make sure that it works, and then make the update, and test if it works, and if not, what errors are you getting....
Support XOOPS => DONATE
Use 2.5.10 | Docs | Modules | Bugs



5223
Dante7237
Re: Xoops.org re-designed
  • 2016/1/18 13:06

  • Dante7237

  • Friend of XOOPS

  • Posts: 294

  • Since: 2008/5/28


Sounds good.
It wouldn't be a bad thing to clean up the modules repository, and add currently "working" modules/module packs.

It would eliminate the waste of time that happens when people install the latest XOOPS version and try to get any of those outdated modules to work with it.
If they are outdated, orphaned, non-functional they should be on GIT so people can work on them.
Only stable/current modules out of alpha/beta should be offered here.

imho..



5224
timgno
Xoops.org re-designed
  • 2016/1/18 10:22

  • timgno

  • Module Developer

  • Posts: 1504

  • Since: 2007/6/21


Do you agree on a fix with the new site design for xoops.org, with a nice theme with bootstrap?

An idea everyone could help!!!



5225
Golgoth21
Re: MyAlbum 3.07 pre-RC3 available for testing
  • 2016/1/18 9:56

  • Golgoth21

  • Just popping in

  • Posts: 6

  • Since: 2016/1/6 1


Hello

I tried Myalbum 3.07 RC3 onto a 2.5.7. A fresh install but with a 10 years old myalbum (2.84)

So i installed 3.07 and then i replaced the MySQL Myalbum Tables with the one i saved. then i discovered some troubles.

But the most interesting occured when i tried to rebuild the thumbnails images. All my photos and all the thumbnails have been deleted. Luckily i was working with a backup.

Any clue about that ? Should i install the old version and then update it with 3.07 RC3 ?



5226
Mamba
Re: hack youtube for html5 & bootstrap3 RWD
  • 2016/1/16 16:15

  • Mamba

  • Moderator

  • Posts: 11373

  • Since: 2004/4/23


Thank you so much xd9527 for your code contribution! This is always very much appreciated!

Richard, our Core Team leader was looking at that and will try to incorporate it into XOOPS!

Thank you again!
Support XOOPS => DONATE
Use 2.5.10 | Docs | Modules | Bugs



5227
Mamba
Re: Installation problem
  • 2016/1/16 6:48

  • Mamba

  • Moderator

  • Posts: 11373

  • Since: 2004/4/23


Maybe your issue is related to permissions on the DB? Similar to this guy?
Support XOOPS => DONATE
Use 2.5.10 | Docs | Modules | Bugs



5228
babay
Re: Installation problem
  • 2016/1/15 23:52

  • babay

  • Just popping in

  • Posts: 6

  • Since: 2003/12/28


Thanks, Mamba!
I download XOOPS 2.5.7.2.
Trying to install. But error is the same :(



5229
Mamba
Re: Installation problem
  • 2016/1/15 22:39

  • Mamba

  • Moderator

  • Posts: 11373

  • Since: 2004/4/23


You should install XOOPS 2.5.7.2 - it's the latest version.

If you still have problems, please let us know.
Support XOOPS => DONATE
Use 2.5.10 | Docs | Modules | Bugs



5230
babay
Installation problem
  • 2016/1/15 20:45

  • babay

  • Just popping in

  • Posts: 6

  • Since: 2003/12/28


Hello!
Trying to install want Xoops 2.5.7.1
From 4 to step 5 ( Database connection) error:
mysite/install/page_pathsettings.php
Fatal error: Call to a member function baseLocation() on a non-object in /home/u171720/xxx.xx/www/install/class/pathcontroller.php on line 98

* @param $xoopsPathDefault
     
* @param $dataPath
     
*/
    function 
PathStuffController$xoopsPathDefault$dataPath )
    {
        
$this->xoopsPathDefault $xoopsPathDefault;
        
$this->dataPath $dataPath;

        if ( isset( 
$_SESSION['settings']['ROOT_PATH'] ) ) {
            foreach (
$this->path_lookup as $req => $sess) {
                
$this->xoopsPath[$req] = $_SESSION['settings'][$sess];
            }
        } else {
            
$path str_replace"""/"realpath'../' ) );
            if ( 
substr$path, -) == '/' ) {
                
$path substr$path0, -);
            }
            if ( 
file_exists"$path/mainfile.dist.php" ) ) {
                
$this->xoopsPath['root'] = $path;
            }
            
// Firstly, locate XOOPS lib folder out of XOOPS root folder
            
$this->xoopsPath['lib'] = dirname($path) . "/" . ($this->xoopsPathDefault['lib']);
            
// If the folder is not created, re-locate XOOPS lib folder inside XOOPS root folder
            
if ( !is_dir($this->xoopsPath['lib'] . "/") ) {
                
$this->xoopsPath['lib'] = $path "/" . ($this->xoopsPathDefault['lib']);
            }
            
// Firstly, locate XOOPS data folder out of XOOPS root folder
            
$this->xoopsPath['data'] = dirname($path) . "/" . ($this->xoopsPathDefault['data']);
            
// If the folder is not created, re-locate XOOPS data folder inside XOOPS root folder
            
if ( !is_dir($this->xoopsPath['data'] . "/") ) {
                
$this->xoopsPath['data'] = $path "/" . ($this->xoopsPathDefault['data']);
            }
        }
        if ( isset( 
$_SESSION['settings']['URL'] ) ) {
            
$this->xoopsUrl $_SESSION['settings']['URL'];
        } else {
         [
color=660000]   $path $GLOBALS['wizard']->baseLocation();[/color]
            
$this->xoopsUrl substr$path0strrpos$path'/' ) );
        }
    }

    function 
execute()
    {
        
$this->readRequest();
        
$valid $this->validate();
        if (
$_SERVER['REQUEST_METHOD'] == 'POST') {
            foreach (
$this->path_lookup as $req => $sess) {
                
$_SESSION['settings'][$sess] = $this->xoopsPath[$req];
            }
            
$_SESSION['settings']['URL'] = $this->xoopsUrl;
            if (
$valid) {
                
$GLOBALS['wizard']->redirectToPage'+1' );
            } else {
                
$GLOBALS['wizard']->redirectToPage'+0' );
            }
        }
    }

    function 
readRequest()
    {
        if (
$_SERVER['REQUEST_METHOD'] == 'POST') {
            
$request $_POST;
            foreach (
$this->path_lookup as $req => $sess) {
                if ( isset(
$request[$req]) ) {
                    
$request[$req] = str_replace"""/"trim($request[$req]) );
                    if ( 
substr$request[$req], -) == '/' ) {
                        
$request[$req] = substr$request[$req], 0, -);
                    }
                    
$this->xoopsPath[$req] = $request[$req];
                }
            }
            if ( isset( 
$request['URL'] ) ) {
                
$request['URL'] = trim($request['URL']);
                if ( 
substr$request['URL'], -) == '/' ) {
                    
$request['URL'] = substr$request['URL'], 0, -);
                }
                
$this->xoopsUrl $request['URL'];
            }
        }
    }


I use hosting:
PHP version 5.4.34-5.4.34+mh1
MySQL extension mysqlnd 5.0.10 - 20111026 - $Id:
Session extension Success
PCRE extension Success
file_uploads ON
Database host: user1.mysql.myhoster.org


These extension - all ok (green check):
Character encoding extension MBString
Character set conversion extension Iconv
XML parsing extension XML
Zlib Compression extension Zlib
Image functions extension GD bundled (2.1.0 compatible)
Image meta data (exif) extension Exif
Filter functions extension

Database empty.
directory www - empty.
directory uploads, xoops_data, xoops_lib e.t.c. and files writable (777)
Any idea how to solve the problem?




TopTop
« 1 ... 520 521 522 (523) 524 525 526 ... 29425 »



Login

Who's Online

854 user(s) are online (292 user(s) are browsing Support Forums)


Members: 0


Guests: 854


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