issues when installed

Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #15799
    mtuliopaula
    Participant

      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

      #15801
      Olly
      Admin & Mod

        says 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 configuration

        b)’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/

        #15802
        mtuliopaula
        Participant

          nice, 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.

          #15803
          Olly
          Admin & Mod

            either 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 stored

            #15804
            mtuliopaula
            Participant

              oh nice, i’m gonna create it, might have sny security issues if thats created?

              #15805
              Olly
              Admin & Mod

                this 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

                #15806
                mtuliopaula
                Participant

                  ye.. the php.ini is in that path, i created it and its all the same

                  #15807
                  Olly
                  Admin & Mod

                    what do you mean by ” the php.ini is in that path” ?

                    the session save path has to be set in the php.ini….

                    #15808
                    mtuliopaula
                    Participant

                      Ye.. this… hahah.. sorry, i was just too excited to make this things work hahah.

                      #15809
                      mtuliopaula
                      Participant

                        i 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!

                      Viewing 10 posts - 1 through 10 (of 10 total)
                      • The topic ‘issues when installed’ is closed to new replies.