Jump to content

sp00nk

Members
  • Posts

    2
  • Joined

  • Last visited

sp00nk's Achievements

Newbie

Newbie (1/14)

  • First Post
  • Conversation Starter
  • Week One Done
  • One Month Later
  • One Year In

Recent Badges

0

Reputation

  1. Hey TCH, and all the TCH users family! Good morning! I would like to speed up my website. I'm not even quite sure what it is that slows down the loading time, but certain pages are incredibly slow (5-7 seconds just to load). This is, of course, quite a big annoyance, as the website was recently redesigned and reprogrammed. I've sent an email to the design department of TCH, asking for a price quote, but then it bounced back, saying the email address cannot be verified or something to that extent. So, I'm asking about this in the forums, maybe a design team doesn't even have to get involved here, and some nice people would share their knowledge here on forum. The new version of the website is available here: Tzitut.com new browse in some of the categories of the dynamic menu on the top to get a whiff of the slowness. I know the website is in hebrew, but you don't mind, right?... Thank you for your time, -Dan Luria.
  2. I have a website, www.tzitut.com I'm having a problem here, since it's encoded in UTF-8 When making a simple file, and saving it with UTF-8 encoding, cookie-placement generates an error. (or any other header change) for instance: file.php --------------- <?php setcookie("b","a"); ?> ---------------------- found on link: www.tzitut.com/V2/file.php generates the following error: Warning: Cannot modify header information - headers already sent by (output started at /home/***/public_html/V2/file.php:1) in /home/***/public_html/V2/file.php on line 2 ---------------------- when encoding is changed to ANSI, the error disappers. however, that is not an option, since the website and system is coded in UTF-8. What do I do? -Dan. Edited by TCH-Thomas
×
×
  • Create New...