Page 2 of 4

Posted: Fri 12. Jan 2007, 09:35
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

Posted: Sun 14. Jan 2007, 18:21
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

Posted: Sun 14. Jan 2007, 18:50
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

Posted: Sun 14. Jan 2007, 19:19
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

Posted: Fri 19. Jan 2007, 20:00
by juergen
Just next hidden news ...

E-Mail notification from guestbook for new entry!

Just :shock: when I saw my domain mailing me :D

Posted: Tue 23. Jan 2007, 21:59
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

Posted: Wed 24. Jan 2007, 15:45
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:

Posted: Wed 24. Jan 2007, 18:22
by DeXXus
@isac...

Simple but -COOL- sig ! :wink:

Posted: Thu 25. Jan 2007, 01:33
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

Posted: Thu 25. Jan 2007, 18:57
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

Posted: Fri 26. Jan 2007, 17:05
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

Posted: Fri 26. Jan 2007, 18:04
by flip-flop
Hi Yves,

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

regards Knut

Posted: Fri 26. Jan 2007, 18:11
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

Posted: Sat 27. Jan 2007, 22:09
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

Posted: Sat 27. Jan 2007, 22:15
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