Forum Replies Created
-
AuthorPosts
-
May 18, 2011 at 6:31 am in reply to: Warning: call_user_func_array() [function.call-user-func-array] #32508scotmanMember
Thanks amin007 really appreciate all your help..this topic is resolved!
May 17, 2011 at 10:51 pm in reply to: Warning: call_user_func_array() [function.call-user-func-array] #32506scotmanMemberThanks amin007 I contacted Pagelines about this.
You know I was thinking, I know it is not a good idea to silence warnings! But in this case the php code to purchase the product works and sends the visitor to paypal to purchase. I know you wouldn’t probably recommend it but do you think I will be just fine with silencing this and moving on. Will the rest of the wp e-store plugin features work like notifying wordpress their was a purchase and sending them the download link? Or will I have to test it and see?
May 16, 2011 at 6:07 pm in reply to: Warning: call_user_func_array() [function.call-user-func-array] #32504scotmanMemberAlright here is what I did I removed that extra line of duplicate code.
I then deactivated all my plugins and still the same problem.
I then activated the default wordpress theme and the error went away.
The theme I have installed is call Platform Pro by Pagelines that uses a child theme to make changes to the theme. It makes it a cinch to upgrade the theme without over writing your changes.
So this is defiantly theme related. How do I get this to work seeings how I am using a child theme in WordPress?
May 15, 2011 at 9:32 am in reply to: Warning: call_user_func_array() [function.call-user-func-array] #32502scotmanMemberAlright I unlocked the domain so we can work on this. Plus I removed the error reporting code.
May 15, 2011 at 9:23 am in reply to: Warning: call_user_func_array() [function.call-user-func-array] #32501scotmanMemberI forgot to add I added in the error reporting code to silence the error in the meantime.
But that is the code I have added to the php file. And it throws ‘Warning: call_user_func_array() [function.call-user-func-array]: First argument is expected to be a valid callback, ‘Array’ was given in /home/nicheweb/public_html/webcontentcourse.com/member/wp-includes/plugin.php on line 395′
May 15, 2011 at 9:21 am in reply to: Warning: call_user_func_array() [function.call-user-func-array] #32500scotmanMemberWhat I did was I added in the header and footer code as per your instructions.
‘<?php
error_reporting(0);
/*
Template Name: Sales Page
*/
wp_head();
?>’
‘<?php echo print_eStore_buy_now_button(5); ?>’
‘<?php
/*
Template Name: Sales Page
*/
wp_footer();
?>’
scotmanMemberThanks I will be searching for a new seo plugin. I didn’t know it was incompatible.
I did fix this though everything is working perfectly!
The fix is you have to edit the php.ini file via your WHM Cpanel Manager and navigate to PHP configuration editor and change the following…
Core memory_limit
-This sets the maximum amount of memory in bytes that a script is allowed to allocate. This helps prevent poorly written scripts for eating up all available memory on a server.
You want to set from 32m to 64m and all should be fine.
For members…Just a warning if you don’t know what I’m talking about just call up your host and ask them to increase your php memory limit.
wordpress white screen fix
scotmanMemberAlright I got the email and sent in the information. It will come in two tickets becuase I forgot to give you my ftp information on the first submitting.
Thanks for such a quick reply. really appreciate it Ivy.
scotmanMemberAlright after some investigation I disabled all addon then enabled yours first. Well it worked but these addons below will not work when your addons are activated. So I wonder what these addons have in common that they would all produce a white screen? Thanks.
Headspace 2
Redirection
Counterize II Version 2.14.1 | By Steffen Forkmann
cformsII Version 11.5 | By Oliver Seidel
Akismet Version 2.3.0 | By Automattic
-
AuthorPosts