v123shine
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: WP_MEMORY_LIMIT not appliedIf everything work fine. Yes, you are right, that is not related to the plugin.
This is very strange. Why your memory limit don’t changes in wordpress site ??
Maybe this is the latest solution from me. Try deactivate all your plugin. After that test it. And what the result?
Forum: Fixing WordPress
In reply to: WP_MEMORY_LIMIT not appliedThe error shows up with no email been sent.
I think you should test. You server still can send email or not (maybe so much pending queue). I create this simple script (php) for test.
Url: https://pastebin.com/QviYxA50
Note: change [email protected] with your gmail email.***
Okay. That good if you just send 30 mail per minute.
Now open your mail log. And can you copy paste the error message in here?
Forum: Fixing WordPress
In reply to: How do I delet my www.remarpro.com account?Why?
Forum: Fixing WordPress
In reply to: WP_MEMORY_LIMIT not appliedMore than 100k. Wow, you have so many user.
If you can increase your memory limit. That still useless. Because your server very busy (just like you DOS your self) and that the cause of ur error.
Solution:
1. If you can you must limit to send the email in minute. Example: 100 mails in 1 minute.
2. if you can, change fast cgi become cgi. (UPDATE: Oh i see you already using CGI)Try this in your htaccess file:
<IfModule mod_php5.c> php_value memory_limit 512M </IfModule>
Forum: Fixing WordPress
In reply to: WP_MEMORY_LIMIT not appliedWait… you get memory exhausted from DS (dedicated server)? How much RAM do you have?
How many unique visitor /day do you have? Can you copy paste the full error message? I need to know the error come from plugin or … ???
Forum: Fixing WordPress
In reply to: WP_MEMORY_LIMIT not appliedTry using this solution. Copy and paste thie below code into htaccess in your root file.
php_value memory_limit 512M
Forum: Fixing WordPress
In reply to: How to hide widget content in password protected pagesOh I see. This is very easy. But I need your page.php code from your theme. Can you post in here or in pastebin?
Forum: Fixing WordPress
In reply to: site working slowWhen I test your site, everything work fine. Your site work fast. I just need 2-4 seconds for open your site.
Note: If you are using the share hosting (Bluehost Share hosting). Sometime you will got the slow connection.
Good luck!
Forum: Fixing WordPress
In reply to: How to hide widget content in password protected pagesI’m not sure, but I thint that is not possible. Password only protect your page content, NOT your widgets.
Can you show to me the explanations url, please!
Forum: Fixing WordPress
In reply to: Restore post from old databaseYes that is possible.
Get your backup file and restore it. You can do that in Localhost. After that export the file become XML. Now you have 1 XML file from old site.
In new site. Import that XML file from old site to a new site. Be careful when you import the file. Make sure you using the right category and author.
Note: If you don’t want some post. Just delete it from your new site.
Done, goodluck!
Forum: Fixing WordPress
In reply to: WP_MEMORY_LIMIT not appliedI think your phpinfo give you the right result.
And how to display memory limit in wordpress? Do you using custom plugin?
Do you clear your cache?
Forum: Fixing WordPress
In reply to: Fatal error: Cannot redeclare class WP_PostSorry, I mean deactivate all your plugin. You can do that via wp admin.
Forum: Fixing WordPress
In reply to: Fatal error: Cannot redeclare class WP_PostJust disable all your plugin. And re-activate one by one. You can find the error!
Forum: Fixing WordPress
In reply to: Image link in FunctionsThank you so much Bob Cristello for your help.
Now I got the full image. But the full image still don’t have a link to himself. I need something like this:
<a href="full-image.jpg"><img src="full-image.jpg"></a>
Can you help me, please!
Many thanks.
ShineForum: Fixing WordPress
In reply to: Cannot upload images+1 bemdesign. Yes 3 -4 MB is not a small size. Try upload this image: https://i.imgur.com/hffXb4yb.jpg
If everything work fine, the problem with your “minimun upload size”. Search in google, there are so many solution in there.
Thanks