Community @ The Turning Gate

Support community for TTG plugins and products.

NOTICE

The Turning Gate's Community has moved to a new home, at https://discourse.theturninggate.net.

This forum is now closed, and exists here as a read-only archive.

  • New user registrations are disabled.
  • Users cannot create new topics.
  • Users cannot reply to existing topics.

You are not logged in.

#51 Re: CE4 Pages » CE4 Pages Contact Form error » 2014-12-19 07:48:18

Rod,

I disabled phplugins and am now able to go to the Contact page without errors and send emails without errors, getting the correct "Thanks for sending..." message.  I haven't yet RECEIVED any of the emails (I have previously noticed there is some delay, so I am still hopeful).  In addition to disabling phplugins, I needed to change my email setting from SMTP to Mail in ttg-be.  I saw something about this on another post in the TG Forum

Doug

#52 Re: CE4 Pages » CE4 Pages Contact Form error » 2014-12-19 06:56:43

Rod,

Good advice on not deleting ttg-be!  I did replace the ttg-be/framework/init.php file with the original.  Then I could successfully login to ttg-be and I enabled the Guest login for Matt and Ben.  If I switch back to the init.php file as modified by the Bluehost Tech Support, I again lose the ability to log in to ttg-be.

I currently have the original init.php file in place so hopefully Matt and/or Ben can have a look and see if they have any ideas.

Next I will disable phplugins to test that.

Thanks,
Doug

#53 Re: CE4 Pages » CE4 Pages Contact Form error » 2014-12-19 05:01:02

Rod,

I now cannot log in to my ttg-be.  I don't get an "incorrect Username or Password" message, I just get the blank login screen again.  I suspect the changes the Bluehost tech made are interfering with my login process.  Thus, I can't enable the Guest Access for Matt and Ben.

Should I try deleting the ttg-be folder on my site and uploading it again?

Doug

#54 Re: CE4 Pages » CE4 Pages Contact Form error » 2014-12-19 04:46:43

The only change I have made to the phplugins.php file is to add the "Snowstorm" near the bottom of the user section.  Here is a copy of the very bottom of my phplugins.php file with some overlap of the original file:

// THIS FUNCTION REMOVES THE R2D2-MENU SCRIPT FROM THE PAGE
function ttg_scripts_navigation( $style, $path ) {
    echo '
   
    <!-- if your navigation requires Javascript, link your script files here; otherwise, leave this empty -->

    ';
    return false;
} // END
DELETE THIS LINE */

// SNOWSTORM
function ttg_body_bottom( $style, $path ) {
    if (
        G_STYLE == 'CE4-AUTOINDEX' ||
        (preg_match('/^CE4-PAGES-(.*)$/', G_STYLE) && G_STYLE != 'CE4-PAGES-HOME' ) ||
        G_STYLE == 'CE4-WORDPRESS'
    ) {

        echo '
<script src="/phplugins/js/snowstorm-min.js"></script>
<script>

    snowStorm.snowCharacter = "•";
    snowStorm.snowColor = "#ffffff";

</script>
        ';

    }
} // END


// ****************************************************************************************************
// END USER FUNCTIONS

?>

#55 Re: CE4 Pages » CE4 Pages Contact Form error » 2014-12-19 04:16:47

I just received an email from Bluehost Tech Support (copied below).  The change they made may be why the Contact page is now displaying correctly.  However, I still get the above error when trying to use the Contact form to send a message.

Doug

Copy of Bluehost email:

Hello,

We can fix it by removing the call to session_start in the init.php file (the page will at least partially display if the session_start() function is moved up to the top of the /home4/thewilf4/public_html/ttg-be/framework/init.php page) however we are unable to fix the fact that your webdesigner appears to have included session_start() multiple times in the code, and done so after creating headers. It should only be used once, and must be used before other output has been generated by the php.

line 94 on /home4/thewilf4/public_html/ttg-be/framework/init.php
was:
session_start();

and is now:
//session_start();

Thank you,
(Tech's name deleted)
Level II Site/Script Compatibility
BlueHost.com

#56 Re: CE4 Pages » CE4 Pages Contact Form error » 2014-12-19 04:07:07

I just made a couple of minor changes to my site (CE4 Pages) that I don't think should have effected the Contact page.  However, it is now displaying correctly! 

Nonetheless, when I try to send an email using the Contact form, I get this error message:

Cannot modify header information - headers already sent by (output started at /home4/thewilf4/public_html/phplugins/phplugins.php:1)|#0 /home4/thewilf4/public_html/contact.php(158): ErrorHandler::handleError('Location: /cont...') #1 {main}|URL: /contact.php

Any ideas on what is wrong here and how to fix it?

Thanks,
Doug

#57 Re: CE4 Pages » CE4 Pages Contact Form error » 2014-12-19 03:19:44

I just got off the phone with Bluehost tech support.  They looked at the error message that is returned when "Contact" is clicked and said that it is due to an error in the php code on my web site (that is, the code generated by TTG CE4 Pages).  On my other web site ( www.thewilderness.us ), which still uses CE3 (I haven't converted it yet), the Contact form does work.  It is also hosted on Bluehost as a subdomain on the account that hosts www.collinsnet.us as the main domain.

#58 Re: CE4 Pages » CE4 Pages Contact Form error » 2014-12-18 14:23:13

Rod,

Thank you.  I will follow up with Bluehost.

Doug

#59 Re: CE4 Pages » CE4 Pages Contact Form error » 2014-12-18 13:13:59

Rod,

Yes, I have installed ttg-be.  Here's my site:
www.collinsnet.us

Thanks!
Doug

#60 CE4 Pages » CE4 Pages Contact Form error » 2014-12-18 11:34:04

dougc
Replies: 24

I am getting this when I click the Contact tab.  Any ideas how I can fix this?
Thanks,
Doug

session_start() [function.session-start]: Cannot send session cookie - headers already sent by (output started at /home4/thewilf4/public_html/phplugins/phplugins.php:1)|#0 /home4/thewilf4/public_html/ttg-be/framework/init.php(94): ErrorHandler::handleError() #1 /home4/thewilf4/public_html/lib.php(73): require_once('/home4/thewilf4...') #2 /home4/thewilf4/public_html/contact.php(95): require_once('/home4/thewilf4...') #3 {main}|URL: /contact.php

#61 Re: PHPlugins (CE4) » Nested galleries » 2014-09-21 15:05:02

Fabian,
Thank you so much for posting this solution to Nested Galleries.  I struggled most of the day trying to adapt what I had used successfully in CE3 and was getting nowhere.  When I found your post, I copied and pasted your code into my phplugins.php and it is working like a charm.
Doug

#62 Re: General » Bluehost issues » 2013-08-05 04:14:15

Matt,

Thanks for your replies to my previous post.  I very much appreciate your time and dedication, not to mention your outstanding Lightroom plugins!

My quarrel with Bluehost has nothing to do with their compatibility with TTG plugins.  It is excellent.  It has nothing to do with their response to problems.  They seem to work hard with all the resources they can muster to fix problems.  Their openness was news to me, as during this latest event, the Bluehost web site was down and their phones were so overloaded I could not reach them.  I had no idea (I find no mention of it on the Bluehost web site) that Bluehost was part of the much larger Endurance International (Wow, so many brands apparently all on the same servers!), so I did not know to access the enduranceresponse.com blog for info or updates.

My quarrel is that this is not an isolated case for me.  I have experienced at least three multiple-hour down periods during "prime time" (daytime/evenings in my USA Pacific time zone) and many shorter but significant down periods in just a few months of hosting with Bluehost.  Many emails that were important to me were lost during this few months and many times friends and family contacted me to ask why they couldn't email me and/or view my web sites.  I have also had my email server "blacklisted" for the first time since I have been using my own domain for email (about ten years).

Maybe I have just been unlucky over these few months, but I am a firm believer that past performance predicts future performance.

I realize that I seem to be the only squeaky wheel on this subject on the TTG forum.  However, this latest outage probably effected all of your customers who use Bluehost and the other Endurance International hosting companies.  I hope that I do not need to see an entry in your blog, similar to that for Fotomoto, that you had to sever your relationship with Bluehost, not because of poor response or lack of transparency, but simply because of the number, frequency, and severity of the issues at Bluehost (Endurance International?) has been unacceptable to your customers.

Doug

#63 Re: General » Bluehost issues » 2013-08-03 13:56:33

Ben,
Thanks for the info on the major outage at Bluehost, et al.  Until seeing this article I had no idea of the extent of the issue.

I wish I believed this was a one-off issue.  However, I have had numerous periods of downtime in the past few weeks as well as significant downtime in the month of June.  At least one other down period in July was also several hours long and a down period in June was many hours and rippled on for about a week.  When I posted about that at the start of this thread, Matt replied that it was probably a one-off issue.  Obviously, it was not.  There have been at least three times in the past few weeks when none of my Bluehost hosted domain's email accounts could send or receive emails and people who were trying to email us were getting their emails bounced.  A number of emails were completely lost, including an email from Stubhub that contained a link to print purchased tickets.  My son had to work around that one to get his tickets.  Just think what a catastrophe it would be if the email I received yesterday from TTG telling me about the new CE3 updates (including Publisher v. 1.1.1.1) had hit when my Bluehost server was down and I didn't get the message!  :-) 

In any case, I am giving up on Bluehost for email.  As far as I am concerned, email should be as reliable as telephone service (i.e., the old Bell System landlines in the USA!).  I am currently investigating Rackspace, which is about twice the cost per month for my half-dozen emails as Bluehost costs for the web plus email package.  But, Bluehost has lost my confidence as an acceptably reliable email host.  Fortunately, my web sites are just for sharing photos with family and friends and, thus, the downtime for them is not as critical.  I can live with Bluehost for my web sites for at least a while longer.  Not so for email and their failure to meet my email reliability needs.

The reason I asked about the status of Network Solutions hosting is that in about ten years with Network Solutions I did not have email downtimes in length or number anything like I have had with Bluehost since switching hosts four months ago.  I will also investigate moving just my email back to Network Solutions, but so far it looks like Rackspace will be worth the extra costs.
Doug

#64 Re: General » Bluehost issues » 2013-08-03 01:33:23

Update:  It has been about three weeks since I reported that my Bluehost uptime had improved.  Unfortunately, I have had a number of periods during the past three weeks when my domain (web and email) has been down.  I submitted a service request (via Bluehost's online service request system) asking to be switched to a different server and never heard back from them.  This morning my domain's email and web site have been down for hours.  In fact, even the Bluehost.com main site is down and their phone lines are so busy it is not possible to get through.  As painful a process as it is, I am nonetheless ready once again to switch hosting companies.

Is there a list of web hosting companies that are known to work well with the full TTG CE3 publishing package?  Does anyone know if Network Solutions has fixed their problems with TTG CE3?  I almost never had downtime problems with them and switched to Bluehost only because of the Gallery publishing errors with Network Solutions.

Thanks,
Doug

#65 Re: General » Bluehost issues » 2013-07-08 12:46:11

Update:  I had some downtime on my server during the first few days of July.  During the past two days my server uptime, reported by www.uptimerobot.com, has been 100%.  Hopefully this will continue.  Thanks for the help from those of you on the forum.

Doug

#66 Re: General » Bluehost issues » 2013-07-02 01:52:30

Lofty,

Thanks for the independent data point.  That is very encouraging.  If the problems with my server continue much longer, I will request a move to a different server.  I will post updates on this thread.  Hopefully it will soon be good news.

Doug

#67 Re: General » Bluehost issues » 2013-07-01 13:02:54

Matt,

Thanks for checking my sites.  Yes, they have been mostly up over the past 24 hours.  I wish the problem was as easy as clearing my cache.  I followed Kris' suggestion (Thanks Kris!) and signed up at www.uptimerobot.com to monitor the uptime/downtime of my sites.  Not surprisingly, the data from Uptime Robot over the past 24 hours is almost identical for the two sites.  Both sites have had between 93-94% uptime over that period.  With this uptime it is not surprising that the sites were up when you checked.  Downtimes have ranged from about 5 minutes (their sample period) to 23 minutes.  The three longest down periods recorded by Uptime Robot's sampling were 19, 23, and 21 minutes.  I think most Bluehost customers would consider this unacceptable and assume that Bluehost techs are still working to get to the root cause and nail it dead.  I hope so!  If the down time periods are still happening tomorrow, I will call their tech support again for an update.

By the way, do you use Uptime Robot or a similar service to check the uptime of your personal Bluehost account?  I would be interested in knowing if your measured uptime is good (> 99%).

I might be able to add your site to the sites I have Uptime Robot monitoring, but that would be rude (at best!) without your permission and may violate Uptime Robots policies (I have not checked their policies regarding that).

Thanks again,
Doug

#68 Re: General » Lightroom 5 Bugg » 2013-06-29 14:31:38

LOL!  Maybe I also have too much time on my hands, or at least am not making very good use of it. :-)

#69 Re: General » Bluehost issues » 2013-06-29 14:28:29

Thanks!  I didn't even know such a thing existed.

#70 Re: General » Lightroom 5 Bugg » 2013-06-29 12:38:18

Rod,

Short answer:
I have found Lightroom to behave strangely on occasion and going back to the Library Module provides what I perceive to be a "clean slate" to start the next process. 

Long answer:
Frankly, I consider this web stuff (and Lightroom in particular) to be a house of cards.  There is my ISP, my web host (and all that entails:  Linux, Apache, php, etc.), and Adobe Lightroom and its plugins (TTG CE3, for example).  When things don't play well together, a lot of finger pointing can go on.  For example, you may recognize me as one of the TTG users who recently switched from Network Solutions to Bluehost because of interactions that Network Solutions would not address.  I think Matt and the rest of you associated with TTG have been excellent at not stooping to finger pointing behaviors. 

If I am in the Web Module with my Pages Web Gallery loaded with my Pages User Template and I click on my Gallery Web Gallery, I am asking Lightroom and the plugins to play well together (exit the Pages Web Gallery (and the corresponding User Template for my Pages plugin) and load the Gallery Web Gallery (and the corresponding User Template for my Gallery plugin)).

In addition, I have found it common for Lightroom to default to a User Template that I have used previously for a specific Web Gallery rather than a newer one (and, yes, I have been very careful to update the newer one with the new settings and to save it).  Now I just delete older versions of User Templates so Lightroom can't play this little trick. 

Thus, it seems to me that clearly separating these steps by going back to the Library Module reduces the chances of these interactions.

Just because I am paranoid doesn't mean the software isn't out to get me!  :-)


I hope I've made some sense here.

Doug

#71 Re: General » Lightroom 5 Bugg » 2013-06-29 08:22:43

I was curious to see this experience about a "bug" in LR5.  While I have not seen this particular problem, I have had a different problem since upgrading to LR5.

My standard procedure when I receive updates to the TTG CE3 Publishing Bundle (CE3 Pages, Gallery, and Auto Index) is to download them, extract the files, and put the plugins in the appropriate LR folder.  Then I start LR, select (from the Library Module) my Auto Index plugin Web Gallery, switch to the Web Module, make sure the correct (new) TTG Plugin version is shown and that the correct User Template is selected and I export the template.  I go back to the Library Module and repeat this process for my Gallery plugin Web Gallery, and then I repeat the process (again returning to the Library Module first) with my Pages plugin Web Gallery.  Almost invariably when I do the third plugin (I don't always do this in the same plugin order), LR5 crashes while trying to load the third plugin Web Gallery when I switch to the Web Module.  I assume this is a bug in the first release of LR5 as I never experienced this problem with LR4.

By the way, once LR5 crashes I must use the Task Manager (Windows 7) to close it.  I then restart LR5 and process the third of the three plugins.  Once I get all three new plugins processed ("Exported"), I ftp them to my web site and they seem to work as expected.

Has anyone else experienced this problem?

#72 Re: General » Bluehost issues » 2013-06-29 07:54:43

Matt,

Thanks for your thoughts.  I understand how one bad apple who happened to be on the same shared server as mine can spoil the experience for me and others on that server.  And, as you note, the cost of a shared server is very affordable compared to a dedicated server!  Unfortunately, it does seem to be taking Bluehost a long time to fully resolve the problem.  It's close to 36 hours since my family and I noted that our email accounts and family web sites (two) were completely down and, while they are back up, response is very slow.  If you care to go to www.collinsnet.us or www.thewilderness.us I think you will see what I mean.  I expect they will completely resolve this soon (maybe before you see this post and have a chance to check my sites) and that my experience will return to that you have had and that I had experienced on Bluehost until recently.  Hopefully this type of event will not happen to my server again!

Thanks for giving me some confidence that this is a very rare event.

Doug

#73 General » Bluehost issues » 2013-06-28 03:41:23

dougc
Replies: 18

About two months ago I switched from Network Solutions to Bluehost because of major problems publishing galleries to my Network Solutions host and the high recommendations by TTG for Bluehost.  I have been generally very happy with Bluehost:  flawless gallery publishing and easy to reach and helpful technical support.

Unfortunately, the reliability of Bluehost has not been as good as I expected and seems to be getting worse.  At this moment, both my web hosting and my email are down.  Lately (for several weeks), it seems both my web site and my email response times have been slow and times when my web server have been down have been more frequent than my experience with Network Solutions.

Apparently the current email downtime is due to Bluehost technical personnel cleaning up their email servers following a Bluehost customer using his/her account to generate so much spam that other companies' email servers were blacklisting the Bluehost servers and email originating from Bluehost servers was being rejected.  I experienced this "rejection" when sending emails to a number of my regular email correspondents.

I am pleased that Bluehost is addressing this problem and that their technical support has been transparent about the cause of the service interruptions.  Nonetheless, I am concerned about these problems and wonder if Bluehost has the capability to insure in the future that his type of behavior by one or more of their customers is stopped short so that it doesn't impact all of their customers negatively.

As TTG strongly recommends Bluehost, I wonder if Matt has any insight into whether this is a problem that Bluehost has the capability to solve or if the up-and-down nature of their web server service and the problems with email reliability and blacklisting may continue to occur.

I surely do not want to change web/email hosts again.  It is a major effort and time sink!  However, lately the uptime and reliability of Bluehost has been, in my opinion, significantly substandard for the industry.

Board footer

Powered by FluxBB