Previous Thread
Next Thread
Print Thread
Hop To
#252268 02/14/2013 6:52 PM
Joined: Jun 2006
Posts: 869
old hand
old hand
Joined: Jun 2006
Posts: 869
I know I broke this when I did the upgrade or the move with out removing some crucial files.

I get blanks on some of the forums, when I go to upload photos.

I thought I had to make everything 777... not working

ideas?

Show and tell is here.
http://clubadventist.com/forum/ubbthreads.php/topics/609157/test.html#Post609157


http://clubadventist.com/forums

No longer following the carrot
Stan #252269 02/14/2013 7:31 PM
Joined: Jun 2006
Posts: 16,292
Likes: 116
UBB.threads Developer
UBB.threads Developer
Joined: Jun 2006
Posts: 16,292
Likes: 116
Did you update all of the paths in your config.inc.php file after the move?


I am a Web Development Contractor, I do not work for UBBCentral. I have provided free User to User Support since the beginning of these support forums.
Do you need Forum Install or Upgrade Services?
Forums: A Gardeners Forum, Scouters World
UBB.threads: UBBWiki, UBB Styles, UBB.Sitemaps
Longtime Supporter & Resident Post-A-Holic
VNC Web Services: Code Modifications, Upgrades, Styling, Coding Services, Disaster Recovery, and more!
Stan #252270 02/14/2013 8:00 PM
Joined: Jun 2006
Posts: 869
old hand
old hand
Joined: Jun 2006
Posts: 869
i did not see a place for that in config.inc.php
A couple of the photo forums seem to work, most do not..

What should it be?

Thanks for your help


http://clubadventist.com/forums

No longer following the carrot
Stan #252271 02/14/2013 8:08 PM
Joined: Apr 2007
Posts: 3,940
Likes: 1
SD Offline
Former Developer
Former Developer
Joined: Apr 2007
Posts: 3,940
Likes: 1
if you are on Toms servers, then 777 and 666 isn't a problem.

standard 755 and 644 suffice smile

Stan #252272 02/14/2013 8:11 PM
Joined: Jun 2006
Posts: 869
old hand
old hand
Joined: Jun 2006
Posts: 869
thats in the folder gallery and inside folders like

361
363
368

etc etc?


http://clubadventist.com/forums

No longer following the carrot
Stan #252274 02/15/2013 10:01 AM
Joined: Jun 2006
Posts: 869
old hand
old hand
Joined: Jun 2006
Posts: 869
What path has to be there in the config.inc.php?

I can not see a setting for that.


http://clubadventist.com/forums

No longer following the carrot
Stan #252275 02/15/2013 10:59 AM
Joined: Jun 2006
Posts: 16,292
Likes: 116
UBB.threads Developer
UBB.threads Developer
Joined: Jun 2006
Posts: 16,292
Likes: 116
there isn't a path that's specifically for the Gallery, if some work then the paths in the config should be fine. My reference was more towards that a move requires several paths to be updated:
Code
  'FULL_PATH' => '/home/user/public_html/forum',
  'SESSION_PATH' => '/home/user/public_html/forum/sessions',
  'ATTACHMENTS_PATH' => '/home/user/public_html/forum/uploads/files/',
  'SQL_LOG_PATH' => '/home/user/forum/logs/sql/',
  'ADMIN_LOG_PATH' => '/home/user/forum/logs/cpanel/',
  'UPLOADED_AVATAR_PATH' => '/home/user/public_html/forum/uploads/avitars/',
  'dumpdir' => '/home/user/forum/backups/',


I am a Web Development Contractor, I do not work for UBBCentral. I have provided free User to User Support since the beginning of these support forums.
Do you need Forum Install or Upgrade Services?
Forums: A Gardeners Forum, Scouters World
UBB.threads: UBBWiki, UBB Styles, UBB.Sitemaps
Longtime Supporter & Resident Post-A-Holic
VNC Web Services: Code Modifications, Upgrades, Styling, Coding Services, Disaster Recovery, and more!
Stan #252276 02/15/2013 11:05 AM
Joined: Jun 2006
Posts: 869
old hand
old hand
Joined: Jun 2006
Posts: 869
Thanks GIZMO, I believe all of those are correct... just double checked them, I did spell avatars a bit different but it works.

I tried to create a new photo forum, and got their error there as as well.

Still searching...


http://clubadventist.com/forums

No longer following the carrot
Stan #252277 02/15/2013 3:17 PM
Joined: Dec 2003
Posts: 6,560
Likes: 78
Joined: Dec 2003
Posts: 6,560
Likes: 78
First thng I would do is goto the ubb control panel and select permission checks.
Make sure all folders/files pass for Gallery Items.

Then confirm what image library you are using.
Or want to use.
ImageMagick or GD2
If ImageMagick then you need to make sure the paths are correct. If you moved hosts the ImageMagick paths may be different now
Tom can tell you the paths.
But anyway cp>Gallery Settings.
What Graphics Library do you want to use?

Note if you use GD2 no paths are required because it should be installed with PHP.

CP>DB,Paths&URLS-Paths&URLS.
ImageMagick Settings
Paths


Blue Man Group
There is no such thing as stupid questions. Just stupid answers
Stan #252278 02/15/2013 3:24 PM
Joined: Jun 2006
Posts: 869
old hand
old hand
Joined: Jun 2006
Posts: 869
hmm changed it to GD and it works...... thanks....

will have to get the other one fixed.

THANKS AGAIN.


http://clubadventist.com/forums

No longer following the carrot
Stan #252279 02/15/2013 3:39 PM
Joined: Dec 2003
Posts: 6,560
Likes: 78
Joined: Dec 2003
Posts: 6,560
Likes: 78
Then that means that your paths are incorrect for
Imagemagick.
Don't forget you have other features that use a image library.
Post/Reply Page Options
CAPTCHA verification
They each have the option to pick one or the other.

BTW what you changed will probably not fix any post while it was not working. Just posts prior to when it was working and after you changed to GD.
So that means your test posts need to be deleted.
As well as advise any users that you need to delete the broken ones and tell them to re-post.

Last edited by Ruben; 02/15/2013 3:44 PM.

Blue Man Group
There is no such thing as stupid questions. Just stupid answers
Stan #252280 02/15/2013 6:25 PM
Joined: Apr 2007
Posts: 3,940
Likes: 1
SD Offline
Former Developer
Former Developer
Joined: Apr 2007
Posts: 3,940
Likes: 1
no real need to go with imagemagick, either.

GD should be fine smile

Stan #252281 02/15/2013 6:27 PM
Joined: Jun 2006
Posts: 869
old hand
old hand
Joined: Jun 2006
Posts: 869
Tom confirmed it was the right path... wonder would could be wrong?


http://clubadventist.com/forums

No longer following the carrot
Stan #252282 02/15/2013 6:46 PM
Joined: Apr 2007
Posts: 3,940
Likes: 1
SD Offline
Former Developer
Former Developer
Joined: Apr 2007
Posts: 3,940
Likes: 1
well, if php is configured to NOT allow you running scripts outside of your home directory ( good for security, anyway ), imagemagick won't be allowed to run, since you are running the 'exec()' command...

hence, why using GD is what i'd recommend.

like i said, you don't gain anything HUGE by using IM, except for less memory use and performance on resizing ( rare )

GD should do fine for you, if your php memory is sufficient smile

Stan #252283 02/15/2013 8:03 PM
Joined: Jun 2006
Posts: 869
old hand
old hand
Joined: Jun 2006
Posts: 869
Thanks for the help everyone... will be using GD.


http://clubadventist.com/forums

No longer following the carrot
Stan #252915 06/13/2013 3:06 PM
Joined: Jun 2013
Posts: 34
H
newbie
newbie
H Offline
Joined: Jun 2013
Posts: 34
i did not see a place for that in config.inc.php
A couple of the photo forums seem to work, most do not..

Stan #252917 06/13/2013 3:16 PM
Joined: Jun 2006
Posts: 16,292
Likes: 116
UBB.threads Developer
UBB.threads Developer
Joined: Jun 2006
Posts: 16,292
Likes: 116
You really should only edit the config.inc.php file directly if it's a last resort as a minor syntax error could ruin the config and your forum won't work anymore.

The image binary choices exist in the Control Panel under "Gallery Settings" [UBBWiki]


I am a Web Development Contractor, I do not work for UBBCentral. I have provided free User to User Support since the beginning of these support forums.
Do you need Forum Install or Upgrade Services?
Forums: A Gardeners Forum, Scouters World
UBB.threads: UBBWiki, UBB Styles, UBB.Sitemaps
Longtime Supporter & Resident Post-A-Holic
VNC Web Services: Code Modifications, Upgrades, Styling, Coding Services, Disaster Recovery, and more!

Link Copied to Clipboard
ShoutChat
Comment Guidelines: Do post respectful and insightful comments. Don't flame, hate, spam.
Recent Topics
spam issues
by ECNet - 03/19/2024 11:45 PM
Looking for a forum
by azr - 03/15/2024 11:26 PM
Editing Links in Post
by Outdoorking - 03/15/2024 9:31 AM
Question on barkrowler and the like
by Mors - 02/29/2024 6:51 PM
Member Permissions Help
by domspeak - 02/27/2024 6:31 PM
Who's Online Now
2 members (Gizmo, Nightcrawler), 553 guests, and 186 robots.
Key: Admin, Global Mod, Mod
Random Gallery Image
Latest Gallery Images
Los Angeles
Los Angeles
by isaac, August 6
3D Creations
3D Creations
by JAISP, December 30
Artistic structures
Artistic structures
by isaac, August 29
Stones
Stones
by isaac, August 19
Powered by UBB.threads™ PHP Forum Software 8.0.0
(Preview build 20230217)