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...
One Site finished!
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?
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...
One Site finished!
/*
* 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
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 ?
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
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.
I have customized some templates.
I must had overlooked something.
I will double check my work ...
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 ?