[TYPO3-english] Scheduler: uptime instead of cron job?

2012-01-03 Thread Dennis Hoffland
Hello, I have installed the Scheduler (sysext) to automatically keep me up to date of any changes in my extensions. The manual test ran smoothly. However, the cron job needed to trigger the Scheduler is not available as part of my hosting package. I am wondering if it would be possible to c

Re: [TYPO3-english] Scheduler: uptime instead of cron job?

2012-01-03 Thread Dennis Hoffland
Hello Xavier, Thanks for your reply. Should I use a .htaccess file to limit the access or adapt the php script to do the job? Kind regards, Dennis ___ TYPO3-english mailing list TYPO3-english@lists.typo3.org http://lists.typo3.org/cgi-bin

Re: [TYPO3-english] Scheduler: uptime instead of cron job?

2012-01-11 Thread Dennis Hoffland
Hi Philipp, Thanks for your help so far. I have implemented your suggestion and changed the paths to reflect my configuration. It worked fine when I put a simple test.php file in the typo3/ folder and used your script to run it. The test.php file contained: And returned the

Re: [TYPO3-english] Scheduler: uptime instead of cron job?

2012-01-11 Thread Dennis Hoffland
Hello Xavier, What you describe is exactly what I did. When I ran the somewhere/test.php (from your example) from my browser I got a blank page and the Scheduler wasn't triggered. Just to make sure that I had the correct parameters for the exec () function (or in my case the passthru()

Re: [TYPO3-english] Scheduler: uptime instead of cron job?

2012-01-11 Thread Dennis Hoffland
Hi Xavier, I've tried a few things that hopefully provide you with more information. The simple my_own_test.php file I put in /typo3 (just containing echo 'Succes!';) gave me the following results depending on the php function I use to call the script: passthru() : Succes! sys

Re: [TYPO3-english] Scheduler: uptime instead of cron job?

2012-01-11 Thread Dennis Hoffland
Hi Xavier, I did some further digging, taking a closer view of cli_dispatch.phpsh. If I use /var/www/g12345/mydomain.com/HTML/typo3/cli_dispatch.phpsh as my path for passthru () (= option 1 in my previous mail, which I believe to be the correct path) I get the following error: The first arg

Re: [TYPO3-english] [Solved] Scheduler: uptime instead of cron job?

2012-01-12 Thread Dennis Hoffland
Good morning Philipp and Stefan, I added scheduler as an argument to my passthru() script and everything works perfectly! @ Stefan: My hosting provider doesn't offer cron jobs. That's why I was looking for an alternative (uptime) to keep me up to date of any changes in the System Statu

Re: [TYPO3-english] [Solved] Scheduler: uptime instead of cron job?

2012-01-12 Thread Dennis Hoffland
Hi Georg, Good point. I also find this annoying. I simply reply with the email link at the top (in your case typo3 at ringerge.org) using Outlook, which unfortunately opens a new thread every time. I tried to contact the list manager at mail...@lists.typo3.org regarding this issue, but had no re

[TYPO3-english] Scheduler > System Status Update (reports) - different readings on PHP Memory Limit

2012-01-13 Thread Dennis Hoffland
Hello, I have added the System Status Update (reports) task to the Scheduler. For reasons unknown, I get different readings on the PHP Memory Limit: When I run the task manually from the Scheduler at the TYPO3 BE I get: 64M. This is also the value listed in the Status Report (Admin Tools > Re

[TYPO3-english] Typo 4.6.5 realurl issue

2012-03-08 Thread Dennis Hoffland
Hello, Last night I upgraded to Typo3 4.6.5 (from 4.6.4) and my realurl (1.12.0) stopped working. I installed realurl 1.12.1, but with no improvement. The behavior I am seeing: The visible links look normal (e.g. http://www.mydomain.nl/home.html), but when clicked I get a HTTP 404 error.

Re: [TYPO3-english] Typo 4.6.5 realurl issue

2012-03-08 Thread Dennis Hoffland
Hello Dmitry, Oeps ... it must have been the late hour: I indeed forgot to upload the ht.access file. All is working fine now. Another website I had also upgraded to Typo3 4.6.5 worked correctly with realurl 1.12.1 which already made me wonder ... Thanks for your quick response. Dennis ___

[TYPO3-english] gmenu issue after upgrade to Typo3 4.7.0

2012-05-04 Thread Dennis Hoffland
Hello, Yesterday I upgraded one of my websites to the new Typo3 4.7.0 release. Both the background color and font of the buttons generated by gmenu no longer respond to the settings in my TS Setup. I get a black backround and standard font size. On Typo 4.6.8 all was working well. Does anyon

Re: [TYPO3-english] gmenu issue after upgrade to Typo3 4.7.0

2012-05-04 Thread Dennis Hoffland
Hello Markus, Thanks for your reply. So far I have always used CSS Styled Content as static template. The list with available items does not include a CSS Styled Content TYPO3 v4.7 (only goes up to v4.6). Kind regards, Dennis ___ TYPO3-english mai

[TYPO3-english] gmenu issue after upgrade to Typo3 4.7.0

2012-05-04 Thread Dennis Hoffland
Thanks Philipp, From your first reply I conclude that my static template was (and is) correct (CSS Styled Content). I've tried CSS Styled Content TYPO3 v4.6 instead, as you suggested in your second reply. However, the problem with gmenu still remains in both cases. I have upgraded another webs

[TYPO3-english] gmenu issue after upgrade to Typo3 4.7.0

2012-05-06 Thread Dennis Hoffland
Hello, I did some further research into the strange rendering of my buttons for GMENU. The issue seems related to the transparant background of my .gif images. When I subsitute these for images with a coloured background all functions normal. Apparently, this issue also surfaced with a previ

[TYPO3-english] RealURL and frames

2011-07-22 Thread Dennis Hoffland
Hello, Speaking url's should (at least in my opinion) be as straightforward and intuitive as possible for the average website visitor. However, I am stuck with the following issue on a frame-based website: My RealURL configuration is: // [TYPO3_SITE_URL] [preVars] [pagePath] [fixedPos

Re: [TYPO3-english] RealURL and frames

2011-07-26 Thread Dennis Hoffland
Hello Mathias, Thanks for your reply. Perhaps it was not entirely clear what I meant with my question. I am fully aware that the type parameter indicates the frame in which the content should go. The example I mentioned (http://wiki.typo3.org/Realurl/manual : Multiple filenames for a fr

[TYPO3-english] RTE: linebreaks automatically removed

2014-01-29 Thread Dennis Hoffland
Hello, If I enter text using the RTE (in my case as HTML-code), the linebreaks are automatically removed. I came across this solution (code to be added to TS setup): RTE.default.proc.dontConvBRtoParagraph = 1 See for more information: http://lists.typo3.org/pipermail/typo3-project-

[TYPO3-english] Set page title based on conditions

2015-06-17 Thread Dennis Hoffland
Hello, What I want to achieve is this: - set the page title in the header for the Home page (id=1) to "Another Home page title" for the default language (= en), overriding the Page Title (= Home) - set the page title in the header for the Home page (id=1) to "Een andere Home pagina titel" for t

[TYPO3-english] Re: Set page title based on conditions

2015-06-17 Thread Dennis Hoffland
Hello, Moving all conditions outside the {} brackets seems to do the trick for me: page.headerData.40 { 20 = TEXT 20 { wrap= {$siteName} |�| } } [globalVar = TSFE:id != 1] page.headerData.40.20.field = title [global] [globalVar = TSFE:id = 1] page.headerData.40.20.value = Another Home page titl

[TYPO3-english] Re: Cannot Login to Back End

2016-01-07 Thread Dennis Hoffland
Hi Brian, In my experience, an overrun of the allowed disk space on the web server also causes the behaviour you described. You might rule that out dy doing a quick check of the space your website occupies. Kind regards, Dennis ___ TYPO3-english mai

[TYPO3-english] Re: [TYPO3-core] Announcing TYPO3 CMS 6.2.27 LTS, 7.6.11 LTS and 8.3.1

2016-09-13 Thread Dennis Hoffland
Hello, I tried to update to 6.2.27 but ran into the following error in the Upgrade Wizard (Install Tool): Update failed! SQL-ERROR: Incorrect table definition; there can be only one auto column and it must be defined as a key SQL-statement: ALTER TABLE tx_realurl_pathcache ADD uid int(11) NO

[TYPO3-english] Re: Re: [TYPO3-core] Announcing TYPO3 CMS 6.2.27 LTS, 7.6.11 LTS and 8.3.1

2016-09-14 Thread Dennis Hoffland
Hello Frenck, I followed the instructions from the page links you provided and was able to succesfully upgrade to TYPO 6.2.27. Thank you for helping out! Kind regards, Dennis ___ TYPO3-english mailing list TYPO3-english@lists.typo3.org http://lists.

[TYPO3-english] Upgrade from 6.2 LTS to 7 LTS

2017-02-17 Thread Dennis Hoffland
Hello, As step 2 of the upgrade routine (see https://wiki.typo3.org/TYPO3_CMS_7.6.0#Upgrading) is listed: "Then uninstall any extension, that is not shipped with the core" What is meant here? Should the extensions just be deactivated in the Extension Manager or should they be completely remo

[TYPO3-english] Re: Upgrade from 6.2 LTS to 7 LTS

2017-02-18 Thread Dennis Hoffland
Hello Markus & MIchael, Thanks for your replies. Deleting the extentions already seemed a bit drastic. The extension compatibility check looks like a very handy tool, so I will certainly use that. Have a nice weekend. Kind regards, Dennis ___ T

[TYPO3-english] Re: Upgrade from 6.2 LTS to 7 LTS

2017-02-18 Thread Dennis Hoffland
Hi Michael, I've downloaded the extension_compatibility_check and copied the unzipped files to the typo3conf/ext folder. After installing the extension in the Extension Manager a new item was added to the Admin Tools section in the BE named null null. Clicking the link produces a white page.

[TYPO3-english] Re: Upgrade from 6.2 LTS to 7 LTS

2017-02-20 Thread Dennis Hoffland
Hi Michael, Changing the extension key from "extension_compatibility_check-master" to "extension_compatibility_check" took care of the errors. The extension is running fine now (I am using Apache 2.4 and PHP 5.6.30 as Typo3 CMS 7.6 requires). Thank you for your support. Kind regards, Dennis

[TYPO3-english] Re: Upgrade from 6.2 LTS to 7 LTS

2017-02-20 Thread Dennis Hoffland
Hello, Once all preparations were made (deactivating non-core extensions etc.) I went through the Upgrade Wizard in Typo3 CMS 7.6. At the final step (Update database schema: Modify tables and fields) I encountered some errors: Update failed! Update process not fully processed. This can happ

[TYPO3-english] Re: Upgrade from 6.2 LTS to 7 LTS

2017-02-28 Thread Dennis Hoffland
Hello, I'm pretty much stuck with my upgrade due to the errors in the database relations (See image Upgrade_3, preventing the completion of final step of the database section of the Upgrade Wizard). Is there some solution to fix these errors manually (phpMyAdmin) or should I resort to startin

[TYPO3-english] Re: Upgrade from 6.2 LTS to 7 LTS

2017-03-01 Thread Dennis Hoffland
Hello Michael & David, Thanks for your help. @Michael: still experimenting on a copy of my website, so no harm done ... I did the database check you suggested (for results see attachment Upgrade_4.png on the forum): no issues there I think. The database server I use is MySQL 5.7. No special s

[TYPO3-english] Re: Upgrade from 6.2 LTS to 7 LTS

2017-03-10 Thread Dennis Hoffland
Hello Michael & David, I just went through the upgrade procedure once more. After getting the same list of errors at the final step I continued with the Database Analyzer to identify the specific SQL statements that caused the process to grind to a halt. They are (view also my earlier post reg

[TYPO3-english] Responsive design - which way to go?

2017-03-24 Thread Dennis Hoffland
Hello, I've just completed an upgrade to TYPO CMS 7.6. Next, I want to explore the options to make my website responsive for tablets and mobiles. As this article (http://www.nitsan.in/blog/post/best-practice-for-typo3-template-integration/) shows there are quite a few possible options to pick

[TYPO3-english] RealURL - shortcut to home

2017-09-13 Thread Dennis Hoffland
Hello, I am trying to configure RealURL to deliver a speaking URL home.html for my home page (in the menu). My page structure is: -home ---home (shortcut to home on root level above) ---page1 ---page2 = Option 2 as suggested here: https://github.com/dmitryd/typo3-realurl/wiki/Notes-for-Integr

[TYPO3-english] Re: RealURL - shortcut to home

2017-09-13 Thread Dennis Hoffland
Hi Jigal, I have no problem to settle with http(s)://www.mydomain.com/ instead of http(s)://www.mydomain.com/home.html, if the latter is difficult/impossible ... Changing the Speaking URL path segment on the root page Home to "home" had no effect at all so far (doesn't show up in the URL, even

[TYPO3-english] Re: RealURL - shortcut to home

2017-09-13 Thread Dennis Hoffland
Just to add some more information: If I look at the tx_realurl_urldata table in the DB I notice that: - the speaking URL of page 1 (the root page Home) = 1 - the speaking URL of page 2 (the shortcut page Home) = home.html In short, realURL takes the speaking URL of page 1 instead op page 2 when

[TYPO3-english] Re: Re: RealURL - shortcut to home

2017-09-14 Thread Dennis Hoffland
Hi Jigal, I replaced _DEFAULT by www.mydomain.com as you suggested, but the speaking URL remains the same: www.mydomain.com/1 Except for the home page, everything seems to be working OK (speaking URLs are simply the page names, followed by .html). As mentioned in my previous post the DB entri

[TYPO3-english] Google Analytics - insert javascript with page.headerData

2017-11-10 Thread Dennis Hoffland
Hello, I have put the following code into the TS Setup of my root page: # * # Google Analytics # * temp.GoogleAnalytics = TEXT temp.GoogleAnalytics.value ( https://www.googletagmanager.com/gtag/js?id=UA-xxx-x";> window.dataLayer = window.dataLayer || []; function gtag(){data

[TYPO3-english] Re: Re: RealURL - shortcut to home

2017-11-10 Thread Dennis Hoffland
This realurlconf.php works for me: array( 'www.mydomain.com' => array( /* 'cache' => array( 'disable' => true, ), */ 'init' => array( 'appendMissingSlash' => 'ifNotFile,redirect',

[TYPO3-english] Re: Google Analytics - insert javascript with page.headerData

2017-11-12 Thread Dennis Hoffland
Hello Christian, If I use the standard textbook code as you suggested and replace // YOUR JS CODE with https://www.googletagmanager.com/gtag/js?id=UA-xxx-x";> window.dataLayer = window.dataLayer || []; function gtag(){dataLayer.push(arguments);} gtag('js', new Date()); ga('set',

[TYPO3-english] Re: Google Analytics - insert javascript with page.headerData

2017-11-12 Thread Dennis Hoffland
Just to be clear: I am using TYPO3 CMS 7.6.22 ___ TYPO3-english mailing list TYPO3-english@lists.typo3.org http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english

[TYPO3-english] Re: Google Analytics - insert javascript with page.headerData

2017-11-12 Thread Dennis Hoffland
Hello, I did some further investigation. I am using the scriptmerger extension. For reasons not entirely clear to me the first section of my javascript turns up seperately in my page header, while the second section becomes part of the merged javascript (/typo3temp/scriptmerger/compressed/he

[TYPO3-english] Bootstrap extension: Oops, an error occurred! Code: 201801041505214244f30d

2018-01-04 Thread Dennis Hoffland
Hi, I've just installed the Typo3 8.7.9 CMS with the bootstrap extension (version 9.1.0). Beside realrUrl that's the only extension I've added so far. After creating just a few pages and filling the TS template with the setup and constants provided with the extension (which worked fine up to a

[TYPO3-english] Re: R: Bootstrap extension: Oops, an error occurred! Code: 201801041505214244f30d

2018-01-04 Thread Dennis Hoffland
Hello Riccardo, I did as you suggested. The FE now shows: Oops, an error occurred! RealURL was not able to find the root page id for the domain "localhost:8080" Instead of the error code this makes more sense. I'll turn off realUrl for now and look at its proper configuration later. I just wan

[TYPO3-english] Display social share buttons on EXT:News

2018-01-12 Thread Dennis Hoffland
Hello, I've installed the News extension (6.1.1) on TYPO3 CMS 8.7.9. In my TS Setup I've set: plugin.tx_news.settings.detail.showSocialShareButtons = 1 However, no buttons are shown on the detail page. Do I need to take additional steps to get them on my pages? Kind regards, Dennis __

[TYPO3-english] Re: Display social share buttons on EXT:News

2018-01-13 Thread Dennis Hoffland
Thank you for pointing this out. I missed this requirement in the documentation. Buttons are displayed now. Kind regards, Dennis ___ TYPO3-english mailing list TYPO3-english@lists.typo3.org http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english

[TYPO3-english] Manual sorting of news items (News system, tx_news)

2018-01-16 Thread Dennis Hoffland
Hello, I've installed the News system extension (tx_news, version 6.1.1) on CMS 8.7.9 and am now trying to sort my news items in the FE. The option "Enable manual sorting of news records" has been enabled in the Extention Manager. I've changed the ranking of the news records in my storage fol

[TYPO3-english] News & shariiff social share: change button language

2018-01-24 Thread Dennis Hoffland
Hello, I've installed the extensions News system (tx_news, version 6.2.1) and Heise Shariff (rx_shariff, version 10.2.1). Now I want to change language of the social share buttons to Dutch. When using the plugin as a seperate content element, you can simply set the language in the Page view

[TYPO3-english] Shariif social share buttons not showing

2018-01-30 Thread Dennis Hoffland
Hello, I've installed the extensions rx_shariff (version 10.2.1) and bootstrap_package (version 9.1.0) on TYPO3 8.7.9. The docmentation of rx_shariif suggests you can simply add the social share buttons like any other content element: https://docs.typo3.org/typo3cms/extensions/rx_shariff/Inst

[TYPO3-english] Increase bootstrap speed performance

2018-03-02 Thread Dennis Hoffland
Hello, I am using the TYPO3 8.7.9 CMS with the Bootstrap Package (bootstrap_package, version 9.1.0). Loading speed is an important aspect of website performance. Looking at the TS setup I noticed that bootstrap uses a lot of resources for page rendering: includeCSSLibs { googlewe

[TYPO3-english] Adjust sizes of canvas/images/thumbnails in Nivo Slider (yag_themepack_jquery)

2014-10-09 Thread Dennis Hoffland
Hello, How can I adjust the size (width, height) of the canvas: and images/thumnails used in the Nivo Slider (YAG Themepack jQuery 1.2.2: yag_themepack_jquery)? Kind regards, Dennis ___ TYPO3-english mailing list TYPO3-english@l

[TYPO3-english] RealURL issue on TYPO3 6.2.9: language parameter (L=0)

2014-12-29 Thread Dennis Hoffland
Hello, I just upgraded my website to release 6.2.9. Unfortunely, RealURL (1.12.8) no longer seems to "translate" the language parameter (L=0, L=1, etc.), it seems to be simply ignore them. My previous configuration of RealURL, which I used on TYPO3 4.7.20 is enclosed. It produced URLs like: h

[TYPO3-english] Re: RealURL issue on TYPO3 6.2.9: language parameter (L=0)

2014-12-30 Thread Dennis Hoffland
Hello Markus, Thanks for your reply. First of all: you're right about the php tag. I just openend the realconf.php file and copied the entire contents to a .txt. file (my attachment). I put your code to the test, but unfortunately it seems to produce the same results as my own configuration.

[TYPO3-english] Re: RealURL issue on TYPO3 6.2.9: language parameter (L=0)

2014-12-30 Thread Dennis Hoffland
Hello Viktor, What do you mean exactly by "how do you include it?". Do you need my TS setup or some other information? Kind regards, Dennis ___ TYPO3-english mailing list TYPO3-english@lists.typo3.org http://lists.typo3.org/cgi-bin/mailman/listinfo/

[TYPO3-english] Re: Re: RealURL issue on TYPO3 6.2.9: language parameter (L=0)

2014-12-30 Thread Dennis Hoffland
Hello Philipp, I am not sure how the configuration in the extension manager would influence the output provided bij RealURL in my case, but here are my settings: Path to configuration file [basic.configFile] : typo3conf/realurl_conf.php Enable automatic configuration [basic.enableAutoConf] : c

[TYPO3-english] Re: Re: RealURL issue on TYPO3 6.2.9: language parameter (L=0)

2014-12-30 Thread Dennis Hoffland
Hello Philipp, I took another look and for some odd reason my realURL config file in typo3conf/ was named realurlconf.php instead of realurl_conf.php as specified in the extension manager: Path to configuration file [basic.configFile]: typo3conf/realurl_conf.php After I added the _ (underscor

[TYPO3-english] Language Detection (rlmp_language_detection) not working

2015-01-01 Thread Dennis Hoffland
Hello, I've downloaded the Language Detection extension (rlmp_language_detection 3.0.0) and installed it with the Extension Manager on TYPO3 6.2.9. In my TS setup I've included the following code: # * # Configuration of rlmp_language_detection # * plugin.tx_rlmplanguagedetection_pi1 {

[TYPO3-english] Formhandler on TYPO 6.2.9: An error has occurred!

2015-01-01 Thread Dennis Hoffland
Hello, After an upgrade to TYPO 6.2.9. I am experiencing "An error has occurred!" on the page with my contact form. I am using Formhandler 2.0.1 and tested with the most basic TS and HTML templete from the Basic Contact Form (See http://examples.typo3-formhandler.com/start/) : plugin.Tx_Formh

[TYPO3-english] Powermail (powermail) on multilanguage site

2015-01-04 Thread Dennis Hoffland
Hello, Can anyone help me with (a link to) instructions on how to implement Powermail on a multilanguage site, including translated error messages? Simply copying the default language content element (Powermail form) and translating the field names is apparently no option: the labels in both t

[TYPO3-english] Re: Powermail (powermail) on multilanguage site

2015-01-05 Thread Dennis Hoffland
Hello Adriaan, I made a copy of the de.locallang.xlf file and renamed it nl.locallang.xlf (I also want to include Dutch error messages). In this file I changed target-language="de" to target-language="nl" Furthermore I translated the messages to Dutch: My Dutch translation Next, I uploade

[TYPO3-english] Re: Powermail (powermail) on multilanguage site

2015-01-06 Thread Dennis Hoffland
Hello Adriaan, Removing and recreating the typo3temp/ folder seems to be the solution: I now have error messages in both languages. Thanks! Kind regards, Dennis ___ TYPO3-english mailing list TYPO3-english@lists.typo3.org http://lists.typo3.org/cgi-

[TYPO3-english] Re: Powermail (powermail) on multilanguage site

2015-01-08 Thread Dennis Hoffland
@ Wiechert Hooghwinkel (received through the TYPO3-english mailing list: I am not sure why these replies are not shown at this forum?) I have implemented the solution you suggested as well (in the TS setup of the extension template on my form page): # Translated error messages: see powermail/

[TYPO3-english] Typo 6.2.9 - System environment/Folder Structure

2015-01-12 Thread Dennis Hoffland
Hello, I recently upgraded to TYPO3 6.2.9. In the System environment/Folder Structure sections of the Install Tool I get some errors/warnings: System environment: Some PHP functions disabled disable_functions=escapeshellarg escapeshellcmd exec passthru proc_close proc_get_status proc_nice pr

[TYPO3-english] Re: Typo 6.2.9 - System environment/Folder Structure

2015-01-12 Thread Dennis Hoffland
@ Jigal @ Markus Thanks for your replies. My hosting provider advertises that they offer TYPO3 as a one click install on all hosting packages. I am not sure which version they use (I downloaded and installed 6.2.9 myself), but I will therefore get back to them on the System enviroment/php set

[TYPO3-english] Re: Typo 6.2.9 - System environment/Folder Structure

2015-01-12 Thread Dennis Hoffland
UPDATE: Just got a reply from my hosting provider. They consider the php functions required by TYPO3 as potentially harmful and won't activate them on a shared server. In other words: I would have to move to a dedicated server (with matching costs) to be able to get the right php settings ...

[TYPO3-english] linkvalidator: faulty link not recognised

2015-02-28 Thread Dennis Hoffland
Hello, I have activated the linkvalidator extension in the Extension Manager. Then I created a broken test link as shown in this video: https://jweiland.net/typo3-hosting/service/video-anleitungen/typo3-extensions/linkvalidator.html. When I go Web > Info and select Linkvalidator and perfom the

[TYPO3-english] Re: linkvalidator: faulty link not recognised

2015-03-01 Thread Dennis Hoffland
@Philipp I just followed the instructions in the video on Youtube: I created a new Text content element, typed Broken Link and defined it as an external-link-new-window with the Insert link button in the RTE. The HTML output is:

[TYPO3-english] Re: linkvalidator: faulty link not recognised

2015-03-13 Thread Dennis Hoffland
@ Gigal Hello, I studied the information provided at http://docs.typo3.org/typo3cms/TCAReference/Reference/Columns/Common/Index.html#softref and went to System > Configuration > $GLOBALS['TCA'] in the Typo3 BE, but I am not sure where and how to check if the issue is related to the TCA settin

[TYPO3-english] Re: Re: linkvalidator: faulty link not recognised

2015-03-15 Thread Dennis Hoffland
Quote: Jigal van Hemert (jigal) wrote on Sun, 15 March 2015 09:17 Hello, In your post I couldn't find a clue where you put the link that was not found by the validator. In the TCA configuration there should be a softref property for the fiel

[TYPO3-english] Re: Re: Re: linkvalidator: faulty link not recognised

2015-03-16 Thread Dennis Hoffland
Hi Gigal, Thanks for getting back to me. My TCA setting is exactly as you mention in your post. No issue there. So could this be related to the PHP settings of my hosting provider? As I mentioned in my first post: In the System environment check in the Install Tool I get: Some PHP functions