Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - sweetmisery29f

Pages: [1]
1
Here are my lines 64-69. After a few changes now it's line 66 that is the trouble. Where the search lightbox is. What is wrong with it? Please help if you know.

$search_id = array();
if ($user_info['user_level'] == ADMIN){;
  if ($search_lightbox != ""){
      $sql = "SELECT *
           FROM ".LIGHTBOXES_TABLE."
           WHERE ".get_user_table_field("", "user_id")." = $search_lightbox";

2
Discussion & Troubleshooting / Re: Error uploading image file, CHMOD?
« on: August 22, 2006, 08:27:23 AM »
I went thru everything once again and noticed I had missed some files.  :oops: Now it all works again. Thanks!  :lol:  :lol:

3
Discussion & Troubleshooting / Re: Error uploading image file, CHMOD?
« on: August 21, 2006, 04:09:00 PM »
I didn't change anything. My host changed all CHMOD to 755 or lower. Doesn't gallery/data and gallery/templates/default need 777 to work?

4
Discussion & Troubleshooting / Error uploading image file, CHMOD?
« on: August 21, 2006, 12:04:56 PM »
My host did the following on the server where I have my database. After this I can't upload photos anymore.  :(

"Due to the increasing amounts of spam, phishing and security risks on our servers, we will be enabling phpsuexec on all servers.  The enabling of phpsuexec should not cause any errors/issues, however we ask that you verify and ensure all your scripts are working correctly, as some scripts are prone to any configuration changes and have strict running requirements. 
 
If you have a script that is not executing, please ensure the permission on the file is set to CHMOD 755. Scripts or folders that are chmodded to 777 will no longer work due to security risks involved with 777 settings. Setting 755 is equivalent to 777 in the new environment. "

I get this error message:

Warning: move_uploaded_file(./../data/media/13/R10372.jpg): failed to open stream: Permission denied in /home/gardenph/public_html/gallery/includes/upload.php on line 104

Warning: move_uploaded_file(): Unable to move '/tmp/phpYSsuoE' to './../data/media/13/R10372.jpg' in /home/gardenph/public_html/gallery/includes/upload.php on line 104

Error uploading image file: R10372.jpg
R10372.jpg: Copy error. Please check the directory permissions.


I checked and safe mode is not on. I've tried both 755 and 777 and none work anymore. Is there any way I can bypass this problem?

If you know how, I'd be grateful for any suggestions!


5
Mods & Plugins (Requests & Discussions) / Re: Activate and deactivate
« on: December 18, 2005, 12:19:28 PM »
Thanks for your reply. Unfortunately that doesn't solve my problem.  :( When I get the list of all that are deactivated I still have to edit each one to reactivate them which is quite time consuming. If I check the boxes for multiple images to reactivate several, the info about the images eaither disappears (if I don't fill in anything in the edit box) or all pictures get the same info.

I'd like to have a choice to check the boxes in front of the deactivated pictures and then just click on a new button that reactivates them all at the same time? Isn't that doable, please?

6
Mods & Plugins (Requests & Discussions) / Re: Activate and deactivate
« on: December 14, 2005, 08:39:39 PM »
I've been away some time but I still need to deactivate and reactivate my images...  I need to do that because we have images up for sale and when they are out to our agency I don't want anyone to be able to see them and buy them.

Now I deactivate them one by one. I wish I could just get a list of which images are deactivated and then just click in a box or something in front of the image names to reactivate the returns from the agency.

Many thanks if anybody would consider this.

7
 :D
Thank you so much! Works great!

One more thing... would it be possible to add a "Activate/Deactivate" radio button in the Quick edit list?  :roll:

Sweet

8
This is the exact same Mod that I would need (see my post on March 13). I really hope that some smart guy out there helps with this. I need to be able to look for deactivated images and then get a list of them and the option to just click in the list to get them activate again.

I'm sooo looking forward to this, thanks!  :D

Sweet

9
Mods & Plugins (Requests & Discussions) / Activate and deactivate
« on: March 13, 2005, 11:53:33 AM »
Hello

I need to de-activate and re-activate images on a regular basis. I understand how to deactivate them by going in to each picture and select deactivate. But is there an easier way to re-activate? Best would be if I could get up a list of the images that are deactivated and then just fill in each that should be activated at that time and leave the rest.

I've heard there is a way to activate all, but I haven't found that feature and also would not be as efficient as I then have to deactivate some again.  :roll:

Any advise, ideas or suggestions would be highly appreciated. Or if someone would make a mod...  :D

Pages: [1]