melissalee15
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Fatal ErrorHi all,
Thank you for your replies and I did went to the specific posts which you have given me in the comments. I was thinking of just increasing the php in the specific file as written on the error. I found it in my cpanel and was just looking through the file for the part on memory limit.
I’ve got this in the file :
/**
* Force PHP to extend max_execution_time to ensure larger themes can download
*
* @author Arman Mirkazemi
*
* @access private
* @since 1.0
*/
public function _http_request_args( $r ){
if ( (int) ini_get( ‘max_execution_time’ ) < EWPT_PLUGIN_MAX_EXECUTION_TIME ) {
set_time_limit( EWPT_PLUGIN_MAX_EXECUTION_TIME );
}$r[‘timeout’] = EWPT_PLUGIN_MAX_EXECUTION_TIME;
return $r;It didn’t have any numbers like 64M or 96M as mentioned in the other forums and I was thinking of adding this line instead to define the maximum memory.
define(‘WP_MAX_MEMORY_LIMIT’, ‘256M’);
But seeing how this isn’t the main wp-content.php or anything, I was just hoping to ask if you can point me to the right way?
Thank you so much for your patience.
Forum: Fixing WordPress
In reply to: Fatal ErrorSorry, I just noticed that I hadn’t paste out the full error description :
Warning: set_time_limit() [function.set-time-limit]: Cannot set time limit in safe mode in /home2/sparkles/public_html/wp-content/plugins/envato-wordpress-toolkit-master/index.php on line 866
and
sometimes,
Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 1024 bytes) in /home2/sparkles/public_html/wp-content/themes/triangulo/lib/php/LayoutBuilder/LBHeaderElement.php on line 28
Forum: Fixing WordPress
In reply to: Fatal ErrorI bought the Triangulo Theme from Themeforest http://themeforest.net/item/triangulo-creative-photographers-portfolio/5037709
I’ve submitted a request but the developers have yet to take a look into my case after a week, so I was searching around to see if it’s a matter with the theme or any other factors.
Forum: Fixing WordPress
In reply to: Couldn't find my blog after installationSorry to bother you again, I noticed that it was up again just 5 minutes ago, and I tried importing the file which I’ve exported from the previous blog. The same issue happened again, I’m pretty sure that this has got to do with me importing the file from WordPress.
Another thing is, is there any way that I can import a file of more than 2mb? The size of the file which I’ve exported is a whopping 2.5mb.
Forum: Fixing WordPress
In reply to: Couldn't find my blog after installationI got it as a brand new domain, and I was asked by the Crazydomains in a welcome email to (please see below) :
The name servers you need to set are:
ns1.dnspackage.com
ns2.dnspackage.comThe the other servers named :
NS1.SYRAHOST.COM
NS2.SYRAHOST.COMwas there initially before I added these new servers as instructed, and I wasn’t sure if I should delete them or not. Do you reckon that these are causing the problem? Though i did get an error message on my mobile when I tried going into the website stating ‘Safari cannot open the page because the server cannot be found’
Forum: Fixing WordPress
In reply to: Couldn't find my blog after installation@wpyogi I’ve cleared my cache and cookies for this browser, went in using safari and used my mobile’s browser but it seems that it’s still not showing up :S
Forum: Fixing WordPress
In reply to: WordPress site not showing upyeah it did worked earlier and I’m pretty sure the name servers were set correctly long before.
I’m with crazydomains as my webhost. I installed using Fantastico as recommended on one of the youtube videos, and it worked earlier! I think I just made it more complicated now, because I was asking around and I was advised to just delete the database and restart the whole installation process.
When I tried redo-ing it now, it just says that I can not install WordPress as a script has already exist in my root directory.
Forum: Fixing WordPress
In reply to: WordPress site not showing upHi there! I’m encountering the same problem as well. I got the welcome post initially, and when I tried to import my files from my older blog, it just leads me to a blank page with this error message
‘Oops! Google Chrome could not find sparklesandfox.com’
Any idea as to why this might have happened??