Hi, thank you for the response. I tried to do what you listed, but couldn’t find any error.log or error_log. The only file that was close was in the softaculous folder and that was empty. I also looked on cPanel for the “Error logs” function, but didn’t find anything. I guess my server falls under the “don’t” category. lol
I had to copy/paste the preview url to see the error log for the post I was trying to see. It redirects to http://lizzysgrandadventure.x10.mx/?p=1649&preview=true for some reason and when I publish, it redirects to wp-admin link from my OP. For each test, I had enabled plugins again…The test posts posted (same wordcount, same slideshows, etc), but the RFL 2016 post refuses to post. I can’t find any error log files on my server, in either the server or the directory wordpress is in. The only file I found was in softaculous’ folder and it was empty. I also tested the slideshow in the lower word post, but there were no errors like above.
.htaccess (root folder): Options -Indexes
.htaccess (site directory):
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ – [L]
# add a trailing slash to /wp-admin
RewriteRule ^([_0-9a-zA-Z-]+/)?wp-admin$ $1wp-admin/ [R=301,L]
RewriteCond %{REQUEST_FILENAME} -f [OR]
RewriteCond %{REQUEST_FILENAME} -d
RewriteRule ^ – [L]
RewriteRule ^([_0-9a-zA-Z-]+/)?(wp-(content|admin|includes).*) $2 [L]
RewriteRule ^([_0-9a-zA-Z-]+/)?(.*\.php)$ $2 [L]
RewriteRule . index.php [L]
Error log for Long Test Post 2:
Notice: Undefined index: user_id in /home/lizzysgr/public_html/wp-content/plugins/mobile-friendly-flickr-slideshow/mobile-friendly-flickr-slideshow.php on line 150
Notice: Undefined index: user_id in /home/lizzysgr/public_html/wp-content/plugins/mobile-friendly-flickr-slideshow/mobile-friendly-flickr-slideshow.php on line 167
Notice: Undefined index: photosetid in /home/lizzysgr/public_html/wp-content/plugins/mobile-friendly-flickr-slideshow/mobile-friendly-flickr-slideshow.php on line 168
Notice: Undefined index: photosetid in /home/lizzysgr/public_html/wp-content/plugins/mobile-friendly-flickr-slideshow/mobile-friendly-flickr-slideshow.php on line 189
Notice: String offset cast occurred in /home/lizzysgr/public_html/wp-content/plugins/mobile-friendly-flickr-slideshow/classes/simple_flickr_photo_api.php on line 181
Notice: Undefined index: photosetid in /home/lizzysgr/public_html/wp-content/plugins/mobile-friendly-flickr-slideshow/mobile-friendly-flickr-slideshow.php on line 191
Error Log for Long Test Post:
Notice: Undefined index: user_id in /home/lizzysgr/public_html/wp-content/plugins/mobile-friendly-flickr-slideshow/mobile-friendly-flickr-slideshow.php on line 150
Notice: Undefined index: user_id in /home/lizzysgr/public_html/wp-content/plugins/mobile-friendly-flickr-slideshow/mobile-friendly-flickr-slideshow.php on line 167
Notice: Undefined index: photosetid in /home/lizzysgr/public_html/wp-content/plugins/mobile-friendly-flickr-slideshow/mobile-friendly-flickr-slideshow.php on line 168
Notice: Undefined index: photosetid in /home/lizzysgr/public_html/wp-content/plugins/mobile-friendly-flickr-slideshow/mobile-friendly-flickr-slideshow.php on line 189
Notice: String offset cast occurred in /home/lizzysgr/public_html/wp-content/plugins/mobile-friendly-flickr-slideshow/classes/simple_flickr_photo_api.php on line 181
Notice: Undefined index: photosetid in /home/lizzysgr/public_html/wp-content/plugins/mobile-friendly-flickr-slideshow/mobile-friendly-flickr-slideshow.php on line 191
Error Log for the post I’m trying to post:
Notice: Undefined index: user_id in /home/lizzysgr/public_html/wp-content/plugins/mobile-friendly-flickr-slideshow/mobile-friendly-flickr-slideshow.php on line 150
Notice: Undefined index: user_id in /home/lizzysgr/public_html/wp-content/plugins/mobile-friendly-flickr-slideshow/mobile-friendly-flickr-slideshow.php on line 167
Notice: Undefined index: photosetid in /home/lizzysgr/public_html/wp-content/plugins/mobile-friendly-flickr-slideshow/mobile-friendly-flickr-slideshow.php on line 168
Notice: Undefined index: photosetid in /home/lizzysgr/public_html/wp-content/plugins/mobile-friendly-flickr-slideshow/mobile-friendly-flickr-slideshow.php on line 189
Notice: String offset cast occurred in /home/lizzysgr/public_html/wp-content/plugins/mobile-friendly-flickr-slideshow/classes/simple_flickr_photo_api.php on line 181
Notice: Undefined index: photosetid in /home/lizzysgr/public_html/wp-content/plugins/mobile-friendly-flickr-slideshow/mobile-friendly-flickr-slideshow.php on line 191
Notice: Undefined index: user_id in /home/lizzysgr/public_html/wp-content/plugins/mobile-friendly-flickr-slideshow/mobile-friendly-flickr-slideshow.php on line 150
Notice: Undefined index: user_id in /home/lizzysgr/public_html/wp-content/plugins/mobile-friendly-flickr-slideshow/mobile-friendly-flickr-slideshow.php on line 167
Notice: Undefined index: photosetid in /home/lizzysgr/public_html/wp-content/plugins/mobile-friendly-flickr-slideshow/mobile-friendly-flickr-slideshow.php on line 168
Notice: Undefined index: photosetid in /home/lizzysgr/public_html/wp-content/plugins/mobile-friendly-flickr-slideshow/mobile-friendly-flickr-slideshow.php on line 189
Notice: String offset cast occurred in /home/lizzysgr/public_html/wp-content/plugins/mobile-friendly-flickr-slideshow/classes/simple_flickr_photo_api.php on line 181
Notice: Undefined index: photosetid in /home/lizzysgr/public_html/wp-content/plugins/mobile-friendly-flickr-slideshow/mobile-friendly-flickr-slideshow.php on line 191
Thank you for your time.