kaitanium
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Need a random post generatorrandom or related is fine as all my posts are technically related. Ill check those out, i guess my terminology was almost on target thanksssss
Forum: Fixing WordPress
In reply to: another HTTP image upload errorAnyone have any clues?
Trying other types of plugins to sideload images (like media from FTP or add from server) and looks like the same problem when it hits the wp library
maybe is there a way to take the image link on the ftp and manually insert it into the post without having to do all my images one by one?
Forum: Fixing WordPress
In reply to: another HTTP image upload errorAlso seeing my hosting, im seeing that php “memory_limit” is at 256M, “upload_max_filesize” is at 64M. Im not sure if these are the numbers that are set and active right now or just purely informational telling me my hosting’s limits.
uploads folder is at 755
the code: define(‘WP_MEMORY_LIMIT’, ’64MB’); breaks my site
Forum: Fixing WordPress
In reply to: increase max_input_vars?ok so that was probably the dumbest mistake ever to hit planet earth. Thanks for the simple heads up lol. Looks like things are working properly now in the meanwhile.
Forum: Fixing WordPress
In reply to: increase max_input_vars?oh yea forgot to add that i added another line to my php.ini file. Now it reads
memory_limit = 10000M
max_input_vars 10000im no master coder so i have no idea if thats even right. I have a plugin in WP right now that checks the values and nothing has changed so im guessing it didnt do anything.
Forum: Fixing WordPress
In reply to: Cant seem to reduce database size furtherWOW ok that is VERY HELPFUL! Didnt know i could view all the tables like that within my phpMyAdmin. Saw that one of my plugins, as Ncej mentioned, was causing the high GB usage. The plugin that was eating up all the mem was WP Activity Monitor which I use to monitor the brute force attacks that come from time to time. I truncated that table and got 1.1gb back. Weird thing is that i cleared the plugin within the WP dashboard (no database optimizer could have cleared it) and I guess it did nothing.
Long story short. YES it was a plugin that was using alot of the database mem. This I suppose cant be cleared by any database cleaning plugin.
Thanks guys!
Forum: Fixing WordPress
In reply to: Cant seem to reduce database size furtherHmm really not sure what is going on. Deleted comments, deleted broken linked photos in the media folder, deleted comments. Not even a dent in the database size…
Forum: Fixing WordPress
In reply to: Cant seem to reduce database size furtherI used it. Did nothing. Didn’t even save 1kb
Forum: Fixing WordPress
In reply to: Cant seem to reduce database size furtherjust deleted about 40 posts and it didnt even make a single dent in the filesize. Bah.
Unless since they “moved” the db, i wonder if the db im cleaning up isnt reflected in my admin…
Forum: Fixing WordPress
In reply to: Cant seem to reduce database size furthersomehow i doubt that is the case as that wouldnt be related to my database size right? Thats the literal hosting side which I am well below their limits for my contract.
I already optimize my images before uploading to wordpress.
email from the abuse team:
“Our Server Administration has found that your database dbxxxxxxxxx has exceeded the maximum allowed capacity of one gigabyte (1GB) in size. Our database server administrators have had to move your database to an auxiliary server so that it does not negatively impact other databases. As a result, your database may be inaccessible for a short time frame while the move is still ongoing. Once the move is complete, you database will be available again using the same credentials as before, but with limited resources and reduced performance. Please optimize your database, and website if necessary, so that it no longer exceeds the 1GB maximum limit. Once the database size has been reduced to within the acceptable limit, please contact us.”
checking my admin panel, it says that particular database is at 1183mb of the 1024 allotted. Goes up and down depending on the day even if I dont do anything. Yesterday was at 1195
I may just start deleting some old posts that i dont really need to see if that helps much.
Forum: Fixing WordPress
In reply to: Cant seem to reduce database size furtherwp content uploads. I just upload via the built in uploader.
how do you even go about saving into the database?I dont want to post a new thread as my problem is the same. Trying to change the slideshow to have a “filmstrip” and in advanced settings image crop to be “disabled” but saving the slideshow resets it back to as if I didnt change any settings.
Will doing a reinstall wipe all of my current 30+ slideshows?
Forum: Plugins
In reply to: [Contact Form 7] need quiz text within input boxi havent personally updated to the latest version yet. maybe the plugin author can chime in
Forum: Fixing WordPress
In reply to: Brute force attackslooks like login attacks are back. after adding that htaccess code it stopped for awhile but i seem them back on my activity monitor now. any ideas? thanks!
Forum: Fixing WordPress
In reply to: Brute force attacksoh shoot, i should have checked that first. when i remade my site, i forgot to redownload akismet. im a dummy haha.