wabler
Forum Replies Created
-
So, PHP will only allow you to declare a class with a unique name. It looks like the newsletter plugin is using the same class name as the SendGrid plugin, “SMTP”.
This is not ideal, but it definitely happens, especially when plugins are built independently of each other.
I think the better option here is to uninstall SendGrid plugin and then use the Newsletter SendGrid extension – https://www.thenewsletterplugin.com/plugins/newsletter/sendgrid-module
Forum: Fixing WordPress
In reply to: Category dissapears on write pageOk, so apparently, if the link count field in the database is set to something over 1, and there are no posts associated with the category, you cannot assign new posts to that category?
Forum: Fixing WordPress
In reply to: d13gallery won’t workI fixed the problem. It was in the code for the gallery, the problem was that it was using a relative link based on the location of the current page.
So, what needed to be done was that it needed a “/” added to the line of code where it would insert the href of the image tag.
I have updated the gallery script and posted the files here: https://www.seoclear.com/2007/08/27/d13-gallery-didnt-work-right-so-i-updated-it/Forum: Fixing WordPress
In reply to: d13gallery won’t workI have the same exact problem. anyone have any ideas?
For some reason the d13thumbnail script doesnt work with the wordpress 2.2 installation.
Forum: Fixing WordPress
In reply to: WP not loading in Mozilla browsersNice job noticing that. I would have never guessed that was the answer to the problem!
Forum: Fixing WordPress
In reply to: Looking for a knowledgable WordPress mentorno i am just offering free help
I put $ as a joke on my profile, and have taken it off of there.
Forum: Fixing WordPress
In reply to: Looking for a knowledgable WordPress mentorI would be more than happy to help you out. I use wordpress for my site: sentletters.com, and I also host a blog on my server for a friend called oldbroadcasts.com, as well as various other places for work or fun.
I am a programmer in both PHP, and JavaScript (which is primarily what WordPress uses).
If you would like to contact me for help, just go to my contact page of the first blog i mentioned above.
Forum: Fixing WordPress
In reply to: WP not loading in Mozilla browsersYou need to take wp-admin/upgrade.php off your server..while this will not help your situation, it is still there. I imagine that if I look hard enough the install directory would probably still be there too, which is dangerous for anyone using WP