Undefined class name in...

User 104413 Photo


Registered User
14 posts

As you have seen, dear Eric, by:
http://www.hobbyeart.it/form/autunno_in … a/form.php

the error is the path as constructed:

usr/local/psa/home/vhosts/hobbyeart.it/httpdocs/form/autunno_inverno_2012/Elettra/genova/form/fbapp/php/config.inc.php

User 104413 Photo


Registered User
14 posts

Believe me :o, I have done nothing except to identify the problem. Right now it's online full version exported directly from the software and is not modified. However the error does not change. :(
User 187934 Photo


Senior Advisor
20,196 posts
Online Now

I guess we'll see what the gurus have to say. They should be able to figure out what's causing the issue.:)
I can't hear what I'm looking at.
It's easy to overlook something you're not looking for.

This is a site I built for my work.(RSD)
http://esmansgreenhouse.com
This is a site I built for use in my job.(HTML Editor)
https://pestlogbook.com
This is my personal site used for testing and as an easy way to share photos.(RLM imported to RSD)
https://ericrohloff.com
User 104413 Photo


Registered User
14 posts

Thank you for your patient... :)

I'll be happy to communicate the definitive solution here... fastly, I hope... :rolleyes:
User 104413 Photo


Registered User
14 posts

Nothing yet... :(
I'm sure the problem is into the path. "/usr/local/psa/home/vhosts/hobbyeart.it/httpdocs" is added for error. It's the absolute_path of the server "'/usr/local/psa/home/vhosts/hobbyeart.it/httpdocs';"

Have you some idea?


Thank you
User 464893 Photo


Ambassador
1,611 posts

I do not understand where that path comes from as the pages are normally in the root folder and the form php file is placed in it with the form folder off that.
I have a public_html folder as root and the pages and php file is there and the form folder/s is off that
I thought other hosts had htdocs folders not httpdocs folders.

What I am getting at is if your form was on the index page the url http://yourdomain.com would show the page and form, or are you saying that your form page is several layers removed from root.

Replace the form in the page with a graphic and see if that displays at the url you are trying. It seems the browser is having problems resolving the address.
The Guy from OZ


User 104413 Photo


Registered User
14 posts

Hello Prism and thank you for your interest.

I tried putting the php file and folder of the module directly to the root domain, but the problem is always the same.
You can check at this time:
http://www.hobbyeart.it/ooak.php


In fact the variable is taken of the absolute path of the FTP space "/ usr / local / psa / home / vhosts / hobbyeart.it / httpdocs" and added to the local path.
The problem is there.
And I think it's one problem of configuration of the server. But as risolve it?


I temporarily moved the same modules on another server (other hoster) in another domain and put the direct link to them from the pages of the site hobbyeart.it, but surely this is not the best solution.

thanks again
User 103173 Photo


VP of Software Development
0 posts

Our developers look on your server and here were their findings.

The PHP function set_include_path and get_include_path() don't work on this server.

http://php.net/manual/en/function.get-include-path.php

Lines like:

set_include_path( $scriptpath . PATH_SEPARATOR . get_include_path() );
echo 'path: ' . get_include_path();

returns:
path: .:

While it should at least echo the location of the script. Without set_include_path(), formbuilder won't work.

You will probably have to consult with your hosting provider on why this is not working correctly.
Learn the essentials with these quick tips for Responsive Site Designer, Responsive Email Designer, Foundation Framer, and the new Bootstrap Builder. You'll be making awesome, code-free responsive websites and newsletters like a boss.
User 104413 Photo


Registered User
14 posts

Thank you Scott, I have already sended one request about problem to my hosting support.
Thanks again to you and to everybody here. My compliments for your great works and confortable availability!
User 187934 Photo


Senior Advisor
20,196 posts
Online Now

I hope your host can get you up and running.:) *Fingers and toes crossed*
I can't hear what I'm looking at.
It's easy to overlook something you're not looking for.

This is a site I built for my work.(RSD)
http://esmansgreenhouse.com
This is a site I built for use in my job.(HTML Editor)
https://pestlogbook.com
This is my personal site used for testing and as an easy way to share photos.(RLM imported to RSD)
https://ericrohloff.com

Have something to add? We’d love to hear it!
You must have an account to participate. Please Sign In Here, then join the conversation.