Cannot post comments

Reports about issues that you encounter in Suffusion
Forum rules
1. No offensive language and no mocking
2. Do a thorough search before you post something. Trust me, there is a high probability that the question you are asking has been asked previously.
3. No soliciting. You cannot post here soliciting bids for people offer you quotes. You will be moderated if you do so.
4. Be reasonable. You are getting software and support. For free. Complicated requests from a general purpose theme are not welcome and some volunteers might lose patience with you.
5. Do your due diligence. If you posted a query and we answered with a link, take the trouble to go through the link contents.
6. Post with complete information. Requests for help MUST be accompanied with your URL, particularly if you are asking something like "Why am I seeing a blank space?"

Cannot post comments

Postby Kocoyoko » 10 Jul 2010, 07:14

Fixed the issue with excerpts option, I notice now that it is not possible to post comments anymore (page goes blank when send button is clicked). I think this happens since last upgrade as well. Any help appreciated.
Kocoyoko
 
Posts: 4
Joined: 09 Jul 2010, 20:18

Re: Cannot post comments

Postby sayontan » 10 Jul 2010, 07:51

That is quite a serious bug. Give me a couple of hours to figure this out.
sayontan
Site Admin
 
Posts: 3458
Joined: 15 Sep 2009, 16:39
Location: San Jose, California

Re: Cannot post comments

Postby sayontan » 10 Jul 2010, 08:04

Okay, do this.
1. Open comments.php in the theme folder. Locate these lines:
Code: Select all
   global $suffusion_unified_options, $post;
   foreach ($suffusion_unified_options as $id => $value) {
      $$id = $value;
   }

2. Replace those lines entirely with these:
Code: Select all
   global $options, $suffusion_options, $post;
   foreach ($options as $value) {
      if (isset($value['id']) && isset($value['std'])) {
         if (!isset($suffusion_options[$value['id']])) {
            $$value['id'] = $value['std'];
         }
         else {
            $$value['id'] = $suffusion_options[$value['id']];
         }
      }
   }
sayontan
Site Admin
 
Posts: 3458
Joined: 15 Sep 2009, 16:39
Location: San Jose, California

Re: Cannot post comments

Postby Colin » 10 Jul 2010, 09:13

Sayontan, you need to apply the fix to your own site too. ;) Can't post comments on there about the minima colour scheme which is great.
Colin
 
Posts: 74
Joined: 27 Oct 2009, 10:46

Re: Cannot post comments

Postby sayontan » 10 Jul 2010, 09:14

I thought I did - isn't it working?
sayontan
Site Admin
 
Posts: 3458
Joined: 15 Sep 2009, 16:39
Location: San Jose, California

Re: Cannot post comments

Postby Colin » 10 Jul 2010, 09:30

No it isn't I get the white screen when I post a comment on the showcase.
Colin
 
Posts: 74
Joined: 27 Oct 2009, 10:46

Re: Cannot post comments

Postby sayontan » 10 Jul 2010, 09:48

I was just now able to post a trial comment without issues.
sayontan
Site Admin
 
Posts: 3458
Joined: 15 Sep 2009, 16:39
Location: San Jose, California

Re: Cannot post comments

Postby Colin » 10 Jul 2010, 09:50

I can now but haven't been able to all afternoon, just after you said you thought that you had fixed it I tried without success. It is however working now.
Colin
 
Posts: 74
Joined: 27 Oct 2009, 10:46

Re: Cannot post comments

Postby Kocoyoko » 10 Jul 2010, 10:15

I just arrived home, applied the upgrade and everything is working again. Thank you.
Kocoyoko
 
Posts: 4
Joined: 09 Jul 2010, 20:18


Return to Bug Reports

Who is online

Users browsing this forum: No registered users and 2 guests