pre1.2.9 nightly-build

Discuss phpwcms here, please do not post support requests, bug reports, or feature requests! Non-phpwcms questions, discussion goes in General Chat!
rushclub
Posts: 915
Joined: Tue 17. Feb 2004, 18:52

Post by rushclub »

DF6IH wrote:Oh ... rhetorical requests .....

Just used the ##loginout## from the snippets .. no groups, no nothing, but enough for my needs.
just to mention. you have to type: "###LOGINOUT###" :wink:

rush
3 (!) Jahre warten reichen mir. Ich bin erst mal weg.
User avatar
oeconom
Posts: 337
Joined: Fri 13. May 2005, 09:33
Location: Stuttgart
Contact:

Post by oeconom »

Hi there,
I've problems getting the nightly built runiing.
Who can help...?

Installation runs smoothly (except the creation of some newsletter related tables).

After completion of the install process and uploading the "conf.inc.php", I'm trying to get to the index od login page and get the following error.
Warning: main(/kunden/sternweb.de/webseiten/tests/night/setup/setup.func.inc.php): failed to open stream: No such file or directory in /kunden/sternweb.de/webseiten/tests/night/setup/get_conf_file.php on line 27

Fatal error: main(): Failed opening required '/kunden/sternweb.de/webseiten/tests/night/setup/setup.func.inc.php' (include_path='.:/usr/local/lib/php') in /kunden/sternweb.de/webseiten/tests/night/setup/get_conf_file.php on line 27
You Cannot Access This Script Directly, Have a Nice Day.
Has anyone any idea???


Thanks,
FELIX
...alles wird gut!
still alive...
Experimenting with phpwcms and hoping to have time one day to get a site live... :wink:
One Site finished! :P
User avatar
flip-flop
Moderator
Posts: 8178
Joined: Sat 21. May 2005, 21:25
Location: HAMM (Germany)
Contact:

Post by flip-flop »

Hi Felix,

please check the right path settings in your conf.inc.php.
Have you uploaded the config file manually via ftp? This automatically upload don´t run at this time!

If you have a direct call to the index.php or login.php like: http:/mydomain.tld/.../.../index.php
this error occures?

Regards Knut
>> HowTo | DOCU | FAQ | TEMPLATES/DOCS << ( SITE )
User avatar
oeconom
Posts: 337
Joined: Fri 13. May 2005, 09:33
Location: Stuttgart
Contact:

Post by oeconom »

Hi Knut,

thanks for the hint!
The quote shown after calling the login or index file was the content of the conf.inc.php file that's linked on the final setup-page for download and upload to the directory.
So there seems to be a little bug in the setup routine!?!

I then took the "setup.conf.inc.php" from the setup dir (as also proposed on the earlier mentioned page), renamed and copied it and now it works perfectly.

Thanks,
FELIX
...alles wird gut!
still alive...
Experimenting with phpwcms and hoping to have time one day to get a site live... :wink:
One Site finished! :P
User avatar
juergen
Moderator
Posts: 4556
Joined: Mon 10. Jan 2005, 18:10
Location: Weinheim
Contact:

Post by juergen »

Just next hidden news ...

E-Mail notification from guestbook for new entry!

Just :shock: when I saw my domain mailing me :D
User avatar
StudioZ
Posts: 802
Joined: Fri 28. May 2004, 19:57
Location: Québec, Canada
Contact:

Post by StudioZ »

oh :?
Probably a question for Oliver...

At: http://www.malouin.ws/design/index.php?welcome
In watching the page source in pre1.2.9, I just noticed that there is an unwanted call to:
http://stats.mailverbund.info/phpmyvisites.php

Code: Select all

<!-- phpMyVisites -->
<script language="javascript" type="text/javascript">
  <!-- 
	var a_vars = Array();
.... etc. ...
	var phpmyvisitesSite = 1;
	var phpmyvisitesURL = "http://stats.mailverbund.info/phpmyvisites.php";
  //-->
</script>
<script language="javascript" src="http://stats.mailverbund.info/phpmyvisites.js" type="text/javascript"></script>
<noscript><img src="http://stats.mailverbund.info/phpmyvisites.php" alt="phpMyVisites" width="0" height="0" border="0" style="border:0" /></noscript>
<!-- /phpmyvisites -->
Question
Would anyone knows how to turn off the distant call to:
http://stats.mailverbund.info/phpmyvisites.php
?

I noticed that you can even configure your Google Analytic account if needed, in this new file: template/inc_script/frontend_render/pixelTracking.php

Cheers,

Yves
Image
PhpWCMS Evangelist, -- iRoutier.com Running phpWCMS 1.4.2, r354 -> Great Version!!!!
User avatar
isac
Posts: 410
Joined: Tue 18. Nov 2003, 13:13
Location: Portugal
Contact:

Post by isac »

It's "pre" isn't it? it's not fine tunned and some files are missing too, etc.
Edit pixelTracking.php and disable it.

change line 16 in pixelTracking

Code: Select all

/*
 * phpMyVisites
 * phpMyVisites is free and is a pwerful solution
 * visit: http://www.phpmyvisites.net
 */
$_Tracking_phpMyVisites			= Off; // <----------- DISABLE HERE!!!!!!!!!!!
$_Tracking_phpMyVisitesSite		= 1; //typically it is ID 1
$_Tracking_phpMyVisistesURL 	= 'http://stats.mailverbund.info/phpmyvisites.php';	// fill in the remote URL here
$_Tracking_phpMyVisistesJS  	= 'http://stats.mailverbund.info/phpmyvisites.js';
$_Tracking_phpMyVisitesVars		= Off; // additional vars: full page title, cms page ID, form sender IP
So much noise :wink:
POR :D TUGAL
User avatar
DeXXus
Posts: 2168
Joined: Fri 28. Nov 2003, 06:20
Location: USA - Florida

Post by DeXXus »

@isac...

Simple but -COOL- sig ! :wink:
User avatar
StudioZ
Posts: 802
Joined: Fri 28. May 2004, 19:57
Location: Québec, Canada
Contact:

Post by StudioZ »

isac wrote:

Code: Select all

/*
 * phpMyVisites
 * phpMyVisites is free and is a pwerful solution
 * visit: http://www.phpmyvisites.net
 */
$_Tracking_phpMyVisites			= Off; // <----------- DISABLE HERE!!!!!!!!!!!

Fixed.
I just moved out the pixelTracking.php file from the frontend_render folder, and reset my cache :wink:

Cheers,

Yves
Image
PhpWCMS Evangelist, -- iRoutier.com Running phpWCMS 1.4.2, r354 -> Great Version!!!!
User avatar
StudioZ
Posts: 802
Joined: Fri 28. May 2004, 19:57
Location: Québec, Canada
Contact:

Post by StudioZ »

jsw_nz wrote:... Just downloaded and did a test-drive. OliG has included a new option for images - now supports unique images for (1) article listing and (2) full article - this is a nice addition - greater design flexibility ...
Did anyone have succesfully tested this new option ? :roll:
On both a fresh install and on an upgraded setup,
I am having unpredictable results from not showing to showing only for a couple articles ... hmmm :roll:

Puzzled :roll:

Yves
Image
PhpWCMS Evangelist, -- iRoutier.com Running phpWCMS 1.4.2, r354 -> Great Version!!!!
User avatar
StudioZ
Posts: 802
Joined: Fri 28. May 2004, 19:57
Location: Québec, Canada
Contact:

Post by StudioZ »

I know 1.2.9 is only a pre released version but...
Could anyone confirm if this new feature is working OK ? :
new option for images - now supports unique images for (1) article listing and (2) full article
Thanks,

Yves
Image
PhpWCMS Evangelist, -- iRoutier.com Running phpWCMS 1.4.2, r354 -> Great Version!!!!
User avatar
flip-flop
Moderator
Posts: 8178
Joined: Sat 21. May 2005, 21:25
Location: HAMM (Germany)
Contact:

Post by flip-flop »

Hi Yves,

yes it works. Please use at template "display full article:" the sample.tmpl.
Then you will see.

regards Knut
>> HowTo | DOCU | FAQ | TEMPLATES/DOCS << ( SITE )
User avatar
StudioZ
Posts: 802
Joined: Fri 28. May 2004, 19:57
Location: Québec, Canada
Contact:

Post by StudioZ »

flip-flop wrote:Hi Yves,
yes it works. Please use at template "display full article:" the sample.tmpl.
Then you will see.
regards Knut
Thank you Knut for your quick reply confirming it is working. 8)
I have customized some templates.
I must had overlooked something.
I will double check my work ... :roll:

Cheers,

Yves
Image
PhpWCMS Evangelist, -- iRoutier.com Running phpWCMS 1.4.2, r354 -> Great Version!!!!
User avatar
StudioZ
Posts: 802
Joined: Fri 28. May 2004, 19:57
Location: Québec, Canada
Contact:

Post by StudioZ »

Templates issue FIXED.
I was the problem :oops:
I just recopied from the sample.tmpl files and then
I have been able to figure out where was that I goofed :wink:

Cheers,

Yves
Image
PhpWCMS Evangelist, -- iRoutier.com Running phpWCMS 1.4.2, r354 -> Great Version!!!!
User avatar
StudioZ
Posts: 802
Joined: Fri 28. May 2004, 19:57
Location: Québec, Canada
Contact:

Post by StudioZ »

Regarding pre1.2.9
config/phpwcms/conf.inc.php
Just need to confirm which impact these new settings could have if set wrong?

Here's what I now have, inspired by what I had in 1.2.8 before upgrading:
$phpwcms['db_charset'] = 'utf8';
$phpwcms['db_collation'] = 'latin1_swedish_ci';
$phpwcms['db_version'] = 40121;

Questions:
Do I really need the "db_collation'" option ?
Do I really need the "db_version" option ?

Sorry. These are not clear to my mind :roll:

Cheers,

Yves
Image
PhpWCMS Evangelist, -- iRoutier.com Running phpWCMS 1.4.2, r354 -> Great Version!!!!
Post Reply