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.

#26 CE4 Cart » Cart "view php-info" results in error message » 2015-08-09 22:15:21

Gewuerz
Replies: 4

Hello,
I am generating my home page newly with CE4 and am working on the cart currently. When I click on the link "Cart Admin - View php Info" a new window occurs with this message:

include(application/views/admin/phpinfo.php): failed to open stream: No such file or directory|#0 /www/htdocs/w0101b0f/ttg-be/cart/application/views/templates/template_blank.php(4): ErrorHandler::handleError(2, 'include(applica...', '/www/htdocs/w01...', 4, Array) #1 /www/htdocs/w0101b0f/ttg-be/cart/application/views/templates/template_blank.php(4): include() #2 /www/htdocs/w0101b0f/ttg-be/framework/helpers/ViewHelper.php(40): require('/www/htdocs/w01...') #3 /www/htdocs/w0101b0f/ttg-be/cart/application/controllers/AdminController.php(61): ViewHelper::render('admin/phpinfo', Array, 'blank') #4 [internal function]: AdminController->phpinfo() #5 /www/htdocs/w0101b0f/ttg-be/framework/controllers/Controller.php(41): call_user_func_array(Array, Array) #6 /www/htdocs/w0101b0f/ttg-be/framework/Framework.php(124): Controller->dispatch(Array) #7 /www/htdocs/w0101b0f/ttg-be/cart/index.php(24): Framework->route() #8 {main}|URL: /ttg-be/cart/index.php

All set ups in the ttg-be files are marked as correct/ complete. Also "diagnostics" does not show a mistake.

Now: is this message important/ does it mean that anything relevant for the cart may not work? And if yes - how can this error be deleted?

the site is now in a test mode:
foto-dresden.eu

Best regards and thanks for help in advance

Wolfgang

#27 Re: General » sharing templates creates mistakes in display of character set » 2014-11-20 22:03:36

Hi,

i have now test with another editor (from Speedcommander - SpeedEdit) - now its all ok.

I was a bit confused - NOW IT WORKS!

Any settings in Notepad++ are wrong - i think i hade the default settings.
I will reset the settings in notepad++ and then repeat the test.

Wolfgang

#28 Re: General » sharing templates creates mistakes in display of character set » 2014-11-20 21:32:04

Matthew wrote:

I wonder if this might have something to do with the encoding settings of your text-editor?

i think not. i edit with notepad++, i will test with another editor.

Wolfgang

#29 Re: General » sharing templates creates mistakes in display of character set » 2014-11-19 22:15:59

Hi Ben,

i have sent a PM with a link to dropbox.

Thanks and greetings Wolfgang

#30 General » sharing templates creates mistakes in display of character set » 2014-11-19 19:28:08

Gewuerz
Replies: 6

Hello,

I created a new template in Lightroom, exported it as source template and created a target template as described in the documentation.
Now the same text in the source template is displayed differently in the target template. It concerns the special letters of the German language with the umlauts (ä, ö...). With the source template everything is ok, the letters are displayed correctly. But with the target template instead of these letters a square with a ? is displayed: �.

Language set is German, character set is utf 8 (settings were made the source template and appear in the target template, too, as expected).
The mistake can be seen in every field where words can be written in (settings).

Does anyone know how to change it?

Best regards

Wolfgang

#31 CE4 Cart » setup shipping region » 2014-08-09 17:24:38

Gewuerz
Replies: 1

Hello

when I do the set up for the shipping region I only can choose in a list that offers "United States", "All regions" and "International". For me this is not enough. My "Standard" region should be Germany (Deutschland), and then I want to add two or three different regions consisting of several countries. I do not find the place where I can change this (change the list). It's necessary for a "physical" shipping, not a download.
May anyone help please?

Best regards
Wolfgang

#32 CE4 Publisher » Change symbol (character) in breadcrumb navigation » 2014-07-27 02:58:02

Gewuerz
Replies: 1

Hello

on my website I want to use the breadcrumb navigation. Breadcrumbs are shown, but the symbol between two links looks quite strange:

    Home     Â»    Galerien    »    testtitle_140726-01

I prefer other signs (e.g. arrow or dots). Does anyone now where I can change it? And at that place I need to write which kind of code (unicode, html...?)?
The reason for it seems to be the charset I use (Western Alphabet Iso-8859-1 instead of Universal Alphabet utf-8).

Thanks for help

Wolfgang

#33 CE4 Gallery » Setup website with Pages, AutoIndex and Galleries (CE4) » 2014-07-27 02:43:18

Gewuerz
Replies: 1

Hello

again I am working on my website, now updated with CE4 from CE3. I
- made templates in lightroom,
- exported the templates to desktop (pages, galleries, auto index, wordpress),
- upload the content of "pages" into the root of the server,

and for the rest I am not sure which is the best/ right way.
Is it right to
- copy the "auto index" folder to the root of the server AND into the .../ttg-be/templates/autoindex/ folder
- copy the "galleries" folder to the .../ttg-be/templates/gallerys/ folder?
Do I need to copy the "galleries" folder to the root of the server, too?
When I publish a gallery with the publisher - where it is saved to (the publisher knows it, I suppose)?
(I need galleries which are some kind of hierarchical ones - album sets, I suppose, and maybe single albums, too.)

Do I understand it right - for the use of album sets (hierarchical galleries) I need to use Pages, not only WordPress?

Thanks for help

Wolfgang

#34 General » Google Conversion-Tracking » 2012-11-10 17:52:03

Gewuerz
Replies: 1

I use Google-Adwords to get more visitors.

Adwords puts Conversion-Tracking ready to be able to analyse,
which keywords lead to the purchase.

http://support.google.com/adwords/bin/answer.py?hl=de&answer=1722054&from=86276&rd=1

So which lead with Google adwords to opposed keywords to my purchase side (cart side) or to the purchase buttons (normal purchase button and Paypal Purchase button).
Google puts a code ready I on the suitable side must insert:
This code looks thus:

<!-- Google-Code für Kaufbestätigungsseite -->
  <script type="text/javascript">
  /* <![CDATA[ */
  var google_conversion_id = 1234567890;
  var google_conversion_language = "en_US";
  var google_conversion_format = "1";
  var google_conversion_color = "666666";
  var google_conversion_label = "Kauf";
  if (<? echo $totalValue ?>) {
  var google_conversion_value = <? echo $totalValue ?>
  }
  /* ]]> */ 
  </script>
  <script type="text/javascript"
  src="http://www.googleadservices.com/pagead/conversion.js">
  </script>
  <noscript>
  <img height=1 width=1 border=0
  src="http://www.googleadservices.com/pagead/
  conversion/1234567890/?value=
  <? echo $totalValue ?>&label=Kauf&script=0">
  </noscript>
  </body>

Where must I insert the code, so that the analyse functions works in the visit of the purchase side (cart) or and while click the purchase buttons?

Thanks for help Wolfgang

Web side with TTG cart CE2, Highslide CE2, TTG Pages CE2

Please Excuse my bad english

Board footer

Powered by FluxBB