Page 1 of 1

Error on fresh Install

Posted: Fri Jan 29, 2010 2:13 pm
by StenTheMan
Hello AlegroCart Team,

I've installed AlegroCart on my computer. I'm using the latest Wampserver. Everything including the installation steps were no problem but when I accessed the front page and admin panel, it says somthing below with a long funny characters afterwards:

Deprecated: Assigning the return value of new by reference is deprecated in D:\wamp\www\shop\alegro\index.php on line 17

Deprecated: Assigning the return value of new by reference is deprecated in D:\wamp\www\shop\alegro\library\locator.php on line 77


What could have gone wrong? Your soonest assist would be very much appreciated.

Thx

Re: Error on fresh Install

Posted: Fri Jan 29, 2010 5:06 pm
by Brent
It has to do with the PHP 5.3.1 . It does not allow assignment of new class by reference.
The are three new files in the attached zip.
index.php
admin/index.php
library/locator.php

Upload these to replace the existing files.
I will be testing myself as soon as I can get up an alternate server with PHP5.3 on it.

Just set up 5.3 environment and the deletion of the call by reference fixed the problem.
The three files in the zip below will correct it.

Also see PHP 5.3 notes

Re: Error on fresh Install

Posted: Sat Jan 30, 2010 12:17 am
by StenTheMan
Thanks ... It's now working :-)
I'll play around and give feedbacks to you later

Again thx...

Re: Error on fresh Install

Posted: Tue Feb 16, 2010 8:16 pm
by devamfl
I uploaded v1.2 but install gives internal error 500

What is the problem?

I have it working now, I was running the install from the root duh

I really like this script. Is there a manual available and is it possible to enable captcha support?

Re: Error on fresh Install

Posted: Tue Feb 16, 2010 9:33 pm
by Brent
This is general web server error. It does not return specifics.
You need to discuss with your web host. Probably something is configured incorrectly on the server.

Re: Error on fresh Install

Posted: Tue Jul 20, 2010 3:01 pm
by Leonadis
Hi Guy's, I have installed the cart and uploaded everything to the servers. I can't see it at all when I open my site up, there are no "uninstalled" styles.
I have checked the files on the server and re uploaded them just to be sure but can't access the files from the control panel (phpBB defaults only are showing).
It is probably something simple, I am new to phpBB so it"s a bit different and I'm still learning it.
Any ideas you have would be greatly appreciated, every thing seems to be ok on the server and all software is up to date and the right releases, both on the server and on my computer.
I can't see any thing other than the default programs and styles so have not been able to run the "install" part....
Thanks

Leo.

Re: Error on fresh Install

Posted: Sat Jul 24, 2010 12:23 pm
by leo
Leonadis wrote:Hi Guy's, I have installed the cart and uploaded everything to the servers.
Have you installed the cart locally and uploaded the "results" to your server?
Try this:
1. download the cart from

Code: Select all

http://forum.alegrocart.com/viewtopic.php?f=8&t=152
2. unzip the file
3. under AlegroCart_1.2.3beta you will have 2 directories: install instructions and upload
4. change to the upload directory and copy all the entire contents to your server (even the hidden file!)
Have a look at Install.doc as well.
Hope this helps.
Leo