Keyword

Import articles error - returns blank page

More
14 years 7 months ago #73589 by Lila
Hi -

i just installed K2_v2.1_build20090909 and tried to import articles, but got a blank page plus no articles imported. Any idea what's wrong?

Kind regards,
Kaliya

Please Log in or Create an account to join the conversation.

More
14 years 7 months ago #73590 by Lefteris
Replied by Lefteris on topic Import articles error - returns blank page
Hi. A blank page indicates an error so please try to turn on error reporting through Joomla! configuration and see what's the error you are getting.

JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)

Please Log in or Create an account to join the conversation.

More
14 years 7 months ago #73591 by Lila
Hi -

Thnaks for helping me out :)

Her is the only thing that looked strange, when turning on the Debug:

#
SELECT *
FROM jos_session
WHERE session_id = 'gd7jv911l4qjnkv0dq69hdogr6'
#
UPDATE `jos_session`
SET `time`='1254548025',`userid`='418',`usertype`='Super Administrator',`username`='support',`gid`='25',`guest`='0',`client_id`='1',`data`='__default|a:8:{s:15:\"session.counter\";i:22;s:19:\"session.timer.start\";i:1254547477;s:18:\"session.timer.last\";i:1254548000;s:17:\"session.timer.now\";i:1254548001;s:22:\"session.client.browser\";s:109:\"Mozilla/5.0 (Windows; U; Windows NT 6.1; en-GB; rv:1.9.1.3) Gecko/20090824 Firefox/3.5.3 (.NET CLR 3.5.30729)\";s:8:\"registry\";O:9:\"JRegistry\":3:{s:17:\"_defaultNameSpace\";s:7:\"session\";s:9:\"_registry\";a:2:{s:7:\"session\";a:1:{s:4:\"data\";O:8:\"stdClass\":0:{}}s:11:\"application\";a:1:{s:4:\"data\";O:8:\"stdClass\":1:{s:4:\"lang\";s:0:\"\";}}}s:7:\"_errors\";a:0:{}}s:4:\"user\";O:5:\"JUser\":19:{s:2:\"id\";s:3:\"418\";s:4:\"name\";s:7:\"Support\";s:8:\"username\";s:7:\"support\";s:5:\"email\";s:25:\"[email protected]\";s:8:\"password\";s:65:\"11a2dd72acf722e9ef3369f4d2c34e52:xfigkKQE6E29pOelDC0dutrZ5FfcFem6\";s:14:\"password_clear\";s:0:\"\";s:8:\"usertype\";s:19:\"Super Administrator\";s:5:\"block\";s:1:\"0\";s:9:\"sendEmail\";s:1:\"0\";s:3:\"gid\";s:2:\"25\";s:12:\"registerDate\";s:19:\"2009-06-20 07:58:49\";s:13:\"lastvisitDate\";s:19:\"2009-10-03 05:24:41\";s:10:\"activation\";s:0:\"\";s:6:\"params\";s:89:\"admin_language=en-GB\nlanguage=en-GB\neditor=jce\nhelpsite=\ntimezone=1\naplite_theme=theme2\n\n\";s:3:\"aid\";i:2;s:5:\"guest\";i:0;s:7:\"_params\";O:10:\"JParameter\":7:{s:4:\"_raw\";s:0:\"\";s:4:\"_xml\";N;s:9:\"_elements\";a:0:{}s:12:\"_elementPath\";a:1:{i:0;s:57:\"/var/www/web3/web/libraries/joomla/html/parameter/element\";}s:17:\"_defaultNameSpace\";s:8:\"_default\";s:9:\"_registry\";a:1:{s:8:\"_default\";a:1:{s:4:\"data\";O:8:\"stdClass\":6:{s:14:\"admin_language\";s:5:\"en-GB\";s:8:\"language\";s:5:\"en-GB\";s:6:\"editor\";s:3:\"jce\";s:8:\"helpsite\";s:0:\"\";s:8:\"timezone\";s:1:\"1\";s:12:\"aplite_theme\";s:6:\"theme2\";}}}s:7:\"_errors\";a:0:{}}s:9:\"_errorMsg\";N;s:7:\"_errors\";a:0:{}}s:13:\"session.token\";s:32:\"7a6042411aa266b10518d24141806404\";}'
WHERE session_id='gd7jv911l4qjnkv0dq69hdogr6'

Please Log in or Create an account to join the conversation.

More
14 years 7 months ago #73592 by Lila
Hi - Found out that this error is behind it :

Fatal error: Call to undefined function mb_internal_encoding() in /var/www/web3/web/administrator/components/com_k2/tables/k2category.php on line 46

- and that it has been solved by enabling mbstring lines in the php.ini.

Kind regards,
Kaliya

Please Log in or Create an account to join the conversation.

More
14 years 6 months ago #73593 by Lila
Hi -

I got rid of the error reported in debug mode, but still get a blank page, when trying to import articles - anyone out there able to help me?

Kind regards,
Kaliya

Kaliya said:Hi - Found out that this error is behind it :
Fatal error: Call to undefined function mb_internal_encoding() in /var/www/web3/web/administrator/components/com_k2/tables/k2category.php on line 46

- and that it has been solved by enabling mbstring lines in the php.ini.

Kind regards,
Kaliya

Please Log in or Create an account to join the conversation.

More
14 years 6 months ago #73594 by Lefteris
Replied by Lefteris on topic Import articles error - returns blank page
Hi. Do you get any other error when you turn on error reporting? Also try to increase your php's memory_limit setting.

Kaliya said:Hi -
I got rid of the error reported in debug mode, but still get a blank page, when trying to import articles - anyone out there able to help me?

Kind regards,
Kaliya

Kaliya said:Hi - Found out that this error is behind it : Fatal error: Call to undefined function mb_internal_encoding() in /var/www/web3/web/administrator/components/com_k2/tables/k2category.php on line 46

- and that it has been solved by enabling mbstring lines in the php.ini.

Kind regards,
Kaliya

JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)

Please Log in or Create an account to join the conversation.

More
14 years 6 months ago #73595 by Lila
Hi - it wass my mbstrings that was not poperly installed - works now - thanks to all :)

Lefteris Kavadas said:Hi. Do you get any other error when you turn on error reporting? Also try to increase your php's memory_limit setting.
Kaliya said:Hi - I got rid of the error reported in debug mode, but still get a blank page, when trying to import articles - anyone out there able to help me?

Kind regards,
Kaliya

Kaliya said:Hi - Found out that this error is behind it : Fatal error: Call to undefined function mb_internal_encoding() in /var/www/web3/web/administrator/components/com_k2/tables/k2category.php on line 46
- and that it has been solved by enabling mbstring lines in the php.ini.

Kind regards,
Kaliya

Please Log in or Create an account to join the conversation.


Powered by Kunena Forum