[TYPO3-english] Path /index.php is not a link. How do I fix?

2018-04-04 Thread mario chiari
Hi

I am trying to maintain a 7.6.24 TYPO3.

If I try to update to 7.6.26 from the install tool, it complains that "Automatic
TYPO3 CMS core update not possible: Folder structure has errors or warnings"

and the error I believe is:

"Path /index.php is not a link

The target /index.php should be a link, but is of type file. This cannot be
fixed automatically. Please investigate."


I am not sure how to fix that.
Thanks Cheers
mario
___
TYPO3-english mailing list
TYPO3-english@lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english


[TYPO3-english] video and text as a content element, how do i do?

2016-05-31 Thread mario chiari
Hi


i am looking for an ext to insert, as a content
element, both a .mp4 video and a (RTE) text (I mean under the same header!)

I am looking at html5videoplayer (which is not working so well) and
flvplayer2, but both seem to miss the text element. 

thanks for your advise

thanks
cheers
mario
___
TYPO3-english mailing list
TYPO3-english@lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english

Re: [TYPO3-english] Database cleaning advice

2016-05-29 Thread mario chiari
Hi

very useful, ypu may think to save it as a wiki entry somewhere.
thanks cheers
mario

On Sat, 2016-05-28 at 23:05 +0200, Jigal van Hemert wrote:
> Hi,
> 
> On 28/05/2016 18:33, Chad Manookin wrote:
> > 
> > The database of our Typo3 installation (version 4.5.45 -- trust me, I'm
> > working to get upgraded) has become huge, making backups a pain and
> > possibly slowing the site.
> > 
> > While I've been working with it for just under a year, from what I
> > understand the site has been running for ~8 years, which leads me to
> > believe that a lot of unnecessary 'tracking' data has accumulated. The
> > problem is, I don't know what I can clear safely, or how exactly I
> > should go about it.
> > 
> > The biggest table, by far, is tx_realurl_chashcache that clocks in at
> > 822 MiB. Since it would drop the total size of the database by nearly
> > 1/3, does anyone know if there is a safe way to clear out old data in
> > this table?
> > 
> > Same question regarding sys_log and cache_hash since they are ~500 MiB
> > each.
> cache_* tables are the "old" cache tables. They can all be emptied, 
> except for cache_extensions. This one contains the list of available TER 
> extensions. It can be emptied, but the you'd have to download the list 
> again and you end up with exactly the same table size.
> 
> cf_* tables are cache tables from the (newer) caching framework; they 
> can be emptied
> 
> sys_history contains the changes editors made. This helps you to roll 
> back any changes that must be undone. You can empty it, but you'll lose 
> the ability to undo modifications in content.
> 
> sys_log contains all logged information. Who logged in, pages that were 
> added/removed/modified, record changes, extension changes, etcetera. If 
> you don't mind losing that (the information you see in the Log module) 
> it can be emptied too.
> 
> tx_realurl_chashcache contains calculated hashes for links. It's a 
> cache, it can be emptied.
> tx_realurl_errorlog contains requests that didn't have a correct 
> realurl. Can be emptied if you don't want to preserve the information
> tx_realurl_pathcache can be emptied if necessary
> tx_realurl_redirects : keep it!
> tx_realurl_uniquealias : better keep it. It keeps track of record IDs 
> and titles. If there are multiple records from the same table with the 
> same title the title with numeric suffix is stored here. For this reason 
> the information should be kept.
> tx_realurl_urldecodecache, tx_realurl_urlencodecache can be emptied
> 
> 
> 
___
TYPO3-english mailing list
TYPO3-english@lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english

[TYPO3-english] upgrade error msg about realurl

2016-05-27 Thread mario chiari
Hi

trying to upgrade form the Install wizard, i get


Update failed!
SQL-ERROR: Incorrect table definition; there can be only one auto column and it
must be defined as a key

Update database schema: Create tables and fields
ALTER TABLE tx_realurl_pathcache ADD uid int(11) NOT NULL auto_increment; 


my fault, realurl bug, o what?

thanks
mario


___
TYPO3-english mailing list
TYPO3-english@lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english

[TYPO3-english] something wrong at https://typo3.org/extensions/repository/view ?

2016-05-24 Thread mario chiari
Hi

please check whether  or not  urls as https://typo3.org/extensions/repository/vi
ew /someext  work fine.

thanks
cheers
mario
___
TYPO3-english mailing list
TYPO3-english@lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english

[TYPO3-english] Extbase, ViewHelpers, Paginate

2016-05-09 Thread mario chiari
Hi

if you happen to know how to fix, I appreciate your help

http://stackoverflow.com/questions/37105627/typo3-extbase-paginate

thanks
mario
___
TYPO3-english mailing list
TYPO3-english@lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english


[TYPO3-english] extbase extension, bulk insert, how?

2016-05-03 Thread mario chiari
Hi,

I have developed a very simple extbase extension (for TYPO3  6.2.22). It works
fine.

It would help me to be able to create/insert an array of items by something like
a bulk action (say by passing a .json file)

I am not so familiar with extbase, and I am not sure how I should proceed.
In particolar, I do not see something like a createAction() controller and I am
not sure which piece of code insert data into the db. 

I look forward for your hints (pointers to some code to hack would help a lot)

thanks
cheers
mario




___
TYPO3-english mailing list
TYPO3-english@lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english

[TYPO3-english] Image processing, I am lost!

2016-04-05 Thread mario chiari
Hi Peter, All

kind of completely confused on images.

I tried to insert a 143.17 KB (146,610 bytes)
682px × 426px myimg001.jpeg file into a Image content element.
It is rendered ok, it is displayed fine within my FE page;  Firefox's View image
shows it at url /fileadmin/user_upload/myimg001.jpeg

I tried to insert a 272.41 KB (278,952 bytes) 1,016px × 1,449px myimg002.jpeg
file into a Image content element.
File is rendered fine, but it is not scaled down, \note-below. Firefox's View
image shows it at url /fileadmin/_processed_/csm_myimg002_59e8fae6a4.jpg (not
jpeg)(I can see scaled and not scaled)

If I try to insert the same files within the Text textarea of a Text content
element by the RTE Image insert buttom,
I am able to insert the smaller one as both a New Magic Image and a New Plain
Image, instead  the New Plain option seems to be disabled for the larger one. 
However, in both cases I get a fixed maximum width of 300, height of 428. Both
files are processed, and I get /fileadmin/_processed_/csm_ versions. 


I set the following TS options at the root page, but I do not see any
difference:

Costants
styles.content.imgtext {
maxW = 1920
maxWInText = 1920
}
styles.content.media.defaultVideoWidth = 1920
styles.content.media.defaultVideoHeight = 2080

Setup
tt_content.image.20.maxW = 1920 

RTE.default {
buttons.image.options.magic.maxWidth = 1920
buttons.image.options.magic.maxHeight = 2080
buttons.image.options.plain.maxWidth = 1920
buttons.image.options.plain.maxHeight = 2080
}

RTE. {
buttons.image.options.magic.maxWidth = 1920
buttons.image.options.magic.maxHeight = 2080
buttons.image.options.plain.maxWidth = 1920
buttons.image.options.plain.maxHeight = 2080
}


Moreover, if I insert the same files from within News Admin, Add Media File,
size is decreased and final quality is poor. I do not know whether I need to set
anything about News to avoid that.


Some of my configuration
[FE][activateContentAdapter] = 1  (this seems necessary to see images at all)
[GFX][im_version_5] = im6 
[GFX][im_v5effects] = 0
[GFX][jpg_quality] = 96 
[GFX][TTFdpi] = 96 
[GFX][colorspace] = RGB

What I would like is a option - for each single image, or at least for each
page - to avoid any image processing, and to be able to insert html scaling 
value (say width="50%")

your help is very welcome
thanks
mario


TYPO3 6.2.19 
rtehtmlarea 6.2.0 
news 3.2.4 

\note The larger .jpeg is shown without a slice on the right, I manage to fix
that somehow by making overflow:visible

page.CSS_inlineStyle  (
DIV.csc-textpic, DIV.csc-textpic DIV.csc-textpic-imagerow, UL.csc-uploads LI
{   overflow: visible; }  
DIV.csc-textpic-center .csc-textpic-imagewrap, DIV.csc-textpic-center
FIGURE.csc-textpic-imagewrap { overflow: visible; }
)


ps I am still not able to insert a .swf into a News record, why so?



On Tue, 2016-04-05 at 11:34 +0200, Peter Kühnlein wrote:
> Am 05.04.2016 um 11:17 schrieb mario chiari:
> > 
> Hi Mario,
> 
> You can choose the jpg quality in the settings of the CE - or standard 
> quality in the install tool. (I think it's set to 80% by default.)
> The maximum height and width have to be set by TypoScript (or via 
> constant editor).
> 
> HTH Peter
> 
___
TYPO3-english mailing list
TYPO3-english@lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english

[TYPO3-english] RTE, images: losing resolution?

2016-04-05 Thread mario chiari
Hi

I have a jpeg image of size 158.71 KB (162,515 bytes), dimension 682px × 426px.
When I upload to filesystem and insert in a text content by RTE I get a 27.98 KB
(28,649 bytes), 600px × 375px, and final quality is poor.

How do I keep the original size and quality?
Thanks
Cheers
mario
___
TYPO3-english mailing list
TYPO3-english@lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english

[TYPO3-english] RTE, images: How do I change height/width values?

2016-04-04 Thread mario chiari
Hi

when I RTE-insert a image into a text content element, I am not able to fill in
height and width with higher values than "428", resp. "300". 
(I can do with smaller values):




I have set

styles.content.imgtext {
maxW = 1920
maxWInText = 1920
}

but it does not seem to help. 

Also,  clickenlarge does not work (could it be so because I have Bootstrap's .js
on the same page?)

What am i missing? is there a fix to show the picture with its own sizes?

Your help is welcome
thanks
mario


___
TYPO3-english mailing list
TYPO3-english@lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english

[TYPO3-english] Bug #65234 Still open?

2016-04-04 Thread mario chiari
Hi

I think I just run into bug #65234 https://forge.typo3.org/issues/65234 
(unwanted p tag between UL and LI)

On a remote host, with 
TYPO3 6.2.19 
rtehtmlarea 6.2.0 

I got the following misrendered html, where I flag by ***.*** misplaced wrapping
's:



**

---
---

Dropdown
**

Dropdown1
Dropdown2

..


I am able to fix it by https://forge.typo3.org/issues/65234#note-10 
(Brain Appeal GmbH):

lib.parseFunc_RTE {
externalBlocks {
li >
ul >
li.stripNL = 1
li.stdWrap.parseFunc = < lib.parseFunc
ul.stripNL = 1
ul.stdWrap.parseFunc = < lib.parseFunc
}
}


https://forge.typo3.org/issues/65234#note-7 did not fix it, although it did for
TYPO3 6.2.14, rtehtmlarea 6.2.0: 

lib.parseFunc_RTE.nonTypoTagStdWrap.encapsLines >
lib.parseFunc_RTE.nonTypoTagStdWrap.encapsLines.addAttributes.P.class >
lib.parseFunc_RTE.nonTypoTagStdWrap.encapsLines.wrapNonWrappedLines >
# Stop wrapping the following tags with p-tag
lib.parseFunc_RTE.nonTypoTagStdWrap.encapsLines.encapsTagList = a, img,
cite,  p, pre, hr, h1, h2, h3, h4, h5, h6, table, tr, td, th, ul, li

If you know what is going on, please let me know too.
(did anybody write a patch I am not aware of?)
thanks


mario



___
TYPO3-english mailing list
TYPO3-english@lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english

Re: [TYPO3-english] News extension and RealURL urls

2016-04-03 Thread mario chiari
HI

have you seen RealUrl has been updated?

see http://stackoverflow.com/questions/34003389/typo3-realurl-news-and-mutilangu
age
(I don't know whether that fixes your issue)

m.


On Sat, 2016-04-02 at 23:07 +0200, Jacob Roe wrote:
> My page tree is like this:
> Root > News (list) > View (detail)
> 
> I'm using RealURL config according to manual:
> https://docs.typo3.org/typo3cms/extensions/news/AdministratorManual/BestPracti
> ce/Realurl/Index.html
> 
> I end up with urls like this:
> mysite.com/news/view/news/detail/News/some-news-title/
> 
> How can I shorten to this:
> mysite.com/news/some-news-title/
___
TYPO3-english mailing list
TYPO3-english@lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english

[TYPO3-english] RTE Transform .swf embed

2016-04-03 Thread mario chiari
Hi,

I am not able to embed a .swf into a news record
I am trying the following TS:

RTE.default.proc.dontProtectUnknownTags_rte = 1
RTE.default {
proc.showButtons := addToList(image)
proc.allowTagsOutside := addToList(img)
}
RTE.default.proc.allowTags := addToList(object,param,embed)
RTE.default.proc.entryHTMLparser_db.allowTags :=
addToList(object,param,embed)
RTE.default.proc.entryHTMLparser_rte.allowTags :=
addToList(object,param,embed)

TYPO3 6.2.19 
rtehtmlarea 6.2.0 
news 3.2.4 

I am pretty sure I am missing something I knew and I am not able to
recall.
Thanks for your help

mario

ps. 
it works fine (and without any TS) for 
TYPO3 6.2.14 
rtehtmlarea 6.2.0 
tt_news 3.6.0
___
TYPO3-english mailing list
TYPO3-english@lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english

Re: [TYPO3-english] BE and Flash Plugin

2016-03-02 Thread mario chiari
Hi,


I am using version 6.2.19, preinstalled at jweiland.net, and get the
request for the flashplugin (asking from Firefox 42, Fedora 22)

Is there a way to fix that (if we do think that there is something to
be fixed)?
thanks, cheers
mario



 On mer, 2016-01-20 at 12:00 +0100, Markus Klein wrote:
> Indeed!
> 
> I was wrong, the browser still asks me, I'm sorry.
> 
--
> > -Original Message-
> > From: typo3-english-boun...@lists.typo3.org [mailto:typo3-english-
> > boun...@lists.typo3.org] On Behalf Of André Spindler
> > Sent: Wednesday, January 20, 2016 11:40 AM
> > To: typo3-english@lists.typo3.org
> > Subject: Re: [TYPO3-english] BE and Flash Plugin
> > 
> > Hello list!
> > 
> > Has this cleanup really been done?
> > I have an 6.2.17 running and there is stil lthe request for the
> > flashplugin. The only javascript file containing the string
> > "swfplayer"
> > is typo3\contrib\extjs\ext-all.js
> > IMHO the core is still trying to load the flash plugin...
> > 
> > Kind regards,
> > André
> > 
> > 
> > Am 13.01.2016 um 22:32 schrieb mario chiari:
> > > Hi
> > > 
> > > I see, I'll try to update and let you know
> > > thanks and good night
> > > cheers
> > > m.
> > > 
> > > 
> > > On mer, 2016-01-13 at 22:10 +0100, Markus Klein wrote:
> > > > Hi!
> > > > 
> > > > If you upgrade to current 6.2.x version, this will not be asked
> > > > anymore.
> > > > 
> > > > The reason for being asked for Flash is very simple. The ExtJs
> > > > library tests the availability of Flash and therefore tries to
> > > > initialize a SWFObject, which causes the browser to ask you
> > > > questions.
> > > > Later versions of 6.2.x have that very check removed.
> > > > 
> > > > Hope that helps.
> > > > 
> > > > Kind regards
> > > > Markus
> > > > 
> > > > 
> > > > Markus Klein
> > > > TYPO3 CMS Core Team Member
> > > > 
> > > > TYPO3  inspiring people to share!
> > > > Get involved: typo3.org
> > > 

___
TYPO3-english mailing list
TYPO3-english@lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english

Re: [TYPO3-english] language issue at jweiland.net

2016-02-22 Thread mario chiari
Alex

thanks so much, I almost gave up!

have a nice week
mario


ps. I was looking at the Backend User module and its Default Language
setting, and took it for the way to set language options. 



On lun, 2016-02-22 at 21:27 +0100, Axel Joensson wrote:
> mario chiari <m...@mariochiari.net> wrote:
> 
> > On lun, 2016-02-08 at 08:46 +0100, Bernd Wilke wrote:
> 
> [...]
> 
> > But it is all in German: terms of service and contract, their
> > tutorials, admin panel, mails related to  tickets processing, and
> > even
> > language of the preinstalled TYPO3's BE!!!
> > 
> > Now, I just forgot how you change the latter. 
> 
> [...]
> 
> > I guess I am overlooking something silly, and your help is welcome
> 
> Just go to the User modul on the left, enter your profile's
> preferences
> and among the first options' you'll find a dropdown to select your
> preferred BE lang.
> 
> Welcome, by the way, at "my" resp. my client's provider; they are
> quite
> reliable. 
> 
> Greetings
> Axel
> ___
> TYPO3-english mailing list
> TYPO3-english@lists.typo3.org
> http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english
___
TYPO3-english mailing list
TYPO3-english@lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english


[TYPO3-english] language issue at jweiland.net

2016-02-22 Thread mario chiari
On lun, 2016-02-08 at 08:46 +0100, Bernd Wilke wrote:

> 
> I think you also should mention another big sponsor of the TYPO3 
> community: jweiland.net
> So they also have only a german website.
> 

Hi

so I am moving a project of mine to jweiland.net (basic hosting,
nothing fancy, limited budget)

It seems fine, and even powerful. So far so good.

But it is all in German: terms of service and contract, their
tutorials, admin panel, mails related to  tickets processing, and even
language of the preinstalled TYPO3's BE!!!

Now, I just forgot how you change the latter. I tried  to configure the
root page by

mod.SHARED {
defaultLanguageFlag = gb
defaultLanguageLabel = English
}

but it does not seem to work. 

Is there some other line of configuration I should look at?

I guess I am overlooking something silly, and your help is welcome

Thanks
Cheers
mario




___
TYPO3-english mailing list
TYPO3-english@lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english


Re: [TYPO3-english] TYPO3 Hosting or VPS offers

2016-02-08 Thread mario chiari
On lun, 2016-02-08 at 08:46 +0100, Bernd Wilke wrote:
> Am 06.02.2016 um 20:37 schrieb Peter Kühnlein:

> > Am 06.02.2016 um 19:32 schrieb mario chiari:
> I think you also should mention another big sponsor of the TYPO3 
> community: jweiland.net
> So they also have only a german website.
> 
> bernd

I'll write to them too
thanks
m.


___
TYPO3-english mailing list
TYPO3-english@lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english

Re: [TYPO3-english] TYPO3 Hosting or VPS offers

2016-02-07 Thread mario chiari
On dom, 2016-02-07 at 14:53 +0100, Peter Kühnlein wrote:
> Am 07.02.2016 um 14:07 schrieb mario chiari:
> > do you mean all-incl at Mittwald, don't you?
> 
> Actually, no: I meant http://all-inkl.com/ - alas their page is in 
> German only as well. Sorry I keep forgetting about language barriers!

Ok, I see them now. I'll try to write to them in english.
Thanks so much
Cheers
mario

> 
> Cheers Peter
> 
___
TYPO3-english mailing list
TYPO3-english@lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english

Re: [TYPO3-english] TYPO3 Hosting or VPS offers

2016-02-07 Thread mario chiari
Hi Peter,

thanks.

On sab, 2016-02-06 at 20:37 +0100, Peter Kühnlein wrote:
> Am 06.02.2016 um 19:32 schrieb mario chiari:
> > 

> Hi Mario,
> 
> In Germany, the standard answer would be quite obvious: Mittwald sure
> is 
> the TYPO3 hosting company #1 here. 

Good to know, although their web site seems to be only german, is it? 

> Personally, I usually recommend 
> all-incl though. 

do you mean all-incl at Mittwald, don't you?


> They do have a very dedicated support 24/7 and are 
> comparatively affordable. If you are looking for a hosting company in
> just any European country, I'd recommend checking them out.
> 

I'll give a try
thanks so much
cheers
mario


> Cheers,
> Peter
> 
___
TYPO3-english mailing list
TYPO3-english@lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english

Re: [TYPO3-english] TYPO3 Hosting or VPS offers

2016-02-06 Thread mario chiari
Hi

second thoughts, new question: is out there a very professional,
reliable hosting service, with a good knowledge of TYPO3, .eu based?

At the end of the day, I may decide to go for something a little
pricey. 

Thanks
Regards
mario

On ven, 2016-01-22 at 15:08 +0100, mario chiari wrote:
> Hi
> 
> I am looking for a hosting or a VPS   service for a single TYPO3
> site,
> low traffic, very basic budget.
> 
> I need to be sure that  whatever is required for TYPO3 and its main
> extensions is present/permitted (eg. mod_rewite for realurl).
> 
> It would be nice to deal with a provider which is dedicated to TYPO3.
> Possibly somewhere in EU. 
> 
> Thanks for your advise.
> Cheers
> mario
> 
> 

___
TYPO3-english mailing list
TYPO3-english@lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english


Re: [TYPO3-english] TYPO3 Hosting or VPS offers

2016-02-06 Thread mario chiari
Hi,

is anybody hosting with https://www.siteground.com/ ?
They claim to have  TYPO3 pre-installed: 
https://www.siteground.com/typo3-hosting.htm

I am not sure about them, since 
https://www.facebook.com/SiteGround-Is-A-Scam-268214936619/ (i do not
have a FB account, and I am reading only the front page)

If there any reason to stay away from them, I'll be glad to know.
I welcome your advises.
Thanks, Cheers
mario

 



On ven, 2016-01-22 at 15:08 +0100, mario chiari wrote:
> Hi
> 
> I am looking for a hosting or a VPS   service for a single TYPO3
> site,
> low traffic, very basic budget.
> 
> I need to be sure that  whatever is required for TYPO3 and its main
> extensions is present/permitted (eg. mod_rewite for realurl).
> 
> It would be nice to deal with a provider which is dedicated to TYPO3.
> Possibly somewhere in EU. 
> 
> Thanks for your advise.
> Cheers
> mario
> 
> 
> 
> 
> ___
> TYPO3-english mailing list
> TYPO3-english@lists.typo3.org
> http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english
___
TYPO3-english mailing list
TYPO3-english@lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english


Re: [TYPO3-english] TYPO3 Hosting or VPS offers

2016-01-22 Thread mario chiari
Hi Nico

thanks for your reply.
Do you use their web hosting, or VPS?
For the former, do you get whatever is needed (mod_rewrite, IG, ..) out
of the box?
thks mario

On ven, 2016-01-22 at 15:20 +0100, Nico Deblauwe wrote:
> Hi Mario,
> 
> I've got already some years good experiences with servage.net - only
> con is
> that it is a bit on the slow side. Recently I started moving some
> sites to
> siteground.com, where the GoGeek is really fast and good.
> 
> My typical check is that when they advertise either
> Drupal/Joomla/Magento -
> it is typically good enough for TYPO3.
> 
> Regards,
> 
> Nico
> 
> 
> On Fri, Jan 22, 2016 at 3:08 PM, mario chiari <m...@mariochiari.net>
> wrote:
> 
> > Hi
> > 
> > I am looking for a hosting or a VPS   service for a single TYPO3
> > site,
> > low traffic, very basic budget.
> > 
> > I need to be sure that  whatever is required for TYPO3 and its main
> > extensions is present/permitted (eg. mod_rewite for realurl).
> > 
> > It would be nice to deal with a provider which is dedicated to
> > TYPO3.
> > Possibly somewhere in EU.
> > 
> > Thanks for your advise.
> > Cheers
> > mario
> > 
> > 
> > 
> > 
> > ___
> > TYPO3-english mailing list
> > TYPO3-english@lists.typo3.org
> > http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english
> > 
> 
> 
> 
___
TYPO3-english mailing list
TYPO3-english@lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english


[TYPO3-english] TS + realurl issue

2016-01-13 Thread mario chiari
Hi

I have a way to TS define a menu of content elements selected from two
given pages, and it worked fine. 

I am trying to use it with realurl, and I fail.
If you have any hint, I appreciate your help.
TS is below.

thanks
cheers
mario


for FOOTER-MARKER a  marker from my template, 

   FOOTER-MARKER = COA
   FOOTER-MARKER.1 = CONTENT
   FOOTER-MARKER.1 { 
 table = tt_content  
 select { 
   pidInList = 11   
   orderBy = sorting
   languageField = sys_language_uid
   selectFields = uid,pid,header
 }
 renderObj = TEXT
 renderObj {
  required = 1
  wrap =  |   
  typolink.parameter = 11
  typolink.section.field = uid
  field = header
  }
 }
 FOOTER-MARKER.2 = CONTENT
 FOOTER-MARKER.2 { 
 table = tt_content  
 select { 
   pidInList = 17   
   orderBy = sorting
   languageField = sys_language_uid
   selectFields = *
   }
 renderObj = TEXT
 renderObj {
  required = 1
  wrap =  |   
  typolink.parameter = 17
  typolink.section.field = uid
  field = header
  }
 }
___
TYPO3-english mailing list
TYPO3-english@lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english


Re: [TYPO3-english] BE and Flash Plugin

2016-01-13 Thread mario chiari
On mer, 2016-01-13 at 21:05 +0100, Marcus Schwemer wrote:
> Hi Mario,
> 
> you are still running a TYPO3 4.1.3 installation? You should really 
> upgrade! :-)

TYPO3 6.2.13
Linux 4.1.3-201 on Fedora 22 
Firefox 42
> 
> To your underlying question: Yes, there is. If activated, it is/was a
> flash uploader for the filelist module.
> 
> IIRC you can disable it in your user settings.

how?
thanks m.

> Greetings
> Marcus
> 
> Am 13.01.16 um 17:54 schrieb mario chiari:
> > Hi
> > 
> > does the TYPO3 BE include a piece of code such that Adobe Flash
> > Plugin
> > in needed?
> > 

___
TYPO3-english mailing list
TYPO3-english@lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english


Re: [TYPO3-english] TS + realurl issue

2016-01-13 Thread mario chiari
Hi

thanks for the reply

On mer, 2016-01-13 at 19:47 +0100, Jigal van Hemert wrote:

> The TS looks like it has to produce a series of links like:
> index.php?id=11#12
> index.php?id=11#348
> and so on.

Yes and not.
 
Let us consider page with id=11 and nav_title=mypage; content element
with uid=12 and header=mycontent. 

Without rearurl, that TS returns .../index.php?id=11=1#c12.

Now I wish to have speaking urls .../it/mypage/#mycontent, 
but rearurl + that TS  get only .../it/#c12 (which does not work).

I am not sure what I need to configure: realurl, TS, or both?


thanks
cheers
mario 

> The question is what you tried with RealURL and what you tried to 
> achieve. If you tell this it's more likely that someone may be able
> to 
> help you (or say that it simply isn't possible).

___
TYPO3-english mailing list
TYPO3-english@lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english


[TYPO3-english] SOLVED TS + realurl issue

2016-01-13 Thread mario chiari
Hi

forget, it works.
I had a couple of typos at the typolink.parameter's value.
Thanks a lot, sorry for your time
mario

On mer, 2016-01-13 at 19:47 +0100, Jigal van Hemert wrote:
___
TYPO3-english mailing list
TYPO3-english@lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english


Re: [TYPO3-english] BE and Flash Plugin

2016-01-13 Thread mario chiari
Hi

I see, I'll try to update and let you know
thanks and good night
cheers
m.


On mer, 2016-01-13 at 22:10 +0100, Markus Klein wrote:
> Hi!
> 
> If you upgrade to current 6.2.x version, this will not be asked
> anymore.
> 
> The reason for being asked for Flash is very simple. The ExtJs
> library tests the availability of Flash and therefore tries to
> initialize a SWFObject, which causes the browser to ask you
> questions.
> Later versions of 6.2.x have that very check removed.
> 
> Hope that helps.
> 
> Kind regards
> Markus
> 
> 
> Markus Klein
> TYPO3 CMS Core Team Member
> 
> TYPO3  inspiring people to share!
> Get involved: typo3.org


.
___
TYPO3-english mailing list
TYPO3-english@lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english


[TYPO3-english] BE and Flash Plugin

2016-01-13 Thread mario chiari
Hi

does the TYPO3 BE include a piece of code such that Adobe Flash Plugin
in needed? 

On a  4.1.3-201.fc22.i686, + Firefox 42.0 machine,  I am  asked to
update the Flash Plugin anytime I login in the BE.

Is there something I can do, if I do not want to update the flash
-plugin? 


thanks
greetings
mario








___
TYPO3-english mailing list
TYPO3-english@lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english


[TYPO3-english] Remote synchronization toolkit

2015-12-30 Thread mario chiari
Hi

i happy to read your advises about which (free, open source)
tool/package I may use to keep two TYPO3 installs syncronized.

I see that treesync 
http://typo3.org/extensions/repository/view/treesync has not been
updated for a long lapse of time.
Is it something people still use?

It does not need to be a TYPO3 BE module, a third party tool would be
fine too, if it could be configured for the task with TYPO3 easily 
(a nice GUI would help)

thanks
greetings
mario








___
TYPO3-english mailing list
TYPO3-english@lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english


Re: [TYPO3-english] realurl and news

2015-12-06 Thread mario chiari
Hello Jainish,


thanks for your reply.
I am not sure about your hint.

I have installed tx_srlanguagemenu, and the following TS renders the
language menu fine:  
page.10.marks.LANGFLAG < plugin.tx_srlanguagemenu.widgets.menu


My issue is about how to get translated speaking realurls for the case
of single news page:

I get 
localhost/it/paginaSingola/news/detail/News/titolo-singolo
localhost/en/singlePage/news/detail/News/single-title

I wish something like:
all italian >> localhost/it/paginaSingola/notizie/singola/Notizie/titol
o-singolo 
all english >> 
 localhost/en/singlePage/news/detail/News/single-title

cheers
mario
 

On gio, 2015-12-03 at 12:57 +0530, Jainish Senjaliya wrote:
> Hello Mario
> 
> Greeting from india!
> 
> This is not issue of news. you need to change typoscript for language
> menu.
> 
> Following link will help you more.
> 
> https://jainishsenjaliya.wordpress.com/2012/11/05/language-menu-via
> -typoscript/
> 
> you need to add "addQueryString" in your typoscript.  then after it
> will work as you want.
> 
> Cheers!
> Jainish

___
TYPO3-english mailing list
TYPO3-english@lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english


[TYPO3-english] realurl and news

2015-11-29 Thread mario chiari
Hi, 

I have a multilanguage site, and I am trying to configure realurl and
news. Question is: for single/detailed News urls, how do I get both
speaking and language localized versions?

I am able to get something like:

localhost/it/notizie/news/detail/News/titolo-singolo
localhost/en/news/news/detail/News/single-title

but I do not see how to localize the 'news/detail/News' segment. Is
there a way?
I am not even sure whether it is a Realurl or a News issue.
In the former case, do I need to define valueMap for postVarSets? How
do I do that?


Your help is welcome
thanks, cheers
mario






___
TYPO3-english mailing list
TYPO3-english@lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english


Re: [TYPO3-english] Old 4.5. utf-8

2015-09-08 Thread mario chiari
Jigal
thanks cheers
mario

On sab, 2015-08-29 at 22:25 +0200, Jigal van Hemert wrote:
> Hi,
> 
> On 29/08/2015 18:41, mario chiari wrote:
> > 29-08-15 08:16: This TYPO3 installation does not enforce the UTF-8
> > character set.
> > Everything other than UTF-8 is deprecated since TYPO3 4.5.
> > The DB, its connection and TYPO3 should be migrated to UTF-8
> > therefore.
> > Please check your setup.
> > 29-08-15 08:16: This TYPO3 installation is using the
> > $TYPO3_CONF_VARS['SYS']['setDBinit'] property with the following
> > value:
> > 
> 
> In the Install Tool look up the section ['SYS']['setDBinit'] and fill
> in 
> the value:
> SET NAMES utf8;
> 
> If you have other problems with incorrect encoded characters this 
> article will have some tools to fix most issues:
> 
> http://www.typo3coder.nl/development/upgrade-to-typo3-62-and-database
> -issues/
> 
___
TYPO3-english mailing list
TYPO3-english@lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english


Re: [TYPO3-english] T3onepage Distribution, how do I install?

2015-09-05 Thread mario chiari
Hi Nico, All

thanks for the reply.
I am able to install, and I start to understand how it works.
So far so good.

What I would like to be able to do is:

-- to use realurl, t3onepage and news seamlessly without any glitch (it
is not so yet)
-- to insert news (with News), with latest, archive/list view, and
single view. 

Indeed I would like to have  (at least) two 'onepage' pages  - say
first and second -  as to include a single news view  in a section of
the first page and the archive/list view in the other one. 

Does anybody know whether it is a feasible plan, I may realize just
playing around with the given configuration options (and not need to
hack the code)?

thanks
cheers

mario

ps I am still looking for a doc about the Upgrade Wizard, its different
tests and their rationale. 


 


On ven, 2015-09-04 at 10:42 +0200, Nico Deblauwe wrote:
> Hi guys,
> 
> I've played yesterday a bit around with t3onepage and actually it is
> very
> simple once you understand the logic behind the package. What did the
> trick
> for me are these two pages:
> 
>- https://www.youtube.com/watch?v=2b1yYUOy6G0

is there some audio?
   -
> http://www.typo3forum.net/forum/typo3-fragen-probleme/74785-typo3
> -6-2-2-t3onepage-distribution-installieren.html?language=en

their trick did not work for me.



> 
> Good luck!
> 
> Nico
> 
> On Thu, Sep 3, 2015 at 5:53 PM, mario chiari <m...@mariochiari.net>
> wrote:
> 
> > 

___
TYPO3-english mailing list
TYPO3-english@lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english


Re: [TYPO3-english] T3onepage Distribution, how do I install?

2015-09-03 Thread mario chiari
Hi

eventually I could install.  It seems I needed to run the Upgrade
Wizard (even if it was not an  upgrade)

Is the UW documented somewhere?
thanks cheers
mario


On mer, 2015-09-02 at 15:09 +0200, mario chiari wrote:
> Hi
> 
> I am trying to install TYPO3 6.3.14 + t3onepage (1.1.3) distribution
> on
> my local machine, Fedora 22, i686, php 5.6.12, mysql Ver 14.14, and I
> fail. (I tried a couple of time from scratch).
> 
> It seems that t3onepage gets installed (I see the allOk page), but
> indeed page tree is still empty.
> 
> Do I need to set anything?
> What should I look for?
> 
> Thanks
> Cheers
> mario
> 
> 
> 
> 
> 
> ___
> TYPO3-english mailing list
> TYPO3-english@lists.typo3.org
> http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english
___
TYPO3-english mailing list
TYPO3-english@lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english


[TYPO3-english] T3onepage Distribution, how do I install?

2015-09-02 Thread mario chiari
Hi

I am trying to install TYPO3 6.3.14 + t3onepage (1.1.3) distribution on
my local machine, Fedora 22, i686, php 5.6.12, mysql Ver 14.14, and I
fail. (I tried a couple of time from scratch).

It seems that t3onepage gets installed (I see the allOk page), but
indeed page tree is still empty.

Do I need to set anything?
What should I look for?

Thanks
Cheers
mario





___
TYPO3-english mailing list
TYPO3-english@lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english


[TYPO3-english] Old 4.3.6 site. Blank modules

2015-08-28 Thread mario chiari
Dear All

I have been asked to save a old 4.3.6 TYPO3 site on a remote server. 
I can access mySQL database, and TYPO3 folders by ftp (not ssh access).
FE is fine.
BE misbehaves: somethig works perfectly (insert/update page and content
records, News is installed and works fine), something just opens blank
pages. 

I have blank pages for:
- Web
-- View
-- Info
-- Access
-- Functions
-- Template (this is annoying, since I would like to check it)
- User tools (all)
- Admin tools
-- Ext manager (this is annoying too)
-- DB check
-- Configuration


I do receive the following error msg:

Core: Error handler (BE): PHP Warning: Illegal string offset 
'configureModuleFunction' in 
/home/content/27/8320827/html/vhosts/giuseppechiari/t3lib/class.t3lib_l
oadmodules.php
 line 392, 

but I am not sure whether it is the culprit and in the case how to fix 
 it. 

Could it be a conflict with php:
OTHER: TYPO3_VERSION: 4.3.2
OTHER: PHP_VERSION  : 5.4.19 ?

I tried without success
$TYPO3_CONF_VARS['SYS']['displayErrors']= '0', and '2' too
$TYPO3_CONF_VARS['SYS']['errorHandlerErrors'] = 22519; 
$TYPO3_CONF_VARS['SYS']['syslogErrorReporting']   = 22519;  
$TYPO3_CONF_VARS['SYS']['belogErrorReporting']= 22519; 

I updated a few files to avoid E_STRICT. 


I appreciate any hint as to make everything back to normal.

Thanks
Cheers
mario






___
TYPO3-english mailing list
TYPO3-english@lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english


[TYPO3-english] SOLVED - Old 4.3.6 site. Blank modules

2015-08-28 Thread mario chiari
Hi

I just discovered than a number of index.php - on the remote server -
are empty. For each, there is a file index.php_date which is indeed a
backup file, I can use to restore.

I do not know who arranged things so, whether it is some kind of
security by the provider, or some hacking. (Do you use to do so for
some reason?)

Anyway, BE is back to work.
Thanks Cheers

mario



Dear All

I have been asked to save a old 4.3.6 TYPO3 site on a remote server. 
I can access mySQL database, and TYPO3 folders by ftp (not ssh access).
FE is fine.
BE misbehaves: somethig works perfectly (insert/update page and content
records, News is installed and works fine), something just opens blank
pages. 

I have blank pages for:
- Web
-- View
-- Info
-- Access
-- Functions
-- Template (this is annoying, since I would like to check it)
- User tools (all)
- Admin tools
-- Ext manager (this is annoying too)
-- DB check
-- Configuration


I do receive the following error msg:

Core: Error handler (BE): PHP Warning: Illegal string offset 
'configureModuleFunction' in 
/home/content/27/8320827/html/vhosts/giuseppechiari/t3lib/class.t3lib_l
oadmodules.php
 line 392, 

but I am not sure whether it is the culprit and in the case how to fix 
 it. 

Could it be a conflict with php:
OTHER: TYPO3_VERSION: 4.3.2
OTHER: PHP_VERSION  : 5.4.19 ?

I tried without success
$TYPO3_CONF_VARS['SYS']['displayErrors']= '0', and '2' too
$TYPO3_CONF_VARS['SYS']['errorHandlerErrors'] = 22519; 
$TYPO3_CONF_VARS['SYS']['syslogErrorReporting']   = 22519;  
$TYPO3_CONF_VARS['SYS']['belogErrorReporting']= 22519; 

I updated a few files to avoid E_STRICT. 


I appreciate any hint as to make everything back to normal.

Thanks
Cheers
mario





___
TYPO3-english mailing list
TYPO3-english@lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english


Re: [TYPO3-english] Typo3 in France

2014-07-23 Thread mario chiari
http://welovet3.com/showcase/dassault-systemes


Il giorno mer, 23/07/2014 alle 10.39 +0200, Sinisa Mitrovic ha scritto:
 Hello,
 
 In my company we have to chose between Typo3 and Drupal, and management 
 propose Drupal because it is well known in France.
 Can you tell me example of some websites that are done in Typo3 for 
 France market?
 
 Best regards,
 Sinisa Mitrovic
 ___
 TYPO3-english mailing list
 TYPO3-english@lists.typo3.org
 http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english


___
TYPO3-english mailing list
TYPO3-english@lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english


Re: [TYPO3-english] Vote for TYPO3 @ http://bitnami.com packaging service for XAMPP

2013-07-18 Thread mario chiari
+1

On Wed, 2013-07-17 at 22:31 +0200, Philipp Gampe wrote:
 Hi d.ros,
 
 d.ros wrote:
 
  Answer additionally here with a +1 in this thread to keep track who hit
  the button :-)
 
 +1
 
 Best regards


___
TYPO3-english mailing list
TYPO3-english@lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english


Re: [TYPO3-english] How to view php code of a page

2013-07-14 Thread mario chiari
Hi

if you plan to spend some time on TYPO3, you may try to develop a toy
extension. I think that is a cool way to find your way around.
You may try either old-school pi-base way or (more abstract but easier)
modern extbase+fluid MVC one, or both. Give a look at Flow too. 

As soon as you get just a little into TYPO3, you will able to ask the
right questions, and the TYPO3 community will help you.

you welcome
cheers
mario 



On Sun, 2013-07-14 at 17:52 +0200, Andrey Vasilyev wrote:
 Thank you Steffen! I kinda guessed this far already.
 
 The thing is that extensions might be pretty big source code wise, so
 going though all of the control flow might be time consuming. And I
 was thinkig may be TYPO3 knows some how which parts of the extension's
 source code are used on the given page. But now I think it was a wrong
 assumption. It seems to me now, that TYPO3 just calls main method of
 the extension and all the rest depends on the parameters that are
 passed with the request.
 


___
TYPO3-english mailing list
TYPO3-english@lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english


Re: [TYPO3-english] Introduction package 4.6.7, .css issue.

2012-04-13 Thread mario chiari
Hi Philipp, all

yes, it works. Thanks so much.

Now the new issue. Nice URL are not translated and every link just
returns a 404 error. Could it be a rearURL issue? or what? RearURL seems
installed fine. I checked everything as suggested by
http://t3net-thailand.com/downloads/install.html , but it does not work.

I also looked at http://forge.typo3.org/issues/32083
httpd.conf includes

LoadModule rewrite_module modules/mod_rewrite.so, and
Directory /
Options FollowSymLinks
AllowOverride All   
/Directory

There is .htacess in my typo3-root directory T467/T/.
Shouldn't it be ok?
Should I try some more config options?


Also, is there a way to open the color picker to modify the pages
background (as I am asked to do when I install the package)? 


thanks very much for your help
mario





On Fri, 2012-04-13 at 11:17 +0200, Philipp Gampe wrote:
 Hi Philipp Gampe,
 
  config section seems to me to be Ok:
  [config]
  [adminPanel] = 1
  [debug] = 1
  [domain] = localhost/T467/T
  [absRefPrefix] = empty
  
  Try setting absRefPrefix to http://localhost/T467/T/.
 
 Without the last /!
 
 We had a look at this at T3DD12 and this is already fixed for all new 
 introduction package, but somehow the fix did not make it into (yet) into 
 the introduction package for 4.6.
 This will be fixed sooner or later and you should just use the 4.7 RC1 now 
 :)
 
 Cheers


___
TYPO3-english mailing list
TYPO3-english@lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english


Re: [TYPO3-english] Introduction package 4.6.7, .css issue.

2012-04-11 Thread mario chiari
Hi Philipp, All, 

thanks for the reply.

On Tue, 2012-04-10 at 22:48 +0200, Philipp Gampe wrote:
 Hi mario,
 
 mario chiari wrote:
 
  Hello
  
  I tried to show typo3 to a friend, and helped him to install the
  introduction package (4.6.7) on his machine within a
  subdirectory /T467/T/ of his web server
  
  Everything worked pretty fine and quick, but I have a minor issue with
  the .css files. If I look at the Welcome to TYPO3 (id=51)
[indeed 6, sorry] 
  page, a
  couple of the .css links are mistaken (the subdirectory is missing):
  
  http://localhost/typo3temp/stylesheet_fb20638762.css?1334073316
  http://localhost/typo3conf/ext/jquerycolorbox/res/css/colorbox.css?
 1334073108
  
 http://localhost/T467/T/typo3/sysext/t3skin/stylesheets/standalone/admin_panel.css
  
  
  It should work out of the box, shouldn't it? Or should I configure
  something somewhere? I know I am missing something trivial, but your
  help is welcome.
 
 
 I had trouble with this before. Make sure to check .htaccess and the config 
 section in the constant editor (Template module).
 


config section seems to me to be Ok:
[config]
[adminPanel] = 1
[debug] = 1
[domain] = localhost/T467/T
[absRefPrefix] = empty 

About .htaccess, I am not sure what I need to modify.
I just tried 
#RewriteBase /
RewriteBase /T467/T/
but it does not seem to help.

Also, if a try to see the root page (id=1) - which is supposed to be a
shortcut to page id=6 - I get a The requested URL /T467/T/get-started/
was not found on this server. Do I need to config something for
rearurl? 

Any further hint is very welcome
thanks
mario

ps I include debug info. Do you see anything wrong?


### DEBUG SYSTEM INFORMATION - START ###
HTTP_HOST   : localhost
TYPO3_HOST_ONLY : localhost
TYPO3_PORT  : 
PATH_INFO   : 
QUERY_STRING: TYPO3_INSTALL[type]=phpinfo
REQUEST_URI : 
/T467/T/typo3/install/index.php?TYPO3_INSTALL[type]=phpinfo
HTTP_REFERER:
http://localhost/T467/T/typo3/install/index.php?TYPO3_INSTALL[type]=about
TYPO3_REQUEST_HOST  : http://localhost
TYPO3_REQUEST_URL   :
http://localhost/T467/T/typo3/install/index.php?TYPO3_INSTALL[type]=phpinfo
TYPO3_REQUEST_SCRIPT: http://localhost/T467/T/typo3/install/index.php
TYPO3_REQUEST_DIR   : http://localhost/T467/T/typo3/install/
TYPO3_SITE_URL  : http://localhost/T467/T/
TYPO3_SITE_SCRIPT   :
typo3/install/index.php?TYPO3_INSTALL[type]=phpinfo
TYPO3_SSL   : 
TYPO3_REV_PROXY : 
SCRIPT_NAME : /T467/T/typo3/install/index.php
TYPO3_DOCUMENT_ROOT : /var/www/html
SCRIPT_FILENAME : /var/www/html/T467/T/typo3/install/index.php
REMOTE_ADDR : 127.0.0.1
REMOTE_HOST : 
HTTP_USER_AGENT : Mozilla/5.0 (X11; U; Linux i686; en-US;
rv:1.9.2.23) Gecko/20110927 Fedora/3.6.23-1.fc14 Firefox/3.6.23
HTTP_ACCEPT_LANGUAGE: en-us,en;q=0.5
CONST: PHP_OS   : Linux
CONST: TYPO3_OS : 
CONST: PATH_thisScri: /var/www/html/T467/T/typo3/install/index.php
CONST: php_sapi_name: apache2handler
OTHER: TYPO3_VERSION: 4.6.7
OTHER: PHP_VERSION  : 5.3.6
imagecreatefromgif(): 1
imagecreatefrompng(): 1
imagecreatefromjpeg(: 1
imagegif()  : 1
imagepng()  : 1
imagejpeg() : 1
imagettftext()  : 1
OTHER: IMAGE_TYPES  : 31
OTHER: memory_limit : 128M
SERVER: SERVER_PORT : 80
SERVER: SERVER_SOFTW: Apache/2.2.17 (Fedora)
SERVER: GATEWAY_INTE: CGI/1.1
SERVER: SCRIPT_NAME : /T467/T/typo3/install/index.php
SERVER: PATH_TRANSLA: 
T3CV_GFX: image_proc: 1
T3CV_GFX: gdlib : 1
T3CV_GFX: gdlib_png : 1
T3CV_GFX: im: 1
T3CV_GFX: im_path   : /usr/bin/
T3CV_GFX: im_path_lz: 
T3CV_GFX: im_version: im6
T3CV_GFX: im_negate_: 0
T3CV_GFX: im_imvMask: 1
T3CV_GFX: im_combine: composite
### DEBUG SYSTEM INFORMATION - END ###

___
TYPO3-english mailing list
TYPO3-english@lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english


[TYPO3-english] Introduction package 4.6.7, .css issue.

2012-04-10 Thread mario chiari
Hello

I tried to show typo3 to a friend, and helped him to install the
introduction package (4.6.7) on his machine within a
subdirectory /T467/T/ of his web server

Everything worked pretty fine and quick, but I have a minor issue with
the .css files. If I look at the Welcome to TYPO3 (id=51)  page, a
couple of the .css links are mistaken (the subdirectory is missing):

http://localhost/typo3temp/stylesheet_fb20638762.css?1334073316
http://localhost/typo3conf/ext/jquerycolorbox/res/css/colorbox.css?1334073108
http://localhost/T467/T/typo3/sysext/t3skin/stylesheets/standalone/admin_panel.css
 


It should work out of the box, shouldn't it? Or should I configure
something somewhere? I know I am missing something trivial, but your
help is welcome.  

Thanks 
mario



___
TYPO3-english mailing list
TYPO3-english@lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english


[TYPO3-english] t3editor is missing

2011-09-07 Thread mario chiari
hello

even if t3editor is installed, i do not see ant t3editor syntax
highlight.
I am on Typo3 4.5.5, and I have installed a very few extensions (fluid,
extbase, ext builder, FED).
Do I need to activate t3editor somehow?
Thanks
best wishes
mario

___
TYPO3-english mailing list
TYPO3-english@lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english


[TYPO3-english] Timeline extension

2011-03-13 Thread mario chiari
Hello


I am looking for an extension to insert a timeline as a content element.
Items should come from a mysql table.
Is anything ready? 

Thanks
Regards

mario


ps.

from http://lists.typo3.org/pipermail/typo3-english/2007-May/038790.html

Andreas Balzer typo3 at 
Wed May 2 11:43:45 CEST 2007

* Previous message: [TYPO3] Timeline functionality
* Next message: [TYPO3] Timeline functionality
* Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

Gunnar Jonsson schrieb:
 Are there any existing extension to use for displaying timelines ? Is
it 
 anyone who has used the timeline functionality at 
 http://simile.mit.edu/timeline/ in connection with typo3? I seached
for 
 timeline in the extension repository, but no match. Perhaps some
extension 
 could be used to produce a timeline, even if the extension is not
intended 
 for that.
 
 Regards,
 Gunnar Jonsson 
 
 
Hi!
There's afaik nothing in TER. But me and my team are trying to code a 
flash timeline that gathers contents by tt_news over xml output. But it 
takes 2 or 3 weeks until we have it..

Andreas


___
TYPO3-english mailing list
TYPO3-english@lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english