PDA

View Full Version : Product XML you have imported does not match


bashy
04-19-2006, 02:29 PM
Hi

When i try to click the lottery link in the dropdown menu I keep getting

The vbBux / vbPlaza Product XML you have imported does not match the same Version number as the PHP files uploaded. Please reupload all PHP files to your forum's root folder. Then re-import the Product XML file with Allow Overwrite set to Yes.

I have reuploaded all the files again and reimported the product with overwrite on (3 times now) and still the same

5 times now, ps.( nothing works, no bank, no lottery, no nothing)

Any ideas please?

Soljah
04-20-2006, 12:53 AM
I am having the same problem. Can anyone help?

Zia
04-20-2006, 04:27 AM
yeap same here same probs

bashy
04-20-2006, 02:54 PM
Can anyone advise on this issue please as the system is not useable untill this is resolved?

bashy
04-21-2006, 05:52 PM
Please peeps.....Surely someone must know why this is happening and the resolution for it?

trackpads
04-21-2006, 07:49 PM
I couldnt find it, you can edit your vbplaza.php files and comment out the version check, it works fine after that.

Help us CMX!!

bashy
04-21-2006, 07:58 PM
Hi m8

What and where exactly do you edit out please, do you have the exact instrructions please m8?

trackpads
04-21-2006, 08:08 PM
Ok, but there is no warranty here :) It works for me so make sure you back up first.

In vbplaza.php around line 116 -

FIND this code:


// verify that the user has the latest version XML file imported
if ($vbulletin->options['vbbuxplaza_version_number'] != VBPLAZA_SCRIPT_VERSION)
{
display error, store currently closed
eval(standard_error(fetch_error('vbplaza_product_m ismatch_with_php', $vbphrase['vbbux_name'], $vbphrase['vbplaza_name'])));
}


REPLACE with:


// verify that the user has the latest version XML file imported
// if ($vbulletin->options['vbbuxplaza_version_number'] != VBPLAZA_SCRIPT_VERSION)
//{
// display error, store currently closed
// eval(standard_error(fetch_error('vbplaza_product_m ismatch_with_php', $vbphrase['vbbux_name'], $vbphrase['vbplaza_name'])));
//}


Then it will work,

-Jason

bashy
04-21-2006, 08:14 PM
Thanks you very much my friend....that sorted it out :)
Thanks again :)

Zia
04-29-2006, 06:14 AM
:)

hello...how its going on now?

trackpads
04-29-2006, 01:10 PM
Fine for me, no reported errors. Just waiting for CMX to get back and straighten us out.

-Jason

Zia
04-30-2006, 04:01 AM
Nice Shot...trackpads...

trackpads
04-30-2006, 11:30 AM
Thanks!

fly
04-30-2006, 12:06 PM
iirc, the easiest way to fix this is to edit the version number of your current version to 1.0 or something. The solution from CMX is in the mega thread, if you care to look.

CMX_CMGSCCC
04-30-2006, 06:24 PM
That may have sorted it out, but that is wrong to do.

Because if the version #'s do not match up, then either 1) The product XML didnt get imported properly or 2) the files didnt get uploaded properly. And if that is the case, not all functions will be working and/or there could be more errors produced in the process.

Try to reupload all of the files via FTP first (make sure they are overwriting.)

Then edit vbplaza's product number to 1.5.4, then reupload the product XML file with allow overwrite to Yes, that should solve it too.

-CMX

Zia
05-01-2006, 06:45 AM
Then edit vbplaza's product number to 1.5.4, then reupload the product XML file with allow overwrite to Yes, that should solve it too.-CMX


its near abt trackpads soultion..edit version no.

CMX_CMGSCCC
05-07-2006, 03:31 PM
OK, I missed that reply then as I skim over them quickly because I need to reply to all threads.

-CMX