Hi,

Trying to add migration source, but when clicking to Save Configuration it's gives me just a blank page.
can't see any errors on console... just a blank page... any ideas?

Thank you,
Kind Regards,
Kos

Comments

JeremyFrench’s picture

No Ideas straight off but we can work it out.

What DB source are you using, local db or external?

Can you check your php error log to see if there is anything in there?

KoshaK’s picture

now it's gives me Internal error 500

HTTP Error 500 (Internal Server Error): An unexpected condition was encountered while the server was attempting to fulfill the request.

Have not changed anything yet to make this happens...

Using External DB.
I'm testing this on different Server before trying to put on the one where forum located, as the server does not support Drupal 7 yet and i have requested upgrade....
I can't Import the database to the server I'm testing on as the Hosting and SQL servers are not the same there...

KoshaK’s picture

Sorry? Where i can see PHP log ?

KoshaK’s picture

Also... Sometimes when saving, the page just reloads with empty fields....
So.. Its gives me empty page or 500 error or just reloads... Can't see what making any of this begavior. I'm think that this is the server problem, so will try on another server...

JeremyFrench’s picture

Have you run update.php? It is possible if you have upgraded the module the tables are not in place.

http://stackoverflow.com/questions/5127838/where-does-php-store-the-erro... should help you find your php error log.

KoshaK’s picture

yes, I always run Cron and Update.php every time when Installing or updating the Module, just in case, but I have not Updated anything - it's a clean Drupal 7.21 installation and only modules installed are relevant to phpBB2Drupal module. As explained already trying to Test this module how it's works and what it does.

Here is the PHP ERROR LOG:
[21-Mar-2013 12:28:07] PHP Parse error: syntax error, unexpected T_PAAMAYIM_NEKUDOTAYIM in /hsphere/local/home/irishsh/test.shipmycar.ie/sites/all/modules/phpbb2drupal/phpbb2drupal.inc on line 27
[21-Mar-2013 12:28:11] PHP Parse error: syntax error, unexpected T_PAAMAYIM_NEKUDOTAYIM in /hsphere/local/home/irishsh/test.shipmycar.ie/sites/all/modules/phpbb2drupal/phpbb2drupal.inc on line 27
[21-Mar-2013 12:28:13] PHP Parse error: syntax error, unexpected T_PAAMAYIM_NEKUDOTAYIM in /hsphere/local/home/irishsh/test.shipmycar.ie/sites/all/modules/phpbb2drupal/phpbb2drupal.inc on line 27

JeremyFrench’s picture

By any chance are you on PHP 5.2? I think we need PHP 5.3 or above.

KoshaK’s picture

YES. 5.2.17 ... will try on 5.3 then......

KoshaK’s picture

Status: Active » Closed (works as designed)

Works fine on php 5.3.17 - thanks...

JeremyFrench’s picture

Status: Closed (works as designed) » Active

Thanks for checking.

Just reopening this for a second. I'll put 5.3 as a requirement in the .info file.

JeremyFrench’s picture

Status: Active » Fixed

committed http://drupalcode.org/project/phpbb2drupal.git/commit/a438e2a to add php version to .info file.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.