Jump to content
  • 0

Problem After Migrating From V2.5


Question

6 answers to this question

Recommended Posts

  • 0
Posted

i didn't face any error massage when i import its done normally but without services or transcations only usd transcation imported eur not (because in first used we use usd currency but after while change to eur)

 

otherwise i get error when i try manually add service to imported clients (this error in topic)

 

http://www.blesta.com/forums/index.php?/topic/688-adding-service-to-existing-client/http://www.blesta.com/forums/index.php?/topic/688-adding-service-to-existing-client/

 

but before importing adding service work fine with no problem

 

by the way i contact support and they ask me if i do any manual changes in database by phpmyadmin (i didn't do any change)

  • 0
Posted

i didn't face any error massage when i import its done normally but without services or transcations only usd transcation imported eur not (because in first used we use usd currency but after while change to eur)

 

otherwise i get error when i try manually add service to imported clients (this error in topic)

 

http://www.blesta.com/forums/index.php?/topic/688-adding-service-to-existing-client/http://www.blesta.com/forums/index.php?/topic/688-adding-service-to-existing-client/

 

but before importing adding service work fine with no problem

 

by the way i contact support and they ask me if i do any manual changes in database by phpmyadmin (i didn't do any change)

 

Paul's issue was the php version needed to be native or not something down that line.

  • 0
Posted

i beleive the importer should have a big work ... from v2.5 to v3 has a lot of bugs . specially in importing services , and clients with a huge ammount of clients .

 

i can provide the copy of my database to the dev team if they need it .

  • 0
Posted

Try this..

 

Try the following to enable debugging during import. Then attempt to import again.

 

Open /config/blesta.php and change (line 11):

 

Configure::errorReporting(0);

 

to

 

Configure::errorReporting(-1);

 

Then open /plugins/import_managers/components/migrators/blesta/2.5/blesta2_5.php and change (lines 199-201):

//echo $e->getMessage(); //echo $e->getTraceAsString(); //continue; 

to:

echo $e->getMessage(); echo $e->getTraceAsString(); die;

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...