![]() |
I had the Gallery Load Limit
set to the default. I erased the value and the error does not come up now. |
Check out this attachement and tell me if something should be in the filedata, value box.
I also go to the /gallery.php and see no attachments. I see nothing but the blank template. |
Here is the entire substance of my gallery.php page.
|
Have you run yourforums.com/admin/gallerymakethumbs.php? It should spit out a list of file names for all the JPG/BMP/GIFs it finds in your existing attachment table.
|
I had to modify it a little:
makeThumb($thumb[attachmentid], $thumb[filename], $filename); unlink($filename); set_time_limit(); } ?> notice the change of set_time_limit(); I'm using safe mode php so it didn't like that. Anyhoo, I get a blank page. I have attachments, I even (just now) posted a new attachment and ran gallerymakethumbs.php. Still the blank page. |
Please Update the *.zip File!
thx |
It created the table. Then I ran gallerymakethumbs and got this:
Processing attachment #11: woodchips.jpg. Processing attachment #12: admin.gif. Processing attachment #13: 411people2.gif. Processing attachment #14: easton2.jpg. So that's good I guess. Still nothing in gallery.php Still no filedata value. I have ImageMagick, I can convert from telnet so I know it's installed correctly. What's up, Please? |
Quote:
safe_mode_exec_dir string If PHP is used in safe mode, system() and the other functions executing system programs refuse to start programs that are not in this directory. From what I saw in your database screenshot, the filedata field was blank. I'm guessing the inserts are failing. Hopefully you have rights to update your PHP.INI and add the above statement. Probably the safest thing to do is to make a copy of convert in your existing safe mode directory... pointing it at a shared bin directory kind of defeats the purpose. You may want to remove the line: PHP Code:
Obviously I didn't test in safe mode. =) |
|
Telnet in and go to a directory where you have some images.
Then type this: convert -geometry 120x120 filename.jpg new_filename.jpg this will create a thumg 120x120 of filename.jpg if you can do this than cool, your problem lies elsewhere and I can't help you because I'm too stupid to get this to work too (different problems) |
All times are GMT. The time now is 11:23 PM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|