KristyO
Forum Replies Created
-
Forum: Plugins
In reply to: [The Events Calendar] Causing PHP errors with Genesis 2.0Did you figure out how to fix it yet?
Forum: Plugins
In reply to: [The Events Calendar] Causing PHP errors with Genesis 2.0I’m getting this PHP error with Genesis as well, I’m not sure what to do.
Warning: in_array() expects parameter 2 to be array, null given in /homepages/16/d481103813/htdocs/adept-plm/wp-content/themes/genesis/lib/functions/general.php on line 293
I went and looked at the file and there is no line 293?
Please help I would love to get rid of this error.
Thanks!
Forum: Plugins
In reply to: [Contact Form 7] [Plugin: Contact Form 7] Upload File SizeLet me know if you get anything to work.
Forum: Plugins
In reply to: [Contact Form 7] [Plugin: Contact Form 7] Upload File Size.htaccess you might have to create or it should be in your root directory, or whatever directory your trying to affect. The php.ini file is also located in the root direcotory but it depends on your hosting to find where to change it.
Look in your hosting control panel to see if there’s somewhere to alter scripts
Forum: Plugins
In reply to: [Contact Form 7] [Plugin: Contact Form 7] Upload File SizeI altered the php.ini file with these values
post_max_size = 30M
upload_max_filesize = 100M
max_execution_time = 900
memory_limit = 100MI tried to append the wp_config.php with
define(‘WP_MEMORY_LIMIT’ , ‘100M’);
– and –
I tried this in the .htaccess
<IfModule mod_php5.c> php_value post_max_size 30M php_value upload_max_filesize 100M php_value memory_limit 100M </IfModule
No luck on any of it though.
Forum: Plugins
In reply to: [Contact Form 7] [Plugin: Contact Form 7] Upload File SizeNope.
I’m in IPAGE hosting, and they are telling me on their hosting that no matter what they only offer 10mb uploads via script.
I tried altering the php.ini, htaccess, and the script to the plugin with no success. Also thought it might be a problem with the SMTP send of the file b/c the error says it can’t send, not that it’s too big but i was not able to make that work either.
I’m going to have to find another solution. ??
Forum: Plugins
In reply to: [Contact Form 7] [Plugin: Contact Form 7] Upload File SizeThis is a very time sensitive manner, please any other suggestions?
Forum: Plugins
In reply to: [Contact Form 7] [Plugin: Contact Form 7] Upload File SizeCould this have anything to do with e-mail properties or e-mail settings?
Forum: Plugins
In reply to: [Contact Form 7] [Plugin: Contact Form 7] Upload File SizeI’m not in Multi-site
and here the phpinfo https://www.printmypictureonline.com/phpinfo.php
but I still can’t get it to work… added htaccess info to file in main directory and appended the wp_config.php
Forum: Plugins
In reply to: [Contact Form 7] [Plugin: Contact Form 7] Upload File SizeI’m not in Multi-site
and here the phpinfo https://www.printmypictureonline.com/phpinfo.php
but I still can’t get it to work… added htaccess info to file in main directory and appended the wp_config.php
Forum: Plugins
In reply to: [Contact Form 7] [Plugin: Contact Form 7] Upload File Sizethen after about 30 sec to a minute it returns this
“Failed to send your message. Please try later or contact the administrator by another method.”
Forum: Plugins
In reply to: [Contact Form 7] [Plugin: Contact Form 7] Upload File Size[contact-form-7 id="582" title="Prolab File Submit"]
<p><b>Upload File 1*</b><i> (required)</i> [file* proupload1 id:proupload1 limit:20971520] <i> Max file size: 20MB</i></p> <p><b>Upload File 2 </b> [file proupload2 id:proupload2 limit:20971520] <i> Max file size: 20MB</i></p> <p><b>Upload File 3</b> [file proupload3 id:proupload3 limit:20971520] <i> Max file size: 20MB</i></p> <p>Your Name (required)<br /> [text* your-name] </p> <p>Your Email (required)<br /> [email* your-email] </p> <p><b>Your Phone Number*</b> <i> (required)</i> [text* PhoneNumber /12 id:PhoneNumber]</p> <p><b>Your Shipping Address</b> <i>Line 1</i> [text ShippingAddress id:shippingaddress1] <i>Line 2</i> [text addressline2 id:addressline2] <i>City</i> [text city 20/ id:city] <i>State</i> [text state 20/ id:state] <i>Zip</i> [text zip 7/5 id:zip] <i>Country</i> [text country 30/ id:Country] <p>Your Message<br /> [textarea your-message] </p> <p>[submit "Send"]</p>
Forum: Plugins
In reply to: [Contact Form 7] [Plugin: Contact Form 7] Upload File SizeWhat does that mean to change it to php5.ini, I only have one option for editing php.ini in Ipage
Forum: Plugins
In reply to: [Contact Form 7] [Plugin: Contact Form 7] Upload File SizeIPage hosting