Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fatal Error. String could not be parsed as XML #2

Closed
mopena opened this issue Nov 12, 2011 · 2 comments
Closed

Fatal Error. String could not be parsed as XML #2

mopena opened this issue Nov 12, 2011 · 2 comments

Comments

@mopena
Copy link

mopena commented Nov 12, 2011

Hi Kevin, Thank you for your work in creating this plugin....I was wondering if you ran into this issue when adding a conference? Any thoughts? THanks

Fatal Error.

String could not be parsed as XML

Exception Object
(
[message:protected] => String could not be parsed as XML
[string:Exception:private] => exception 'Exception' with message 'String could not be parsed as XML' in /var/www/vhosts/mydomain.com/httpdocs/mod/sched_conf/models/model.php:293
Stack trace:
#0 /var/www/vhosts/mydomain.com/httpdocs/mod/sched_conf/models/model.php(293): SimpleXMLElement->__construct('<ti...')
#1 /var/www/vhosts/mydomain.com/httpdocs/mod/sched_conf/models/model.php(257): sched_conf_create_bbb_conf(Object(ElggObject), Object(ElggObject))
#2 /var/www/vhosts/mydomain.com/httpdocs/mod/sched_conf/models/model.php(218): sched_conf_sync_event_for_conference(Object(ElggObject))
#3 /var/www/vhosts/mydomain.com/httpdocs/mod/sched_conf/actions/sched_conf/edit.php(21): sched_conf_set_event_from_form('', 0)
#4 /var/www/vhosts/mydomain.com/httpdocs/engine/lib/actions.php(102): include('/var/www/vhosts...')
#5 /var/www/vhosts/mydomain.com/httpdocs/engine/handlers/action_handler.php(20): action('sched_conf/edit')
#6 {main}

[code:protected] => 0
[file:protected] => /var/www/vhosts/mydomain.com/httpdocs/mod/sched_conf/models/model.php
[line:protected] => 293
[trace:Exception:private] => Array
(
[0] => Array
(
[file] => /var/www/vhosts/mydomain.com/httpdocs/mod/sched_conf/models/model.php
[line] => 293
[function] => __construct
[class] => SimpleXMLElement
[type] => ->
[args] => Array
(
[0] => <title>Apache Tomcat/6.0.24 - Error report</title><style></style>

HTTP Status 404 - /bigbluebutton/bigbluebutton/api/create


type Status report

message /bigbluebutton/bigbluebutton/api/create

description The requested resource (/bigbluebutton/bigbluebutton/api/create) is not available.


Apache Tomcat/6.0.24


)

)

[1] => Array
(
[file] => /var/www/vhosts/mydomain.com/httpdocs/mod/sched_conf/models/model.php
[line] => 257
[function] => sched_conf_create_bbb_conf
[args] => Array
(
[0] => ElggObject Object
(
[url_override:protected] =>
[icon_override:protected] =>
[temp_metadata:protected] => Array
(
)

[temp_annotations:protected] => Array
(
)

[temp_private_settings:protected] => Array
(
)

[volatile:protected] => Array
(
)

[attributes:protected] => Array
(
[time_created] =>
[guid] => 309
[type] => object
[subtype] => 22
[owner_guid] => 35
[container_guid] => 35
[site_guid] =>
[access_id] => 2
[time_updated] =>
[last_action] =>
[enabled] => yes
[tables_split] => 2
[tables_loaded] => 0
[title] => TEsdsfsdf
[description] => dsfsdfsdf
)

[valid:protected] =>
)

[1] => ElggObject Object
(
[url_override:protected] =>
[icon_override:protected] =>
[temp_metadata:protected] => Array
(
)

[temp_annotations:protected] => Array
(
)

[temp_private_settings:protected] => Array
(
)

[volatile:protected] => Array
(
)

[attributes:protected] => Array
(
[time_created] =>
[guid] => 310
[type] => object
[subtype] => 23
[owner_guid] => 35
[container_guid] => 35
[site_guid] =>
[access_id] => 2
[time_updated] =>
[last_action] =>
[enabled] => yes
[tables_split] => 2
[tables_loaded] => 0
[title] => TEsdsfsdf
[description] => dsfsdfsdf
)

[valid:protected] =>
)

)

)

[2] => Array
(
[file] => /var/www/vhosts/mydomain.com/httpdocs/mod/sched_conf/models/model.php
[line] => 218
[function] => sched_conf_sync_event_for_conference
[args] => Array
(
[0] => ElggObject Object
(
[url_override:protected] =>
[icon_override:protected] =>
[temp_metadata:protected] => Array
(
)

[temp_annotations:protected] => Array
(
)

[temp_private_settings:protected] => Array
(
)

[volatile:protected] => Array
(
)

[attributes:protected] => Array
(
[time_created] =>
[guid] => 309
[type] => object
[subtype] => 22
[owner_guid] => 35
[container_guid] => 35
[site_guid] =>
[access_id] => 2
[time_updated] =>
[last_action] =>
[enabled] => yes
[tables_split] => 2
[tables_loaded] => 0
[title] => TEsdsfsdf
[description] => dsfsdfsdf
)

[valid:protected] =>
)

)

)

[3] => Array
(
[file] => /var/www/vhosts/mydomain.com/httpdocs/mod/sched_conf/actions/sched_conf/edit.php
[line] => 21
[function] => sched_conf_set_event_from_form
[args] => Array
(
[0] =>
[1] => 0
)

)

[4] => Array
(
[file] => /var/www/vhosts/mydomain.com/httpdocs/engine/lib/actions.php
[line] => 102
[args] => Array
(
[0] => /var/www/vhosts/mydomain.com/httpdocs/mod/sched_conf/actions/sched_conf/edit.php
)

[function] => include
)

[5] => Array
(
[file] => /var/www/vhosts/mydomain.com/httpdocs/engine/handlers/action_handler.php
[line] => 20
[function] => action
[args] => Array
(
[0] => sched_conf/edit
)

)

)

[previous:Exception:private] =>
)

@kevinjardine
Copy link
Owner

You need to set the plugin settings before using this plugin.

@mopena
Copy link
Author

mopena commented Nov 13, 2011

Thanks. I got the bbb url incorrect

@mopena mopena closed this as completed Nov 13, 2011
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants