content only shows when logged into backend ?!

Get help with installation and running phpwcms here. Please do not post bug reports or feature requests here.
User avatar
flip-flop
Moderator
Posts: 8178
Joined: Sat 21. May 2005, 21:25
Location: HAMM (Germany)
Contact:

Post 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
>> HowTo | DOCU | FAQ | TEMPLATES/DOCS << ( SITE )
Roath
Posts: 26
Joined: Mon 3. Jul 2006, 23:16

Post 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
Roath
Posts: 26
Joined: Mon 3. Jul 2006, 23:16

Post 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
User avatar
DeXXus
Posts: 2168
Joined: Fri 28. Nov 2003, 06:20
Location: USA - Florida

Post 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".
Roath
Posts: 26
Joined: Mon 3. Jul 2006, 23:16

Post 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
User avatar
DeXXus
Posts: 2168
Joined: Fri 28. Nov 2003, 06:20
Location: USA - Florida

Post 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:
Roath
Posts: 26
Joined: Mon 3. Jul 2006, 23:16

Post by Roath »

uhm... im a total idiot, i didn't understand a word of what you just said :S
User avatar
DeXXus
Posts: 2168
Joined: Fri 28. Nov 2003, 06:20
Location: USA - Florida

Post 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";
User avatar
TheSearch
Posts: 97
Joined: Thu 22. Dec 2005, 09:56
Location: Lauenau / Willich
Contact:

Post by TheSearch »

by the way... delete the setupfolder when its working...
Post Reply