brockangelo
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Using WP On a Local IntranetI wouldn’t recommend it for production, but while you are testing it you can set them all to read write like so:
- Right click on the top-level wordpress folder. Choose Sharing & Security.
- Click Security Tab.
- Click Add
- Type “Everyone” and click “Check Names” then OK
- With Everyone selected, click Full Control
- then click Advanced
- Check the box for “Replace permission entries on all child objects…
This should reset them all to read/write by everyone. Not recommended for production, but it should get you up and running.
Forum: Fixing WordPress
In reply to: Using WP On a Local IntranetThis would probably have something to do with the permission of the file structure of your WordPress isntallation, and probably not the database.
Since you’re running this on a Windows PC, I would suggest you start by making sure all of your permissions have been set correctly.
See here: Changing File Permissions
Forum: Fixing WordPress
In reply to: 189 Second Page Loads on Firewalled IntranetVery interesting predicament. Here is how I would troubleshoot:
1. Have you tried browsing to the website from the server itself?
2. Have you tried browsing to the website by IP address from an alternate machine?
3. Ping the website by domain name from another machine and note the reply times.
4. Do annslookup website.address
. It should come back in seconds and show each machine that it passed through to get to the site.This is most likely an issue with the web server, not DNS, and probably not the host server OS (meaning, not Windows Server 2003, but IIS – not Red Hat Linux, but Apache). What OS and web server is it running on?
Forum: Plugins
In reply to: Need a bar or pie chart plugin/widgetMy new plugin allows you to insert google charts. ??
Forum: Fixing WordPress
In reply to: Getting a chart into the blogyou might try google-chart-generator
??
Forum: Requests and Feedback
In reply to: Gantt chartsI’m working on this with my new plugin
Right now it only allows static data. But tying it into WP is in the works.
Forum: Plugins
In reply to: How to select data from DB for custom field?You could try my plugin. ??
Forum: Plugins
In reply to: First Plugin – review requestedthanks tsabeeka!
Forum: Fixing WordPress
In reply to: mysql databases full!I was having this same issue, so I decided it was time to write a plugin. It’s called “Delete Spam Daily”. If you are still having this issue, you can check it out here:
https://www.ads-software.com/extend/plugins/delete-spam-daily/
It doesn’t optimize the tables, but that would be a nice feature to add. I’ll look into that…
Forum: Fixing WordPress
In reply to: spam on commentsI was having this same issue, so I decided it was time to write a plugin. It’s called “Delete Spam Daily”. If you are still having this issue, you can check it out here:
https://www.ads-software.com/extend/plugins/delete-spam-daily/
Forum: Plugins
In reply to: [SVN repository] How Do I Upload?I’ll third that – and add that I’m familiar with the command line, but the whole “what to do it with” was not clear in the “about”. Thanks monkeyfight.
Forum: Plugins
In reply to: First Plugin – review requestedThank you riledhel!
That is very helpful. Nonces are a new thing to me, so I didn’t want to mess with it. This makes much more sense.
Forum: Plugins
In reply to: Issue With Options Pages and POSTThank you Otto – I too am writing my first plugin – this was extremely helpful.
Forum: Themes and Templates
In reply to: “post_type=post” not excluding pagesI still haven’t found what causes this. One thought I had was that my page_category plugin was causing the problem. I’m not at work, but I think I use the “page_category_plus” plugin to categorize my pages. Do you use the same?
Forum: Fixing WordPress
In reply to: login problem?Check the computer that you are using to login (meaning, not the computer that wordpress was installed on). Make sure that cookies are enabled.