|
|
Joined: Nov 2000
Posts: 2,759
Pooh-Bah
|
Pooh-Bah
Joined: Nov 2000
Posts: 2,759 |
PhotoPost specs say that Safe Mode must be "off"
Threadsdev has a PhotoPost gallery
Threadsdev is hosted at Infopop
Infopop does not disable safe mode on shared servers
How is PhotoPost running here?
Did nav disable safe mode for Threadsdev dev, did you guys change any of the code, or what?
|
|
|
|
Joined: Nov 2001
Posts: 10,369
I type Like navaho
|
I type Like navaho
Joined: Nov 2001
Posts: 10,369 |
No I had to do some tweaking..... It took some trial and error - but I *think* this was all I had to do to get it working right. in adm-main.php change this: <br />function dirsize($dir) { <br /> calculate the size of files in $dir, (it descends recursively into other dirs) <br /> $dh = opendir($dir); <br /> $size = 0; <br /> while (($file = readdir($dh)) !== false) <br /> if ($file != "." and $file != "..") { <br /> $path = $dir."/".$file; <br /> if (is_dir($path)) <br /> $size += dirsize($path); <br /> elseif (is_file($path)) <br /> $size += filesize($path); <br /> } <br /> closedir($dh); <br /> return $size; <br />} <br /> To this: <br />function dirsize($dir) { <br /> // calculate the size of files in $dir, (it descends recursively into other dirs) <br />// $dh = opendir($dir); <br />// $size = 0; <br />// while (($file = readdir($dh)) !== false) <br />// if ($file != "." and $file != "..") { <br />// $path = $dir."/".$file; <br />// if (is_dir($path)) <br />// $size += dirsize($path); <br />// elseif (is_file($path)) <br />// $size += filesize($path); <br />// } <br />// closedir($dh); <br /> $size = "Not in safe Mode"; <br /> return $size; <br />} <br /> That *seems* to solve it. Review Post still may not be working right - I can upload stuff - but other people seem to be unable to do so. :shrug:
|
|
|
|
Joined: Nov 2000
Posts: 2,759
Pooh-Bah
|
Pooh-Bah
Joined: Nov 2000
Posts: 2,759 |
Thanks Josh!
Wanted to make sure it would work before going out and buying a license, or deciding to switch to another host
-Tacks
|
|
|
|
Joined: Nov 2000
Posts: 2,759
Pooh-Bah
|
Pooh-Bah
Joined: Nov 2000
Posts: 2,759 |
For the most part it works. I probably need to change a few settings in the PP config.
It was throwing some errors when I had set up some categories and tried to move a photo from one category to another. I'll have to play with it some more when I get some time.
I also haven't edited the files to integrate it with threads, right now it's just using the login info from the threads db
|
|
|
|
Joined: Nov 2001
Posts: 10,369
I type Like navaho
|
I type Like navaho
Joined: Nov 2001
Posts: 10,369 |
Yeah, it's not widely tested...... I'm guessing that they say that you can't be in safe mode for more reasons than just what i disabled. I was just happy to get it to work enough here to be able to kind of "showcase" it integrated with threads. 
|
|
|
Donate to UBBDev today to help aid in Operational, Server and Script Maintenance, and Development costs.
Please also see our parent organization VNC Web Services if you're in the need of a new UBB.threads Install or Upgrade, Site/Server Migrations, or Security and Coding Services.
|
|
Posts: 1,157
Joined: July 2001
|
|
Forums63
Topics37,575
Posts293,932
Members13,824
|
Most Online6,139 Sep 21st, 2024
|
|
Currently Online
Topics Created
Posts Made
Users Online
Birthdays
|
|
|
|
|