Strato Webspace PHP Includes are not loading?

Hello, I purchased a web space through Strato. However, the web space doesn't implement any includes, but it worked on my development server. Does anyone have any idea what might be causing this?

1 vote, average: 1.00 out of 1 (1 rating, 1 votes, rated)
You need to be a registered member to rate this.
Loading...
Subscribe
Notify of
7 Answers
Oldest
Newest Most Voted
Inline Feedbacks
View all comments
 Mirko Marek
2 months ago

Hi,

PHP actually works especially the method included for integrating external PHP files relatively well. You should also pay attention to small and large letters. Also check the paths given. Errors can often occur in this.

Babelfish
2 months ago

You have to show a little code so we can help. Otherwise you can only speculate and this is not a goal.

Have you ever activated Error Reporting and what fault is there? Code?

Babelfish
2 months ago
Reply to  axelred5

You should never specify absolute paths. You simply get the path from your server:

 $_SERVER['DOCUMENT_ROOT']
DodgeRT
2 months ago

In most cases, the paths are simply wrong. So path itself or spelling.

iQa1x
2 months ago
Reply to  axelred5

Let's see a piece of code that bugs rat… Do you use