Jump to content
  • 0

Problem After Migrating From V2.5


m0hamedessam

Question

6 answers to this question

Recommended Posts

  • 0

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)

Link to comment
Share on other sites

  • 0

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.

Link to comment
Share on other sites

  • 0

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;
Link to comment
Share on other sites

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...