jeffservaas
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Fatal error: Unknown function: imageantialias()My host changed something in post.php and it is working again now.
Forum: Fixing WordPress
In reply to: Fatal error: Unknown function: imageantialias()My webhost is using PHP 4.4.2. I have a support request in with my host, and they are looking at it. Maybe they have changed something, or maybe it is since the upgrade to 2.0.3.
Possibly related, I just tried to create a login for them to use and I see another error:
Fatal error: Call to undefined function: http_build_query() in
/home/username/public_html/techtalk/wp-includes/pluggable-functions.php on line 242
Line 242: $q = http_build_query($_POST);
Do you think they are related?
Forum: Plugins
In reply to: subscribe2 2.2.2MattyRob, thanks for the tip! I do have a link to manage my subscription settings, so it must be logging me on automatically. I will have to visit the site from someone elses PC.
Thanks again.
Jeff
Forum: Plugins
In reply to: subscribe2 2.2.2Well, I just had someone subscribe to the site. I thought, how did they do that?
I checked the soite, nope, still no form there. Then I had a BFO. Try IE! Sure enough, the subscribe plugin is working for IE6 but not Firefox 1.5.0.3.
I hope that sheds some light on it for someone, adn we can find the error.
Forum: Plugins
In reply to: subscribe2 2.2.2Hi Samboll
I am having exactly the same problem as andreavascellari. I was running subscribe2 v2.2.0 for a couple of months with no problem.
Anyway, today I upgraded the blog from WordPress 2.0 to 2.0.2 and updated subscribe2 from v2.2.0 to v2.2.2
Now I don’t get the subscribe form appearing on the subscribe page. I tried de-acttivating all plugins then re-activating subscribe2 but that didn’t work. I checked my page source to see if it was the same problem as andreavascellari but I can’t see anything wrong.
Have I missed something?
My subscribe page is https://www.yamasakiot.com/techtalk/subscribe
Forum: Plugins
In reply to: WordPress Email Notification Plugin v2.3.1 ErrorThanks for the link Chelsea. I have followed your lead and installed Skippys plugin instead.
It was much eassier for me to configure (no database knowledge required) and is working great.
Forum: Fixing WordPress
In reply to: created pages not displayedOK, I did some searching. It is the .htaccess file.
I had to delete my .htaccess content, then regenerate it by updating permalinks
See the ‘paged navigation doesnt work’ section on https://codex.www.ads-software.com/Using_Permalinks
Forum: Fixing WordPress
In reply to: created pages not displayedI tried switching to the Default Theme, and still cannot see created pages, so it is not caused b ththe theme.
Is anyone else using Pages on a blog at domain.com/blog/
Any other ideas people?
Forum: Fixing WordPress
In reply to: created pages not displayedThat did it! I set permalinks to default, and the page is there.
But I really like using /%postname%/ permalinks to allow nicer urls, so if there is a way to have both, I’d love to hear about it!
UPDATE: I also tried “date and name based” and “numeric” permalinks, but my pages only work when I use the default format. My other blog has no problem with a combination of both. The only difference is that one is on the root URL, and it has a different theme (fasttrack instead of benevolance). Which do you think is causing the problem – the theme or the URL structure?
UPDATE 2: Now the pages aren’t even working with the default permalink structure. Something is flakey here ??
Forum: Plugins
In reply to: WordPress Email Notification Plugin v2.3.1 ErrorOK, I upgraded to 2.3.1 as per the install.txt
One thing I noticed was that there was no /wp-content/plugins/wp-email-notification/block_reports.php to delete.
The outcome is that the error in the admin area > manage > email notification is gone, but the error on the front page remains:
Warning: mysql_num_rows(): supplied argument is not a valid MySQL result resource in /home/servaas/public_html/wp-content/plugins/wp-email-notification/email_notification_2.3.1.php on line 369
Warning: mysql_fetch_assoc(): supplied argument is not a valid MySQL result resource in /home/servaas/public_html/wp-content/plugins/wp-email-notification/email_notification_2.3.1.php on line 372
So, anyone know what makes it an invalid MySQL result?
Forum: Plugins
In reply to: WordPress Email Notification Plugin v2.3.1 ErrorI had a look at the developers website, where I have also posted a call for help. It seems there were minimal changes made between 2.3.0 and 2.3.1 so I am not sure that upgrading will help. Also, can you upgrade a broken plugin?
The alternative is to pgrading is to uninstall 2.3.0 and do a fresh install of 2.3.1. Normally you can just delete the files but with this plugin I had to run install.php on the server, and there is no uninstall.php so how do I uninstall this?
Forum: Plugins
In reply to: WordPress Email Notification Plugin v2.3.1 ErrorI am also having problems with this plugin. I have installed 2.3.0 with WordPress 2.0.
I have followed all instructions but I am getting this error on the front page of my blog:
Warning: mysql_num_rows(): supplied argument is not a valid MySQL result resource in /home/servaas/public_html/wp-content/plugins/wp-email-notification/email_notification_2.3.php on line 369Warning: mysql_fetch_assoc(): supplied argument is not a valid MySQL result resource in /home/servaas/public_html/wp-content/plugins/wp-email-notification/email_notification_2.3.php on line 372
And on the Admin page for this plugin I have the following error report:
Warning: main(): open_basedir restriction in effect. File(/maillist/wpemn_config.php) is not within the allowed path(s): (/home/servaas:/usr/lib/php:/usr/local/lib/php:/tmp) in /home/servaas/public_html/wp-content/plugins/wp-email-notification/index.php on line 19
Warning: main(/maillist/wpemn_config.php): failed to open stream: Operation not permitted in /home/servaas/public_html/wp-content/plugins/wp-email-notification/index.php on line 19
Warning: main(): open_basedir restriction in effect. File(/maillist/wpemn_config.php) is not within the allowed path(s): (/home/servaas:/usr/lib/php:/usr/local/lib/php:/tmp) in /home/servaas/public_html/wp-content/plugins/wp-email-notification/index.php on line 19
Warning: main(/maillist/wpemn_config.php): failed to open stream: Operation not permitted in /home/servaas/public_html/wp-content/plugins/wp-email-notification/index.php on line 19
Warning: main(): Failed opening ‘/maillist/wpemn_config.php’ for inclusion (include_path=’.:/usr/lib/php:/usr/local/lib/php’) in /home/servaas/public_html/wp-content/plugins/wp-email-notification/index.php on line 19
And guidance appreciated.
Forum: Fixing WordPress
In reply to: Site working in Firefox1.5 but not IE6that fixed it! Thanks for ‘giving back’ as you say DianneV ??
Forum: Installing WordPress
In reply to: 2.0 Very Soon!!thanks joel. That being the case, I think I’ll have a go at installing 2.0 myself, rather than waiting for the fantastico update.
Forum: Installing WordPress
In reply to: Excluding all browsers but FireFox 1.5sorry Dianne, you should be able to reach me via the contact page on my website(if you can see my site) and my email address is in my WordPress profile. Anyway, you can email me at jeffatservaasdotnu if you like
macmanx, I will open a support forum thread.