View Single Post
Old December 15th, 2005, 12:33 PM   #4 (permalink)
sebuck
Junior Member
Verified Customer
 
Join Date: Dec 2005
Posts: 4
OK, I definitely need register_long_arrays on, but register_globals, register_argc_argv, and anything to do with magic quotes can be left off. I still get a warming about argv receiving an index of 0 whenever I go to my main Photopost page. I thought that turning on register_argc_argv would correct this warning, but it didn't.

I'm actually using ImageMagick. I chose it because I thought it support more image files. I plan to upload a lot of very large images. Is there any reason why you would pick GD over ImageMagick for my situation? Regardless, I will look at adjusting the php max file size variable and execution time settings since I will be processing large images.

Chuck, you also asked me if I was using vb2.php integration? I am (now) integrating with vBulletin 3.5.2. Is this what you mean? I took a little bit of work because I had the 'bb' cookie problem that others have been talking about. I also got a php error when it appeared it was trying to write my integration information to one of my files. I gave it 777 permissions, it worked, and then I returned the original permissions. This was at about 3am, so I can't remember what the file name is right now. I also can't directly log into the Photopost admin-index.php admin interface. However, if I log into the vBulletin interface, go to the gallery, and then choose the Photopost admin link, I get the Photopost admin interface. Is this normal?

Except for these couple of minor issues, everything seems to be working right now. The keys were to not use the latest versions of php and MySQL and to turn the register_long_arrays on variable on (which is off by default in the recommended php file). I really appreciate all of the help!!!
sebuck is offline   Reply With Quote