Digital experiences for all disciplines
New Landing › How can we help? › Atelier › swift-framework
New Landing › How can we help? › Atelier › swift-framework
- This topic has 16 replies, 3 voices, and was last updated 8 years by David Martin – Support.
-
Posted in: Atelier
-
January 17, 2016 at 10:27 pm #241129
I have this issue:
Notice: Undefined index: form_title in /home/glauciol/public_html/wp-content/themes/atelier/swift-framework/core/sf-functions.php on line 1951
Notice: Undefined index: form_title in /home/glauciol/public_html/wp-content/themes/atelier/swift-framework/core/sf-functions.php on line 1951
And I have one plugin called WordPress Automatic Plugin (http://codecanyon.net/item/wordpress-automatic-plugin/1904470) and when I try to create a new campaign an error occur:
Notice: Undefined index: form_title in /home/glauciol/public_html/wp-content/themes/atelier/swift-framework/core/sf-functions.php on line 1951
Notice: Undefined index: form_title in /home/glauciol/public_html/wp-content/themes/atelier/swift-framework/core/sf-functions.php on line 1951
Fatal error: Allowed memory size of 268435456 bytes exhausted (tried to allocate 4300800 bytes) in /home/glauciol/public_html/wp-includes/functions.php on line 3464
January 18, 2016 at 6:37 am #241175Hi,
1. Try adding this line to your wp-config.php file:
define(‘WP_MEMORY_LIMIT’, ‘128M’);2. If you have access to your PHP.ini file, change the line in PHP.ini
If your line shows 32M try 128M:
memory_limit = 64M ; Maximum amount of memory a script may consume (64MB)3. If you don’t have access to PHP.ini try adding this to an .htaccess file:
php_value memory_limit 128M4. Talk to your host.
Thanks
MohammadJanuary 18, 2016 at 11:49 am #241302My config.php is:
define( ‘WP_MEMORY_LIMIT’, ‘1024M’ );I have a VPS account and when I try to add this line in my .htaccess file :
Error 500 – Internal Server Error
An error was encountered while processing your request. Typically this is a temporary condition. Please contact the web site owner for further assistance.
Let me explain something:
I have VPS with a few sites, one use only for testing. This did a clean install of the theme and the plugins installed there, there exists no problem, everything works perfect. On my site “true” had Flatsome Theme installed, everything worked perfect, installed of you and everything stopped. Although it is a site that still will “debut”, he already has over 5,000 products and has not as I do a “clean” installation. I give a lot of work. When I change the theme for what comes with the WP, it all comes back. Use the Child Theme of you.January 18, 2016 at 11:59 am #241307Hi,
Do not add it to your .htaccess, this needs to go into your
wp-config.php
file.define('WP_MEMORY_LIMIT', '256M');
Thanks.
January 18, 2016 at 12:51 pm #241334My config.php is:
define( ‘WP_MEMORY_LIMIT’, ‘1024M’ );January 18, 2016 at 12:55 pm #241338Please add the FTP details for the site.
We will take a closer look at your setup.
Thanks.
January 18, 2016 at 1:04 pm #241345This reply has been marked as private.January 18, 2016 at 1:15 pm #241350Hi,
The 500 server looks to be caused by this in your .htaccess:
RewriteCond %{HTTP_HOST} ^aondevende\.com$ [OR] RewriteCond %{HTTP_HOST} ^www\.aondevende\.com$ RewriteRule ^/?$ "Http\:\/\/www\.aondevende\.com\.br\/" [R=301,L]
If you remove that, the 500 error is no longer present.
Thanks.
January 18, 2016 at 1:27 pm #241356Nothing happens.
Let me explain something:
I have VPS with a few sites, one use only for testing. This did a clean install of the theme and the plugins installed there, there exists no problem, everything works perfect. On my site “true” had Flatsome Theme installed, everything worked perfect, installed of you and everything stopped. Although it is a site that still will “debut”, he already has over 5,000 products and has not as I do a “clean” installation. I give a lot of work. When I change the theme for what comes with the WP, it all comes back. Use the Child Theme of you.January 18, 2016 at 1:35 pm #241359Please attach here the server error log.
Thanks.
January 18, 2016 at 1:35 pm #241360PS – removing the above does stop the 500 server error. I can see that in my console log.
– David.
January 18, 2016 at 1:47 pm #241366The website encountered an error while retrieving http://aondevende.com.br/wp-admin/post-new.php?post_type=wp_automatic. It may be down for maintenance or configured incorrectly.
January 18, 2016 at 2:01 pm #241371Hi,
post_type=wp_automatic
wp_automatic is not related with the theme, please disable all plugins, leaving only the Swift Framework active.Please attach the full error log.
Thanks.
January 18, 2016 at 2:16 pm #241377David, first thanks for the support. Let me tell the whole story:
In my VPS I have several sites. I used their theme the following domain: camilla15anos.com.br with the plugin called WordPress Automatic Plugin (http://codecanyon.net/item/wordpress-automatic-plugin/1904470). Everything works perfectly. This site only use for testing before as I will in aondevende.com.br domain.
In this second domain (aondevende.com.br) I had them put the plugins installed theme was the Flatsome and everything worked perfectly. Well, when I installed the theme of you there, WordPress Automatic Plugin, which creates blog campaigns, stopped working. If you shoot the theme of the plugin works normally. I know it’s not plugin the conflict with the theme, as in the domain camilla15anos.com.br have your theme and plugin functioning normally. 2 CPanel are equal, equal WP settings. What I find is that the old theme left something in the database or WP plugin that does not function.
Summary: in the field camilla15anos.com.br I did a “clean” installation of your theme, or be reseted WP and made the beginning and aondevende.com.br I did a fresh install of theme. There’s no way I make the start in aondevende.com.br because I have more than 5000 registered products in WooCommerce.January 18, 2016 at 2:52 pm #241408Hi,
I would think the plugin possible left a reference in your Database table, there is nothing in the theme that would do this.
Thanks,
David. -
Posted in: Atelier
You must be logged in and have valid license to reply to this topic.