Page 2 of 2

Posted: Mon 10. Jul 2006, 19:00
by flip-flop
Hi Roath,

i would prefer an clean installation without any mod or hack.
If this installation ist running well you can patch the system step by step.

Have you uploaded all files via binary ftp --> V1.2.6?

regards Knut

Posted: Mon 10. Jul 2006, 21:23
by Roath
pico wrote:Hi

run's but with a Lot of Errors like that
Warning: main(/home/ozonegfx/public_html/include/inc_module/mod_exdata/inc_lib/main.config.php): failed to open stream: No such file or directory in /home/ozonegfx/public_html/phpwcms/include/inc_module/mod_exdata/inc_front/func.inc.php on line 4
where do you see that?

also
/home/ozonegfx/public_html/phpwcms/include/inc_module/mod_exdata/inc_front/func.inc.php
is for the other phpwcms i have installed, that folder shouldnt even be affecting the phpwcms i have installed on the root

/home/ozonegfx/public_html/
that is the root and that is the installation that wont show the style unless you're logged in

/home/ozonegfx/public_html/phpwcms/
client work, do not mess with this one, it works as it should
flip-flop wrote:Hi Roath,

i would prefer an clean installation without any mod or hack.
If this installation ist running well you can patch the system step by step.

Have you uploaded all files via binary ftp --> V1.2.6?

regards Knut
it is a clean install, i havent installed any mod or hack to it
and yes its all uploaded via binary ftp and is version 1.2.6

Posted: Mon 10. Jul 2006, 21:33
by Roath
EDIT:

pico found out that it was uploaded using ASCII Mode even thou i was sure it wasn't, so ill reupload/install and see what happens :P

Posted: Mon 10. Jul 2006, 22:59
by DeXXus
http://www.ozonegfx.com/phpwcms/index.php has settings that -must- be stepping all over the other installation at
http://www.ozonegfx.com/index.php because of what you see in pico's post (in red vs. blue). Check/compare both "conf.inc.php" path settings.
pico wrote:Hi

run's but with a Lot of Errors like that
Warning: main(/home/ozonegfx/public_html/include/inc_module/mod_exdata/inc_lib/main.config.php): failed to open stream: No such file or directory in /home/ozonegfx/public_html/phpwcms/include/inc_module/mod_exdata/inc_front/func.inc.php on line 4
Roath wrote:EDIT:

pico found out that it was uploaded using ASCII Mode even thou i was sure it wasn't, so ill reupload/install and see what happens :P
You would have uploaded both the same way. right? May not be an issue... if one installation is "seen".

Posted: Mon 10. Jul 2006, 23:36
by Roath
i did upload both the same way, but for some reason it still wont work, even thou i just reinstalled and 100% sure i uploaded using binary.

seems to me that pico was right about the archive being messed up or something, something about "CR/LF", no real idea what it means, only that its messed up :S

i tried what i could, so im standing in a blank spot right now :S

Posted: Tue 11. Jul 2006, 00:10
by DeXXus
Roath wrote:i did upload both the same way, but for some reason it still wont work, even thou i just reinstalled and 100% sure i uploaded using binary.

seems to me that pico was right about the archive being messed up or something, something about "CR/LF", no real idea what it means, only that its messed up :S

i tried what i could, so im standing in a blank spot right now :S
If you listened to Pico... then that no longer needs to be considered (binary mode insured that your files made it up ok! It's only that version with CR/LF issue)!

I would suggest you start over and place your install in a subdirectory of your root (there must be something interfering whether it is .htaccess file for that root or permissions or whatever) -OR- deinstall that first installation's files and folders and database tables, etc... so that the second one can begin to function (you will have to modify "/phpwcms/config/phpwcms/conf.inc.php" to change:
FROM:

Code: Select all

// paths
$phpwcms["root"]              = "";
TO:

Code: Select all

// paths
$phpwcms["root"]              = "phpwcms";
It (the second installation) seems to be translating the script's PHP so you're half way there! :wink:

Posted: Tue 11. Jul 2006, 03:46
by Roath
uhm... im a total idiot, i didn't understand a word of what you just said :S

Posted: Tue 11. Jul 2006, 07:24
by DeXXus
Roath wrote:uhm... im a total idiot, i didn't understand a word of what you just said :S
DeXXus wrote: I would suggest you start over and place your install in a subdirectory of your root -OR- deinstall that first installation's files and folders and database tables, etc... so that the second one can begin to function (you will have to modify "/phpwcms/config/phpwcms/conf.inc.php" to change:
FROM:

Code: Select all

// paths
$phpwcms["root"]              = "";
TO:

Code: Select all

// paths
$phpwcms["root"]              = "phpwcms";
Start over (delete EVERYTHING) -OR- remove the first installation. Install to a folder called 'phpwcms'. When finished... make sure this setting in "conf.inc.php" is right:

Code: Select all

// paths
$phpwcms["root"]              = "phpwcms";

Posted: Tue 11. Jul 2006, 14:50
by TheSearch
by the way... delete the setupfolder when its working...