content only shows when logged into backend ?!
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
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 )
where do you see that?pico wrote:Hi
run's but with a Lot of Errors like thatWarning: 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
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
it is a clean install, i havent installed any mod or hack to itflip-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
and yes its all uploaded via binary ftp and is version 1.2.6
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.
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 thatWarning: 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
You would have uploaded both the same way. right? May not be an issue... if one installation is "seen".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
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
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)!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
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"] = "";
Code: Select all
// paths
$phpwcms["root"] = "phpwcms";

Roath wrote:uhm... im a total idiot, i didn't understand a word of what you just said :S
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: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:TO:Code: Select all
// paths $phpwcms["root"] = "";
Code: Select all
// paths $phpwcms["root"] = "phpwcms";
Code: Select all
// paths
$phpwcms["root"] = "phpwcms";