WPPizza – A Restaurant Plugin for WordPress › Support › General Support › issues when installed
- AuthorPosts
- 15 February, 2016 at 4:49 pm #15799
I Could Use some help.
any notice of whats going on?
Warning: session_start() [function.session-start]: open(/var/lib/php-cgi/session/sess_vd522cd2kq7mlfovg7tpdg4l36, O_RDWR) failed: No such file or directory (2) in /home/storage/b/0c/e1/deliverytiradentes/public_html/wp-content/plugins/wppizza/classes/wppizza.actions.inc.php on line 2888
Warning: file_get_contents() [function.file-get-contents]: URL file-access is disabled in the server configuration in /home/storage/b/0c/e1/deliverytiradentes/public_html/wp-content/plugins/wppizza/inc/admin.setup.default.options.inc.php on line 220
Warning: file_get_contents(http://deliverytiradentes.servicos.ws/duanlanches/wp-content/plugins/wppizza/img/pizza-64.png) [function.file-get-contents]: failed to open stream: no suitable wrapper could be found in /home/storage/b/0c/e1/deliverytiradentes/public_html/wp-content/plugins/wppizza/inc/admin.setup.default.options.inc.php on line 220
Warning: file_get_contents() [function.file-get-contents]: URL file-access is disabled in the server configuration in /home/storage/b/0c/e1/deliverytiradentes/public_html/wp-content/plugins/wppizza/inc/admin.setup.default.options.inc.php on line 220
Warning: file_get_contents(http://deliverytiradentes.servicos.ws/duanlanches/wp-content/plugins/wppizza/img/steak-64.png) [function.file-get-contents]: failed to open stream: no suitable wrapper could be found in /home/storage/b/0c/e1/deliverytiradentes/public_html/wp-content/plugins/wppizza/inc/admin.setup.default.options.inc.php on line 220
Warning: file_get_contents() [function.file-get-contents]: URL file-access is disabled in the server configuration in /home/storage/b/0c/e1/deliverytiradentes/public_html/wp-content/plugins/wppizza/inc/admin.setup.default.options.inc.php on line 220
Warning: file_get_contents(http://deliverytiradentes.servicos.ws/duanlanches/wp-content/plugins/wppizza/img/cake-64.png) [function.file-get-contents]: failed to open stream: no suitable wrapper could be found in /home/storage/b/0c/e1/deliverytiradentes/public_html/wp-content/plugins/wppizza/inc/admin.setup.default.options.inc.php on line 220
Warning: file_get_contents() [function.file-get-contents]: URL file-access is disabled in the server configuration in /home/storage/b/0c/e1/deliverytiradentes/public_html/wp-content/plugins/wppizza/inc/admin.setup.default.options.inc.php on line 220
Warning: file_get_contents(http://deliverytiradentes.servicos.ws/duanlanches/wp-content/plugins/wppizza/img/pizza-64.png) [function.file-get-contents]: failed to open stream: no suitable wrapper could be found in /home/storage/b/0c/e1/deliverytiradentes/public_html/wp-content/plugins/wppizza/inc/admin.setup.default.options.inc.php on line 220
Warning: file_get_contents() [function.file-get-contents]: URL file-access is disabled in the server configuration in /home/storage/b/0c/e1/deliverytiradentes/public_html/wp-content/plugins/wppizza/inc/admin.setup.default.options.inc.php on line 220
Warning: file_get_contents(http://deliverytiradentes.servicos.ws/duanlanches/wp-content/plugins/wppizza/img/pizza-64.png) [function.file-get-contents]: failed to open stream: no suitable wrapper could be found in /home/storage/b/0c/e1/deliverytiradentes/public_html/wp-content/plugins/wppizza/inc/admin.setup.default.options.inc.php on line 220
Warning: file_get_contents() [function.file-get-contents]: URL file-access is disabled in the server configuration in /home/storage/b/0c/e1/deliverytiradentes/public_html/wp-content/plugins/wppizza/inc/admin.setup.default.options.inc.php on line 220
Warning: file_get_contents(http://deliverytiradentes.servicos.ws/duanlanches/wp-content/plugins/wppizza/img/pizza-64.png) [function.file-get-contents]: failed to open stream: no suitable wrapper could be found in /home/storage/b/0c/e1/deliverytiradentes/public_html/wp-content/plugins/wppizza/inc/admin.setup.default.options.inc.php on line 220
Warning: file_get_contents() [function.file-get-contents]: URL file-access is disabled in the server configuration in /home/storage/b/0c/e1/deliverytiradentes/public_html/wp-content/plugins/wppizza/inc/admin.setup.default.options.inc.php on line 220
Warning: file_get_contents(http://deliverytiradentes.servicos.ws/duanlanches/wp-content/plugins/wppizza/img/cake-64.png) [function.file-get-contents]: failed to open stream: no suitable wrapper could be found in /home/storage/b/0c/e1/deliverytiradentes/public_html/wp-content/plugins/wppizza/inc/admin.setup.default.options.inc.php on line 220
Warning: Cannot modify header information – headers already sent by (output started at /home/storage/b/0c/e1/deliverytiradentes/public_html/wp-content/plugins/wppizza/inc/admin.setup.default.options.inc.php:220) in /home/storage/b/0c/e1/deliverytiradentes/public_html/wp-includes/option.php on line 820
Warning: Cannot modify header information – headers already sent by (output started at /home/storage/b/0c/e1/deliverytiradentes/public_html/wp-content/plugins/wppizza/inc/admin.setup.default.options.inc.php:220) in /home/storage/b/0c/e1/deliverytiradentes/public_html/wp-includes/option.php on line 821
15 February, 2016 at 5:01 pm #15801says it all there already really.
in any event:
a) ‘session_start’
looks like your sessions aren’t working. the session path might be incorrect / non-existing / not setup in your server configurationb)’URL file-access is disabled / file_get_contents’
so the images that come as default with the plugin are not added.
if you go to the default items that have images added (typically Dessert A, Pizza A/B/C, Special Pizza, Great Steak, Yummy Pudding) and just delete the “featured images” for those, you’ll probably find that all the ‘file_get_contents’ warnings disappear (although you might also find that you cannot upload ANY images – that’s something you would have to take up with your host)c)’headers already sent’
there must be no output before starting a session. my guess is you have debug turned on outputting things instead of logging them .
i would suggest to set up debug like so
https://www.wp-pizza.com/topic/how-to-enable-debug-in-wordpress/15 February, 2016 at 5:11 pm #15802nice, any guess on how could i change the path of this session?
/var/lib/php-cgi/session/sess_vd522cd2kq7mlfovg7tpdg4l36, O_RDWR
I checked on ftp and this rly doesnt exists in my file tree structure.
15 February, 2016 at 5:18 pm #15803either create that path or set another one in the php.ini
PS:you do not change the path of THIS session, but change/create the path for ALL sessions.
i.e you need to have/create a *directory* where the sessions are stored15 February, 2016 at 5:25 pm #15804oh nice, i’m gonna create it, might have sny security issues if thats created?
15 February, 2016 at 5:31 pm #15805this all depends on your server. i cannot advise you and would suggest you speak to your host/server admin.
To be honest , it’s them that should have set this up in the first place anyway
15 February, 2016 at 5:48 pm #15806ye.. the php.ini is in that path, i created it and its all the same
15 February, 2016 at 5:57 pm #15807what do you mean by ” the php.ini is in that path” ?
the session save path has to be set in the php.ini….
15 February, 2016 at 6:38 pm #15808Ye.. this… hahah.. sorry, i was just too excited to make this things work hahah.
15 February, 2016 at 6:40 pm #15809i think i figured it out.. i need to set up the path to /home/’MY_FTP_LOGIN’/tmp and then give it a 777 this way it worked.
ty for your time mate! - AuthorPosts
- The topic ‘issues when installed’ is closed to new replies.