Paul Barthmaier (pbrocks)
Forum Replies Created
-
Me too!
Fatal error: Uncaught exception ‘Ai1ec_Event_Not_Found’ with message ‘Event with ID ‘119’ could not be retrieved from the database.’ in /home/emeq/public_html/wp-content/plugins/all-in-one-event-calendar/app/model/class-ai1ec-event.php:377 Stack trace: #0 /home/emeq/public_html/wp-content/plugins/all-in-one-event-calendar/app/helper/class-ai1ec-events-helper.php(63): Ai1ec_Event->__construct(119, 0) #1 /home/emeq/public_html/wp-content/plugins/all-in-one-event-calendar/app/controller/class-ai1ec-events-controller.php(531): Ai1ec_Events_Helper::get_event(119) #2 [internal function]: Ai1ec_Events_Controller->event_content(”) #3 /home/emeq/public_html/wp-includes/plugin.php(170): call_user_func_array(Array, Array) #4 /home/emeq/public_html/wp-includes/post-template.php(167): apply_filters(‘the_content’, ”) #5 /home/emeq/public_html/wp-content/themes/befree/content.php(51): the_content() #6 /home/emeq/public_html/wp-includes/theme.php(1117): require(‘/home/emeq/publ…’) #7 /home/emeq/public_html/wp-includes/theme.php(1091) in /home/emeq/public_html/wp-content/plugins/all-in-one-event-calendar/app/model/class-ai1ec-event.php on line 377
Forum: Plugins
In reply to: WP Carousel not work for me, Why?Sorry! I was looking at a different Carousel, by Simon Baier. I have just installed yours and it looks good so far. Thanks!
Forum: Plugins
In reply to: WP Carousel not work for me, Why?WP Carousel is just displaying a black box.
It’s a very pretty box, but still, it would be prettier with my photos in it.
Here is the Debug error I get:
Use of undefined constant carousel_init – assumed ‘carousel_init’ in /wp-content/plugins/carousel/carousel.php on line 658
Forum: Networking WordPress
In reply to: can't access newly created sub-domainsWell, something is wrong, for sure, because every other time I set up a Multisite network, I did it according to the Codex instructions and had no problem. At about the same time as ChapDaddy, I successfully set up a sub-directory network, even though WP detected a previous install. Essentially, I have no clue WHY it worked, but thankful it has.
Forum: Networking WordPress
In reply to: can't access newly created sub-domainsI’ve been having trouble setting up MultiSite on HostGator the past 2 days. I’m using Sub-domains and have my wildcard setup as *.mydomain.com. I have set up many multisite networks and don’t understand what is going on. It’s as if the .htaccess isn’t being read properly.
The main site works fine and I can see that the site was created by clicking on Edit in the Sites section of the Network Admin. However, if I go to the site or I try to get to its dashboard, I get an Apache page that says congratulations, now you’re ready to add some files!
What can I do?
Forum: Plugins
In reply to: [Amazon S3 Uploads] [Plugin: Amazon S3 Uploads] Specified key doesn't work…Similar problem for me, but the plugin seems to work on my root site of Multisite. On a subdomain, I’m getting:
Warning: S3::listBuckets(): [InvalidAccessKeyId] The AWS Access Key Id you provided does not exist in our records. in /public_html/mydomain.com/wp-content/plugins/amazon-s3-uploads/tpyo-amazon-s3-php-class/S3.php on line 222
Warning: in_array() [function.in-array]: Wrong datatype for second argument in public_html/mydomain.com/wp-content/plugins/amazon-s3-uploads/asssu-models.php on line 244
Warning: S3::getBucketLocation(): [InvalidAccessKeyId] The AWS Access Key Id you provided does not exist in our records. in /public_html/mydomain.com/wp-content/plugins/amazon-s3-uploads/tpyo-amazon-s3-php-class/S3.php on line 222
Is this a path issue? If so, where would I go to specify?
I think I was able to isolate the Jetpack plugin as the culprit that caused the issue.
Yep! Helped me. Thanks!
Forum: Plugins
In reply to: Change display nameWow! What a great question! You are like the kind of kid my dad would describe as having an uncanny grasp of the obvious!
Don’t mind if I just answer my own question, by saying, yes, yes it is simple to change the display name! Just look in the Buddypress Options in the Dashboard of your site. I found this today. Sorry, folks.
https://mysite.com/wp-admin/admin.php?page=bp-settings
Hope this helps someone else!
This doesn’t seem correct to me. When WordPress automatically creates files and folders, they are owned by the Apache. When you manually create files or folders thru FTP, they will be owned by your database. This would be ok, but then you need to get involved every time someone wants to upload an image or change an avatar, if the folder has not yet been created! There has got to be a way to do this correctly.