Coder Social home page Coder Social logo

Getting Fatal error: Class 'ProtobufMessage' not found in /home/ashwinn/public_html/php-protobuf/example/pb_proto_foo.php on line 10 when trying to execute from browser about php-protobuf HOT 9 CLOSED

allegro avatar allegro commented on August 15, 2024
Getting Fatal error: Class 'ProtobufMessage' not found in /home/ashwinn/public_html/php-protobuf/example/pb_proto_foo.php on line 10 when trying to execute from browser

from php-protobuf.

Comments (9)

enumag avatar enumag commented on August 15, 2024 1

... Ok I found the problem. My protobuf.ini contained extensions=protobuf.so instead of extension=protobuf.so.

from php-protobuf.

hjagodzinski avatar hjagodzinski commented on August 15, 2024

Module is not loaded automatically by your php installation.

from php-protobuf.

ashwinnasare avatar ashwinnasare commented on August 15, 2024

Thanks for your response. I have already included Protobuf.so in php.ini. So it should be executable from browser also ,right??

from php-protobuf.

hjagodzinski avatar hjagodzinski commented on August 15, 2024

Make sure you edited the right php.ini file (not just one for CLI interface).

from php-protobuf.

ashwinnasare avatar ashwinnasare commented on August 15, 2024

I have edited /etc/php.ini from server.
How can I verify whether I have edited the correct php.ini?using phpinfo?

from php-protobuf.

hjagodzinski avatar hjagodzinski commented on August 15, 2024

Yeap, phpinfo() function should provide you with this information.

from php-protobuf.

enumag avatar enumag commented on August 15, 2024

I'm getting the same problem. phpinfo reports that file /etc/php/7.2/cli/conf.d/20-protobuf.ini was loaded and the file contains extensions=protobuf.so. But still I'm getting Fatal error: Class 'ProtobufMessage' not found. php -m does not contain protobuf either. Why?

from php-protobuf.

hjagodzinski avatar hjagodzinski commented on August 15, 2024

@enumag make sure you placed protobuf.so in a directory where PHP looks up for extensions. You can find this directory by running command:

$ php-config --extension-dir

from php-protobuf.

enumag avatar enumag commented on August 15, 2024

@hjagodzinski Yes, protobuf.so is indeed in php-config --extension-dir. But it still isn't in php -m. I have no idea what I might have missed.

➜  ~ php -i | grep protobuf
/etc/php/7.2/cli/conf.d/20-protobuf.ini,
➜  ~ cat /etc/php/7.2/cli/conf.d/20-protobuf.ini
extensions=protobuf.so

➜  ~ php-config --extension-dir  
/usr/lib/php/20170718
➜  ~ cd /usr/lib/php/20170718
➜  20170718 ls
apc.so        exif.so      memprof.so    protobuf.so   wddx.so
apcu.so       fileinfo.so  mysqli.so     readline.so   xdebug.so
bcmath.so     ftp.so       mysqlnd.so    shmop.so      xmlreader.so
blackfire.so  gd.so        opcache.so    simplexml.so  xml.so
build         gettext.so   pdo_mysql.so  sockets.so    xmlwriter.so
calendar.so   iconv.so     pdo_pgsql.so  swoole.so     xsl.so
ctype.so      inotify.so   pdo.so        sysvmsg.so    zip.so
curl.so       intl.so      pgsql.so      sysvsem.so
dom.so        json.so      phar.so       sysvshm.so
ds.so         mbstring.so  posix.so      tokenizer.so

➜  20170718 php -m | grep protobuf
➜  20170718 

I'm using Ubuntu 18.04.

from php-protobuf.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.