PDA

View Full Version : upgrade in localhost?


tikendra
09-03-2008, 12:45 AM
I am running the ilance marketplace ver 3.1.4 on my localhost and i want to update the version to 3.1.6. Is it possible to upgrade it on localhost? if "YES", then how ?

cgLance
09-03-2008, 04:10 AM
Yes, simply follow the same steps as a normal upgrade as indicated in the txt files in the install folder.

Peter
09-03-2008, 10:54 AM
I am running the ilance marketplace ver 3.1.4 on my localhost and i want to update the version to 3.1.6. Is it possible to upgrade it on localhost? if "YES", then how ?

What is your license key? You are showing up as unlicensed and before you obtain support you'll need to be licensed for the ILance product.

Please PM me with your license #.

Thanks

tikendra
09-05-2008, 01:56 AM
hi Peter,
hope you have got my license key, now another problems occur while upgrading,
1).. i have upgraded from version 3.1.4 to 3.1.5 then to 3.1.6, when i try to log in in admincp, it shows error as
Notice: Undefined index: roleid in ..\login.php on line 143

Notice: Undefined index: 0 in ..\login.php on line 149
and then it is redirected to admincp.
2)It has lancemod ver 1.0.1, while upgrading it, it shows error like
Notice: Undefined property: ilance::$lancemod in ..\functions\api\class.admincp_products.inc.php(625) : eval()'d code on line 2

Notice: Trying to get property of non-object in ...\functions\api\class.admincp_products.inc.php(625) : eval()'d code on line 2

Notice: Undefined property: ilance::$lancemod in ...\functions\api\class.admincp_products.inc.php(625) : eval()'d code on line 11

Notice: Trying to get property of non-object in ...\functions\api\class.admincp_products.inc.php(625) : eval()'d code on line 11

Notice: Undefined property: ilance::$lancemod in ...\functions\api\class.admincp_products.inc.php(625) : eval()'d code on line 20

Notice: Trying to get property of non-object in ...\functions\api\class.admincp_products.inc.php(625) : eval()'d code on line 20

And says lancemod is upgraded but doesnot show the upgraded version ..

please suggest me...

Peter
09-05-2008, 02:40 AM
hi Peter,
hope you have got my license key, now another problems occur while upgrading,
1).. i have upgraded from version 3.1.4 to 3.1.5 then to 3.1.6, when i try to log in in admincp, it shows error as
Notice: Undefined index: roleid in ..\login.php on line 143


Be sure you have a roleid in your v3_users. Set the default field to 0. I'll re-check the upgrade to see if roleid is being carried over which I believe it should be.


Notice: Undefined index: 0 in ..\login.php on line 149
and then it is redirected to admincp.


Set error_reporting(0) in config.php at very top.. this is just a notice but thanks for pointing it out. It will be fixed in the upcoming version.


2)It has lancemod ver 1.0.1, while upgrading it, it shows error like
Notice: Undefined property: ilance::$lancemod in ..\functions\api\class.admincp_products.inc.php(625) : eval()'d code on line 2

Notice: Trying to get property of non-object in ...\functions\api\class.admincp_products.inc.php(625) : eval()'d code on line 2

Notice: Undefined property: ilance::$lancemod in ...\functions\api\class.admincp_products.inc.php(625) : eval()'d code on line 11

Notice: Trying to get property of non-object in ...\functions\api\class.admincp_products.inc.php(625) : eval()'d code on line 11

Notice: Undefined property: ilance::$lancemod in ...\functions\api\class.admincp_products.inc.php(625) : eval()'d code on line 20

Notice: Trying to get property of non-object in ...\functions\api\class.admincp_products.inc.php(625) : eval()'d code on line 20

And says lancemod is upgraded but doesnot show the upgraded version ..

please suggest me...

That's only because you've installed the LanceMod product to your AdminCP using the XML product file but you forgot to upload all the rest of the addon files which goes to your ILance folder. You can upload those files via FTP.

Good luck :)

Peter

tikendra
09-07-2008, 07:35 AM
hi peter,
i am working on localhost,
your given suggestions did not help me.
-->"roleid" is absent in v3_users, i have tried by creating that field but that did not work.
-->In lancemod upgrade, i had uploaded all the files within upload folder to ILance folder, it also did not work, again not upgrading..
what to do..?

Peter
09-07-2008, 07:54 PM
hi peter,
i am working on localhost,


Okay..


-->"roleid" is absent in v3_users, i have tried by creating that field but that did not work.


This doesn't seem right. I don't know how this failed. You need to use phpmyadmin and then add a new field called `roleid` to that existing table. It's not a matter of ILance not working, it's a matter of using phpmyadmin to add that field. If you're phpmyadmin is not letting you add any data you may need to check with your phpmyadmin configuration as to why you don't have access to add a simple field called `roleid` to your v3_users table.


-->In lancemod upgrade, i had uploaded all the files within upload folder to ILance folder, it also did not work, again not upgrading..
what to do..?

First things first. I would PM wterpilo and / or provide screenshots here in this topic to see what you're dealing with. A picture is worth more than a thousands words in some situations. Try that, we'll do our best to get you back on your feet with your localhost installation.

Also, you are showing up as unlicensed. Can you please PM me your license key? when I receive that I'll personally upgrade your forum account to licensed. I'm not sure why you're not showing up as licensed customer...

Regards,
Peter

wterpilo
09-08-2008, 12:39 PM
Hi
can you export structure of your v3_users table and PM me with your email address? Then I'll give you my and you'll send me that structure. I'll review it.

Wojtek