Just fresh install and get this error: So do not think this is a stable version
Strict warning: Only variables should be passed by reference in drupal_wall_user_view() (line 266 of mysite.com/sites/all/modules/drupal_wall/drupal_wall.module).
Strict warning: Only variables should be passed by reference in include() (line 46 of mysite.com/sites/all/modules/drupal_wall/drupal_wall.tpl.php).
Strict warning: Only variables should be passed by reference in include() (line 254 of mysite.com/sites/all/modules/drupal_wall/drupal_wall.tpl.php).
Strict warning: Only variables should be passed by reference in include() (line 46 of mysite.com/sites/all/modules/drupal_wall/drupal_wall.tpl.php).
Strict warning: Only variables should be passed by reference in include() (line 254 of mysite.com/sites/all/modules/drupal_wall/drupal_wall.tpl.php).
Strict warning: Only variables should be passed by reference in include() (line 46 of mysite.com/sites/all/modules/drupal_wall/drupal_wall.tpl.php).
Strict warning: Only variables should be passed by reference in include() (line 254 of mysite.com/sites/all/modules/drupal_wall/drupal_wall.tpl.php).
Strict warning: Only variables should be passed by reference in include() (line 46 of mysite.com/sites/all/modules/drupal_wall/drupal_wall.tpl.php).
Strict warning: Only variables should be passed by reference in include() (line 254 of mysite.com/sites/all/modules/drupal_wall/drupal_wall.tpl.php).
Strict warning: Only variables should be passed by reference in include() (line 46 of mysite.com/sites/all/modules/drupal_wall/drupal_wall.tpl.php).
Strict warning: Only variables should be passed by reference in include() (line 254 of mysite.com/sites/all/modules/drupal_wall/drupal_wall.tpl.php).
Strict warning: Only variables should be passed by reference in include() (line 46 of mysite.com/sites/all/modules/drupal_wall/drupal_wall.tpl.php).
Strict warning: Only variables should be passed by reference in include() (line 254 of mysite.com/sites/all/modules/drupal_wall/drupal_wall.tpl.php).
Strict warning: Only variables should be passed by reference in include() (line 46 of mysite.com/sites/all/modules/drupal_wall/drupal_wall.tpl.php).
Strict warning: Only variables should be passed by reference in include() (line 254 of mysite.com/sites/all/modules/drupal_wall/drupal_wall.tpl.php).
Strict warning: Only variables should be passed by reference in include() (line 46 of mysite.com/sites/all/modules/drupal_wall/drupal_wall.tpl.php).
Strict warning: Only variables should be passed by reference in include() (line 254 of mysite.com/sites/all/modules/drupal_wall/drupal_wall.tpl.php).
Strict warning: Only variables should be passed by reference in include() (line 46 of mysite.com/sites/all/modules/drupal_wall/drupal_wall.tpl.php).
Strict warning: Only variables should be passed by reference in include() (line 254 of mysite.com/sites/all/modules/drupal_wall/drupal_wall.tpl.php).
Strict warning: Only variables should be passed by reference in include() (line 46 of mysite.com/sites/all/modules/drupal_wall/drupal_wall.tpl.php).
Strict warning: Only variables should be passed by reference in include() (line 254 of mysite.com/sites/all/modules/drupal_wall/drupal_wall.tpl.php).
Strict warning: Only variables should be passed by reference in drupal_wall_user_view() (line 279 of mysite.com/sites/all/modules/drupal_wall/drupal_wall.module).
Comments
Comment #1
coozila commentedYour module is beautiful, too bad it generates error.
i have install dev version an get again this error:
Strict warning: Only variables should be passed by reference in drupal_wall_user_view() (line 266 of ..../sites/all/modules/drupal_wall/drupal_wall.module).
hpw to fix it? im use PHP 5.5.7 (cli)
may be an error on php
Anyone have any ideas? is the only wall that I like, I like that it integrates with content types and can add categories and other content appearing on the wall.
please give me a suggestion
have nice day
Comment #2
tejasdarji commentedI have also face same error after upgrade php 5.3.10 to 5.5.7.
Strict warning: Only variables should be passed by reference in include() (line 21 of /var/www/avcdistributor.com/sites/all/themes/tejas/templates/page.tpl.php).
Line 21 Says : $output = drupal_render(_block_get_renderable_array(_block_render_blocks(array($block))));
How to fix this issue?
Thanks,
Tejas
Comment #3
tssarun commentedAny update on this...
Comment #4
vineet.osscube commentedHi coozila, tejasdarji,
We have fixed the issues. Please download and check latest drupal_wall 7.x-1.1 version. Please let us know if you have any issues.
Thanks,
Vineet
Comment #5
deeray commentedI still have an error message on my profile page,
"PDOException: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'tohbadco_db3.field_data_field_drupal_wall_photos' doesn't exist: SELECT n.nid AS nid, n.uid AS uid, n.created AS created, n.comment AS comment, n.title AS title, n.type AS type, b.body_value AS body_value, p.field_drupal_wall_photos_fid AS field_drupal_wall_photos_fid, v.field_drupal_wall_videos_value AS field_drupal_wall_videos_value FROM {node} n LEFT OUTER JOIN {field_data_body} b ON n.nid=b.entity_id LEFT OUTER JOIN {field_data_field_drupal_wall_photos} p ON n.nid=p.entity_id LEFT OUTER JOIN {field_data_field_drupal_wall_videos} v ON n.nid = v.entity_id WHERE (n.uid = :db_condition_placeholder_0) AND (n.status = :db_condition_placeholder_1) ORDER BY n.created desc LIMIT 10 OFFSET 0; Array ( [:db_condition_placeholder_0] => 23 [:db_condition_placeholder_1] => 1 ) in _drupal_wall_get_wall_post() (line 166 of /home/tohbadco/public_html/sites/all/modules/drupal_wall/drupal_wall.module)."
after installing and enabling the module... Please take another look at it and fix this problem, thanks
Comment #6
vineet.osscube commentedHi Irete,
I got the issue. As per the error "Table 'tohbadco_db3.field_data_field_drupal_wall_photos' doesn't exist", it shows that the table "field_data_field_drupal_wall_photos" is not created in your database. Due to the table not found in the database the query return such type of fatal error. This mean module is not installed properly.
You can completely uninstall the module and install again.
Thanks
OSSCube
Comment #7
deeray commentedHello @vineet.osscube, I have uninstalled and deleted the module from my C-Panel and reinstalled it several times, I have even tried installing the latest version 7.x-2.x-dev, but I am getting the same error message...
What else can I do?
Any assistance will be deeply appreciated.
Comment #8
deeray commentedPlease refer to my previous post... Thanks
Comment #9
vineet.osscube commentedHi Deeray,
Thank you again for posting your concern!
On our multiple setups, we have thoroughly checked the whole installation process and also the particular step where you are getting the mentioned error. But here it's working absolutely perfect.
If you could share your server environment ( like PHP/MySQL/Apache, etc. version, ) and the exact steps you are following for this module, we hopefully can address this issue more accurately.
Thank you!
Comment #10
vineet.osscube commentedHi Deeray,
Thank you again for posting your concern!
On our multiple setups, we have thoroughly checked the whole installation process and also the particular step where you are getting the mentioned error. But here it's working absolutely perfect.
If you could share your server environment ( like PHP/MySQL/Apache, etc. version, ) and the exact steps you are following for this module, we hopefully can address this issue more accurately.
Thank you!
Comment #11
deeray commentedSorry for the late reply,
the default version of PHP is 5.3
MySQL version 5.1
Apache version 2.2
I just install the module normally, and when I load up any profile page, it breaks and shows that error message...
I am also facing some issues with my site; Whenever I set a permission I get this error message
"
Warning: Invalid argument supplied for foreach() in user_permission_get_modules() (line 3040 of /home/mysite/public_html/modules/user/user.module).
Warning: Invalid argument supplied for foreach() in user_permission_get_modules() (line 3040 of /home/mysite/public_html/modules/user/user.module).
Warning: Invalid argument supplied for foreach() in user_permission_get_modules() (line 3040 of /home/mysite/public_html/modules/user/user.module).
Warning: Invalid argument supplied for foreach() in user_permission_get_modules() (line 3040 of /home/mysite/public_html/modules/user/user.module).
"
I don't know if these problems are related
Comment #12
deeray commentedSorry for the late reply,
the default version of PHP is 5.3
MySQL version 5.1
Apache version 2.2
I just install the module normally, and when I load up any profile page, it breaks and shows that error message...
I am also facing some issues with my site; Whenever I set a permission I get this error message
"
Warning: Invalid argument supplied for foreach() in user_permission_get_modules() (line 3040 of /home/mysite/public_html/modules/user/user.module).
Warning: Invalid argument supplied for foreach() in user_permission_get_modules() (line 3040 of /home/mysite/public_html/modules/user/user.module).
Warning: Invalid argument supplied for foreach() in user_permission_get_modules() (line 3040 of /home/mysite/public_html/modules/user/user.module).
Warning: Invalid argument supplied for foreach() in user_permission_get_modules() (line 3040 of /home/mysite/public_html/modules/user/user.module).
"
I don't know if these problems are related
Comment #13
vineet.osscube commentedSorry to say again, the issue you are reporting here is not getting reproduced at our end. We have cross-checked it many times in all your mentioned environment, but are not getting any error during the installation and configuration of this module.
Would recommend you to check again. Moreover, you have released a stable version 7.x-1.3. Please try this version
Thanks
OSSCube
Comment #14
vineet.osscube commentedSorry to say again, the issue you are reporting here is not getting reproduced at our end. We have cross-checked it many times in all your mentioned environment, but are not getting any error during the installation and configuration of this module.
Would recommend you to check again. Moreover, you have released a stable version 7.x-1.5. Please try this version
Thanks
OSSCube