[TYPO3] Installation problem with WEC starter package
ronald_lists at elmit.com
ronald_lists at elmit.com
Wed Sep 10 03:47:48 CEST 2008
> Hi Ronald
> Enter this part here below the one you just posted
>
> #################################
> ## Constants ##
> #################################
>
> # Force links to open in current window.
> content.pageFrameObj =
> constants.wec.siteName = Hope International Christian Community
> constants.wec.siteURL = http://hopethailand.com
> constants.wec.adminEmail = info at hopethailand.com
> constants.wec.siteDescription = Hope of Phuket International Church By
> Pass,
> Thailand, TYPO3 Site made by LisAndi Co. Ltd. / Phuket
> constants.wec.contact = This site is powered by <a
> href="http://t3pack.com">T3Pack</a>
> <a href="http://typo3.org">TYPO3</a> and <a
> href="http://lisandi.com">LisAndi
> Co. Ltd.</a> / <a href="http://phuketphuket.blogspot.com">Phuket</a> -
> Thailand
> constants.wec.footer = © 2008 <a href="http://hopethailand.com
> ">HopeThailand.com</a>
> constants.wec.dateFormat = %d %B %Y
> constants.wec.timeFormat = %H:%M
> constants.wec.dateTimeFormat = %d %B %Y %H:%M
> constants.wec.logo = fileadmin/_system/images/logos/hopelogo.jpg
> constants.wec.enableLogin = 0
> constants.wec.slogan = Where you're family in ICT Innovation Paradise
> Phuket, Thailand
>
> and fill in your data
> THis is usually what gets created after you fill out the wec_config form
> Andi
>
Andi,
that helped a lot, but it did not solve the problem. I can now see the web
pages at the frontend, but I cannot edit it at the backend. I get still
the error at the menu item "page" (and many other menu items), while I can
"view" the page and edit there paragraphs.
I believe it is a permission problem. I tried the set_permission script
and tried to use both 777 and 770, without success.
That are the last lines of php_errorlog:
[09-Sep-2008 03:25:44] PHP Warning: mysql_fetch_assoc(): supplied
argument is not a valid MySQL result resource in
/home/elmit1/public_html/mog.elmit.com/t3lib/class.t3lib_db.php on line
808
[09-Sep-2008 03:25:44] PHP Warning: mysql_free_result(): supplied
argument is not a valid MySQL result resource in
/home/elmit1/public_html/mog.elmit.com/t3lib/class.t3lib_db.php on line
835
[09-Sep-2008 03:25:44] PHP Warning: mysql_fetch_assoc(): supplied
argument is not a valid MySQL result resource in
/home/elmit1/public_html/mog.elmit.com/t3lib/class.t3lib_db.php on line
808
[09-Sep-2008 03:25:44] PHP Warning: mysql_free_result(): supplied
argument is not a valid MySQL result resource in
/home/elmit1/public_html/mog.elmit.com/t3lib/class.t3lib_db.php on line
835
[09-Sep-2008 03:25:44] PHP Warning: Cannot modify header information -
headers already sent by (output started at
/home/elmit1/public_html/mog.elmit.com/t3lib/class.t3lib_db.php:808) in
/home/elmit1/public_html/mog.elmit.com/typo3/sysext/cms/tslib/class.tslib_fe.php
on line 1446
[09-Sep-2008 03:25:45] PHP Warning: mysql_fetch_assoc(): supplied
argument is not a valid MySQL result resource in
/home/elmit1/public_html/mog.elmit.com/t3lib/class.t3lib_db.php on line
808
[09-Sep-2008 03:25:45] PHP Warning: mysql_free_result(): supplied
argument is not a valid MySQL result resource in
/home/elmit1/public_html/mog.elmit.com/t3lib/class.t3lib_db.php on line
835
[09-Sep-2008 03:25:45] PHP Warning: mysql_fetch_assoc(): supplied
argument is not a valid MySQL result resource in
/home/elmit1/public_html/mog.elmit.com/t3lib/class.t3lib_db.php on line
808
[09-Sep-2008 03:25:45] PHP Warning: mysql_free_result(): supplied
argument is not a valid MySQL result resource in
/home/elmit1/public_html/mog.elmit.com/t3lib/class.t3lib_db.php on line
835
[09-Sep-2008 03:25:45] PHP Warning: Cannot modify header information -
headers already sent by (output started at
/home/elmit1/public_html/mog.elmit.com/t3lib/class.t3lib_db.php:808) in
/home/elmit1/public_html/mog.elmit.com/typo3/sysext/cms/tslib/class.tslib_fe.php
on line 1446
[09-Sep-2008 03:25:45] PHP Warning: Cannot modify header information -
headers already sent by (output started at
/home/elmit1/public_html/mog.elmit.com/t3lib/class.t3lib_db.php:808) in
/home/elmit1/public_html/mog.elmit.com/typo3/sysext/cms/tslib/class.tslib_fe.php
on line 1518
Any other idea?
bye
Ronald
> 2008/9/9 <ronald_lists at elmit.com>
>
>> > You need to enter your URL in WEC-Config or in the root template
>> > (constants)
>>
>>
>> WEC-Config gives me the said error.
>> Templater -> Root page -> Constants does not give me a glue where to put
>> my url:
>>
>>
>> #################################
>> ## Constants ##
>> #################################
>>
>> styles.content.getNews.newsPid = 31
>>
>> plugin.tt_news {
>> color1 = #E2D6B0
>> color2 = #F8E5AA
>> color3 = #BB9E62
>> color4 = #FFFBEF
>> limit = 2
>> latestLimit = 2
>> file.templateFile = fileadmin/ext-templates/news-template.html
>> }
>>
>> plugin.meta {
>> author = {$constants.wec.siteName}
>> copyright = {$constants.wec.footer}
>> description = {$constants.wec.siteDescription}
>> email = {$constants.wec.adminEmail}
>> }
>>
>>
>> plugin.tx_srfeuserregister_pi1 {
>> editPID = 52
>> registerPID = 52
>> file.templateFile = EXT:wec_user/tx_srfeuserregister_pi1_css_tmpl.html
>> }
>>
>> # Force links to open in current window.
>> content.pageFrameObj =
>>
>>
>>
>>
>>
>>
>> >
>> > 2008/9/9 <ronald_lists at elmit.com>
>> >
>> >> > It seems that some tables have been missing and so your query went
>> >> into
>> >> > nowhere.Good to hear that it is working now
>> >> > Have fun with WEC
>> >>
>> >>
>> >> Yes, I started over with an empty database, that fixed than even
>> more,
>> >> but:
>> >>
>> >> Click on WEC Config brings me the Site structure menu and in the
>> >> right
>> >> pan:
>> >>
>> >>
>> >>
>> >> Error!
>> >>
>> >> Reason: Segment "notfound" was not a keyword for a postVarSet as
>> >> expected!
>> >>
>> >> Additionally, http://mog.elmit.com/notfound/ was not found while
>> trying
>> >> to
>> >> retrieve the error document.
>> >>
>> >>
>> >> What am I going to do against that one?
>> >>
>> >> bye
>> >>
>> >> Ronald
>> >>
>> >>
>> >>
>> >> > Andi
>> >> >
>> >> > 2008/9/9 <ronald_lists at elmit.com>
>> >> >
>> >> >>
>> >> >> While your hint helped me to fix it, I still do not understand why
>> it
>> >> >> happened in the first place:
>> >> >>
>> >> >> I went to the Install Tool and clicked on
>> >> >> Update requrired tables "COMPARE"
>> >> >>
>> >> >> and that seems has fixed it.
>> >> >>
>> >> >> bye
>> >> >>
>> >> >> Ronald
>> >> >>
>> >> >>
>> >> >>
>> >> >>
>> >> >>
>> >> >> > Then go to the install tooland do a database check
>> >> >> >
>> >> >> > Andi
>> >> >> >
>> >> >> >
>> >> >> > 2008/9/9 <ronald_lists at elmit.com>
>> >> >> >
>> >> >> >> > Hi Ronald
>> >> >> >> > Have you created a database?
>> >> >> >> >
>> >> >> >>
>> >> >> >> Yes, I did and the size of the database is 3.71 MB.
>> >> >> >>
>> >> >> >> Database summary:
>> >> >> >> Username: elmit1_*****
>> >> >> >> Password: Vanart@*******
>> >> >> >> Host: localhost
>> >> >> >> Database: elmit1_***
>> >> >> >> # of tables: 0
>> >> >> >>
>> >> >> >>
>> >> >> >>
>> >> >> >>
>> >> >> >>
>> >> >> >> > Andi
>> >> >> >> >
>> >> >> >> >
>> >> >> >> > 2008/9/9 <ronald_lists at elmit.com>
>> >> >> >> >
>> >> >> >> >> I tried this time to install on a webhost site WEC starter
>> >> package
>> >> >> >> and
>> >> >> >> >> all
>> >> >> >> >> "seemed" to go well, but at the backend I get:
>> >> >> >> >>
>> >> >> >> >> Warning: mysql_fetch_assoc(): supplied argument is not a
>> valid
>> >> >> MySQL
>> >> >> >> >> result resource in
>> >> >> >> >> /home/elmit1/public_html/
>> mog.elmit.com/t3lib/class.t3lib_db.phpon
>> >> >> >> line
>> >> >> >> >> 808
>> >> >> >> >>
>> >> >> >> >> Warning: mysql_free_result(): supplied argument is not a
>> valid
>> >> >> MySQL
>> >> >> >> >> result resource in
>> >> >> >> >> /home/elmit1/public_html/
>> mog.elmit.com/t3lib/class.t3lib_db.phpon
>> >> >> >> line
>> >> >> >> >> 835
>> >> >> >> >>
>> >> >> >> >>
>> >> >> >> >> What should this message tell me and how can I fix it?
>> >> >> >> >>
>> >> >> >> >> bye
>> >> >> >> >>
>> >> >> >> >> Ronald
>> >> >> >> >> _______________________________________________
>> >> >> >> >> TYPO3-english mailing list
>> >> >> >> >> TYPO3-english at lists.netfielders.de
>> >> >> >> >>
>> >> http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-english
>> >> >> >> >>
>> >> >> >> >
>> >> >> >> >
>> >> >> >> >
>> >> >> >> > --
>> >> >> >> > Thanks a lot!
>> >> >> >> > Greetings from ICT Innovation Paradise
>> >> >> >> > Andi
>> >> >> >> >
>> >> >> >> > Blog: http://andibecker.blogspot.com
>> >> >> >> > Map: http://tinyurl.com/6a4bg5
>> >> >> >> > Album: http://picasaweb.google.com/cocopapa
>> >> >> >> > Videos: http://tinyurl.com/5vs389
>> >> >> >> > Projects: http://www/t3log.info
>> >> >> >> > T3Pack - TYPO3 Development, TEAM 3 - Eternal Project
>> Management
>> >> >> >> > LisAndi Co. Ltd. - The future is within us! POWER4 - The
>> >> empowering
>> >> >> >> > people!
>> >> >> >> > _______________________________________________
>> >> >> >> > TYPO3-english mailing list
>> >> >> >> > TYPO3-english at lists.netfielders.de
>> >> >> >> >
>> http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-english
>> >> >> >> >
>> >> >> >>
>> >> >> >> _______________________________________________
>> >> >> >> TYPO3-english mailing list
>> >> >> >> TYPO3-english at lists.netfielders.de
>> >> >> >>
>> http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-english
>> >> >> >>
>> >> >> >
>> >> >> >
>> >> >> >
>> >> >> > --
>> >> >> > Thanks a lot!
>> >> >> > Greetings from ICT Innovation Paradise
>> >> >> > Andi
>> >> >> >
>> >> >> > Blog: http://andibecker.blogspot.com
>> >> >> > Map: http://tinyurl.com/6a4bg5
>> >> >> > Album: http://picasaweb.google.com/cocopapa
>> >> >> > Videos: http://tinyurl.com/5vs389
>> >> >> > Projects: http://www/t3log.info
>> >> >> > T3Pack - TYPO3 Development, TEAM 3 - Eternal Project Management
>> >> >> > LisAndi Co. Ltd. - The future is within us! POWER4 - The
>> empowering
>> >> >> > people!
>> >> >> > _______________________________________________
>> >> >> > TYPO3-english mailing list
>> >> >> > TYPO3-english at lists.netfielders.de
>> >> >> > http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-english
>> >> >> >
>> >> >>
>> >> >> _______________________________________________
>> >> >> TYPO3-english mailing list
>> >> >> TYPO3-english at lists.netfielders.de
>> >> >> http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-english
>> >> >>
>> >> >
>> >> >
>> >> >
>> >> > --
>> >> > Thanks a lot!
>> >> > Greetings from ICT Innovation Paradise
>> >> > Andi
>> >> >
>> >> > Blog: http://andibecker.blogspot.com
>> >> > Map: http://tinyurl.com/6a4bg5
>> >> > Album: http://picasaweb.google.com/cocopapa
>> >> > Videos: http://tinyurl.com/5vs389
>> >> > Projects: http://www/t3log.info
>> >> > T3Pack - TYPO3 Development, TEAM 3 - Eternal Project Management
>> >> > LisAndi Co. Ltd. - The future is within us! POWER4 - The empowering
>> >> > people!
>> >> > _______________________________________________
>> >> > TYPO3-english mailing list
>> >> > TYPO3-english at lists.netfielders.de
>> >> > http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-english
>> >> >
>> >>
>> >> _______________________________________________
>> >> TYPO3-english mailing list
>> >> TYPO3-english at lists.netfielders.de
>> >> http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-english
>> >>
>> >
>> >
>> >
>> > --
>> > Thanks a lot!
>> > Greetings from ICT Innovation Paradise
>> > Andi
>> >
>> > Blog: http://andibecker.blogspot.com
>> > Map: http://tinyurl.com/6a4bg5
>> > Album: http://picasaweb.google.com/cocopapa
>> > Videos: http://tinyurl.com/5vs389
>> > Projects: http://www/t3log.info
>> > T3Pack - TYPO3 Development, TEAM 3 - Eternal Project Management
>> > LisAndi Co. Ltd. - The future is within us! POWER4 - The empowering
>> > people!
>> > _______________________________________________
>> > TYPO3-english mailing list
>> > TYPO3-english at lists.netfielders.de
>> > http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-english
>> >
>>
>> _______________________________________________
>> TYPO3-english mailing list
>> TYPO3-english at lists.netfielders.de
>> http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-english
>>
>
>
>
> --
> Thanks a lot!
> Greetings from ICT Innovation Paradise
> Andi
>
> Blog: http://andibecker.blogspot.com
> Map: http://tinyurl.com/6a4bg5
> Album: http://picasaweb.google.com/cocopapa
> Videos: http://tinyurl.com/5vs389
> Projects: http://www/t3log.info
> T3Pack - TYPO3 Development, TEAM 3 - Eternal Project Management
> LisAndi Co. Ltd. - The future is within us! POWER4 - The empowering
> people!
> _______________________________________________
> TYPO3-english mailing list
> TYPO3-english at lists.netfielders.de
> http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-english
>
More information about the TYPO3-english
mailing list