PDA

View Full Version : Can Not Complete Install Of V2.1.03


wsmith8
04-01-2007, 10:11 PM
Hi,

Can Not Complete Install Of V2.1.03.

All went well with Web Installer even reached Installation Complete
page.

Removed install directory as instructed and then clicked the "Next"
button and then received the following:

Warning: Wrong parameter count for set_error_handler() in /home/astockpi/public_html/links/includes/config.inc.php on line 124 config.inc.php:124

Can not reach admin page. Please advise.

Thanks

Greg
04-02-2007, 12:16 AM
There's been a few folks that are having this same problem. I'm sure when support team comes online in a few hours they will have a fix.

Sergey Ten
04-02-2007, 09:21 AM
Hello wsmith8,

Please following the directives:

[ Open your includes/config.inc.php ]
[ Find code ]


set_error_handler("errorHandler", E_ALL);


[ Replace with ]


set_error_handler("errorHandler");


[ Save change ]

webtime
04-02-2007, 02:22 PM
Hi Sergy Ten,
Same problem here and posted in another part of forum. But the fix above didn't work for me, also there's another part of that code that was not touch

if(DEBUG > 0)
{
loadClass("DirDebug");
$old_error_handler = set_error_handler("errorHandler");
error_reporting(E_ALL & ~E_USER_NOTICE);
ini_set("display_errors","1");

$GLOBALS['_pageGenerated'] = Debug::m();
}
else
{
$old_error_handler = set_error_handler("errorHandler",E_ALL & ~E_NOTICE);
error_reporting(0);
ini_set("display_errors","0");
}

as I said only what you displayed was corrected.

Also, I'm thinking this is all about versions of PHP?

wsmith8
04-02-2007, 02:42 PM
HI,

V2.1.03
Greenleaves

I followed you instructions.

The instructions did not solve the problem. Take a look for yourself.

http://www.astockpicks.com/links/index.php

http://www.astockpicks.com/links/admin/login.php

I'm sorry, but is there no end to the bugs in this software?

wsmith8
04-03-2007, 03:43 PM
Hi,

Still waiting for reply.

webtime
04-03-2007, 05:10 PM
wsmith8,
Please see my post install fine!!!

wsmith8
04-03-2007, 09:21 PM
Hi,

Installed PHP V 5.2.1 and all worked fine.

Installation complete. Will move on to configuration now.

Thanks:)

Michael Hill
04-04-2007, 05:59 AM
Hello to everybody!

First of all - it is special `Installation and updates` section in the forum.

In case the same problem, please, read this
http://www.esyndicat.com/forum/about9770.html

Thanks!