Closed GoogleCodeExporter closed 9 years ago
Check your PHP and WordPress logs, the errors are likely occurring on the back
end.
Original comment by eranmil...@gmail.com
on 4 Oct 2011 at 1:20
[deleted comment]
When I go to add a category, firebug outputs this:
action add_category
category_data fgcolor=%23FFFFFF&category=test&bgcolor=%23005294
Source
action=add_category&category_data=fgcolor%3D%2523FFFFFF%26category%3Dtest%26bgco
lor%3D%2523005294
And it gives a response of 0
Original comment by asthepen...@gmail.com
on 4 Oct 2011 at 1:39
Could be a permission issue, check your backend logs.
These messages don't provide enough detail as to the cause of the problem.
For example, what resource was the server unable to find?
Original comment by eranmil...@gmail.com
on 4 Oct 2011 at 3:18
Sorry if this makes me look like an idiot, but I've been searching for those
logs and can't seem to find them. Where should I be looking?
Original comment by asthepen...@gmail.com
on 4 Oct 2011 at 3:27
WordPress log is located in the wp-content directory: debug.log
The PHP log location is determined by your ISP, you should ask your host.
Original comment by eranmil...@gmail.com
on 4 Oct 2011 at 3:37
Have you made any progress with this issue?
Original comment by eranmil...@gmail.com
on 5 Oct 2011 at 4:06
I've requested that the main admin give me access to the backend logs.
Hopefully I'll hear back soon.
Original comment by asthepen...@gmail.com
on 5 Oct 2011 at 4:27
Someone posted a response to the thread over on wordpress.org about this and
said:
I am running into this same issue. Things which may be related:
- I'm running a network of 3 sites using the wordpress "Network" feature.
- Also, I do not see the plugin in the list of installed plugins (i would like
to reinstall it).
- After looking deeper into it, it looks like the plugin did not install itself
properly, or at least it did not properly take into account the "Network" of
sites feature.
It created two tables:
wp_aec_event
wp_aec_event_category
but when I tried to create an event or category, it tried to insert into:
wp_2_aec_event
wp_2_aec_event_category
which did not exist. It tried to use those tables because that's the wordpress
naming convention for tables of a subsite (in this case with id 2).
I wouldn't be surprised if this was what was happening to me as well. I believe
my site is set up as part of a network (it's a highschool's site, provided
through a district-wide installation). Something worth looking into at least.
Original comment by asthepen...@gmail.com
on 5 Oct 2011 at 12:15
If that is the case, I would refer you to the plugin description which
specifically states this plugin does not support WordPress MU installations.
If you are interested in this functionality add a star to issue #9.
Original comment by eranmil...@gmail.com
on 5 Oct 2011 at 12:26
Original issue reported on code.google.com by
asthepen...@gmail.com
on 4 Oct 2011 at 12:43