Pulse Blog Takes Me To An Empty Page After Clicking on Blog Entry

Ive tried looking in the Pulse CMS forum but I cant post in that Forum as im a new user in that one. So here is my info. When I click on the blog post, it takes me to the correct url where the blog lives but I get nothing as far as the full blog post. Just white space. The site is www.willowcreekglasschapel.com the blog feed is on the home page, under Blog/Announcements. The blog post is New Website Features.

<?xml version="1.0" encoding="UTF-8"?> http://willowcreekglasschapel.com/index.php http://willowcreekglasschapel.com/About%20Us/index.php http://willowcreekglasschapel.com/About%20Us/OurStory/index.php http://willowcreekglasschapel.com/About%20Us/Rates/index.php http://willowcreekglasschapel.com/About%20Us/FAQ/index.php http://willowcreekglasschapel.com/About%20Us/Open%20House/index.php http://willowcreekglasschapel.com/Chapel/index.php http://willowcreekglasschapel.com/Banquet%20Barn/index.php http://willowcreekglasschapel.com/Design/index.php http://willowcreekglasschapel.com/Photos/index.php http://willowcreekglasschapel.com/Contact/index.php http://willowcreekglasschapel.com/Booking/index.php

RewriteEngine On

RewriteBase /

RewriteRule ^blog-page-([^-])$ ?page=$1&p=blog [L]
RewriteRule ^blog-([^-]
)+? ?d=$1&p=blog [L]

RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ index.php?p=$1 [L]

Adds SVG image support

AddType image/svg+xml svg svgz
AddEncoding gzip svgz

<?php // **Pulse CMS Version Number** $pulse_version ='4.7' ; // **MOST IMPORTANT** // Please enter your serial number to use Pulse on a remote server, staging or production. A serial number is not needed during local testing. $pulse_serial = '' ; // Enter your serial number received upon purchase. One serial required per install. Get yours here: https://app.moonclerk.com/pay/kgu2jwx07dw // GENERAL // Tip: Copy only the contents of the "pulse" folder into the site root, not the folder itself. // If you want to install in a subfolder, you can, but it must be reflected in the path setting. $path = '/pulsecms'; // If installed in root, leave blank. If in "subfolder", use "/subfolder" $autobackup = true; // Turn on/off auto-backup feature date_default_timezone_set('America/Chicago'); // More: https://php.net/manual/en/timezones.php $language = 'english'; $anonymize_ip = false; // EDITOR $wysiwyg = true; // Toggle on/off WYSIWYG editor in blocks and blog $allow = array('txt','jpeg','gif','jpg','svg','png','pdf','zip'); // File types allowed to be uploaded // MEDIA $jpeg_resampling_off = false; // Toggle on/off jpeg resampling $jpeg_quality = '85'; // Use 100 for full jpeg quality (larger files) $jpeg_size = '1200'; // Scale jpegs to a max pixel size (height) $thumbnail_height = '120'; // FORM $mail_inputs = array('Name'=>'text','Email'=>'email','Phone'=>'text'); // Input fields $lang_form_name = 'Name'; // Must match "Name" input above $lang_form_email = 'Email'; // Must match "Email" input above $mail_textarea = array('Comment'=>'7'); // 7 = Number of rows in comment textarea $email_contact = array('you@mail.com'); // Example: 'one@mail.com','two@mail.com' $config_contact_form_auto_thank = true; // Toggle "false" to disable auto thank you emails // Tip: To add more form fields, add to the $mail_inputs array // Tip 2: For more complex forms, use the {{justforms:formid:height}} tag available to all Pulse Cloud Club users: https://upgrade.pulsecms.com/business.html // BLOG $result_per_page = 3; // Blog posts per page $blog_url = "http://www.willowcreekglasschapel.com/Blog"; $disqus_comments = false; // Turn on/off blog comments (Disqus) $disqus_shortname = "sample-name"; // Your disqus account name $date_format = "M j, Y"; // More: https://php.net/manual/en/function.date.php // RSS $blog_title = 'My Blog'; $blog_description = 'This is my blog.'; $rss_lang = 'en-us'; $url_prefix = 'blog'; // blog-1-post-title, if changed also edit htaccess @instacks @dan
  1. Please remove your serial number from above post.

  2. You are able to post in the Pulse CMS forum.

  3. The page in question (http://www.willowcreekglasschapel.com/Blog/) does not contain a blog. Where is the main blog page?

1 Like

Thanks @neckley0207 but let me iterate a little on what @instacks posted :slight_smile:

No.1: :scream: Yes, please don’t post serial numbers as this is a public forum

No.2: You have a Pulse forum account and can post as you did before here:
https://forum.pulsecms.com/t/pulse-going-to-demo-site-instead-of-my-site/656

Please post there in future with any Pulse support questions as easier for us to track and this question is not a RapidWeaver integration issue :wink:

Also, your account on the forum looks active and accessible.

No.3: It looks like since you posted the blog is now working? Looks fine here:
http://www.willowcreekglasschapel.com/Blog/
And Full Blog post:
http://www.willowcreekglasschapel.com/Blog/?blog=Feature

So please could you update us here and either mark this as solved or let us know if any other issues

And in future, see you on the Pulse forum!

1 Like