JollyJim,
Are these upgrade installs form 1.2.x or fresh 1.3.x installs with fresh DB?
I reccently ran into a multitude of problems with the upgrade situation. Which type are you attempting for this?
JollyJim,
Are these upgrade installs form 1.2.x or fresh 1.3.x installs with fresh DB?
I reccently ran into a multitude of problems with the upgrade situation. Which type are you attempting for this?
Zen-Venom Get Bitten
Hi Kobra
This is a fresh install of 1.3.1
I used portions of the UKTemplate mod mysql to create the UK towns and cities, but other than this everything is 1.3.1 code. I even manually changed the admin pages line by line to make the text suitable for the UK so the code did not break.
From my limited experience and knowledge of php;
It is your first error that is the offender and this creates the 'headers already sent' error. At least when I get this I look first to the initial error.
Was functions_email.php a file that was edited/changed? and/or is it this code for line#91 in your install?
Or could it be another file that might have been altered making an out of place call to the above?Code:while (strstr($email_text, $zen_fix_current)) $email_text = str_replace($zen_fix_current, $zen_fix_replace, $email_text);
I know that this is not the first time that you have setup 1.3.x...So you have most likely verified the MySQL, php, Apache etc on the host and your local has probably seen many installs.
Am I correct in assuming that the host install was setup up locally and copied to the host re-setting the required pathing & DB entries?
Zen-Venom Get Bitten
Hi Kobra
Thanks for taking the time to reply.
Yes, you are correct in that the upload was from the local server and the config files changed. I tested the local server with a fresh install of Z1.3.1 and got the same login issues when creating an account without any mods installed. This is on an Apache/XP Wamp.
So I dumped the original admin files from the default ZC install up to the Unix Box - and trashed the admin section totally. I think this is something to do with the Admin Profiles mod.
So now I am creating a default Zencart install in a local directory ready for upload. Then I am creating upload folders for each mod (e.g. the templates and language files etc), then I am uploading one by one until everything is online in a fresh directory.
The email_functions.php has not been modified as far as I can remember but you may be right - there is most likely something arguing with another file somewhere.
Ho Hum - looks like a long night. At least I will be able to isolate the problem (hopefully) LOL
If I understand this correctly, this is bothersome...a bone stock ZenCart from original fileset with no alterations on a fresh DB and still got the bad behaviour???I tested the local server with a fresh install of Z1.3.1 and got the same login issues when creating an account without any mods installed.
Have you triple checked the unpacked distro? I have this on my local and find that in the heat of some excercise that I inadvertantly grab a file that I know(or believe) to be pristine and promptly forget that I might have also saved the changes to my distro set...next time I use for an install woe is me...and I just don't learn...
Zen-Venom Get Bitten
Bothersome is a bit of an under statement. You should have heard me swearing at the computer earlier. I was taken with rage like a scene from Fawlty Towers. Even threatened to thrash it with a wet tissue - all to no avail.Originally Posted by kobra
Nope - this is a fresh download of the stock install for ZC. It simply refuses to log in when I create an account. But to satisfy myself I am uploading the installation to the UNIX box and starting over with it.
Don't you just love it when you have everything set up nicely and it falls over for no reason - damn - I love this job :)
I will let you know if the new install works - most likely I have missed out a ; somewhere on a file and this will be the problem LOL
Please do keep me informed...
and it is always that head smaker that gets ya. You thought that we were all born with flat foreheads...did ya??
Zen-Venom Get Bitten