I’m beginer. I set a LAMPP in Suse. Evrything is ok. I uploaded, wordpress. I have a free dns. My site is clickcafe.ddns.net . I want to creat a web site and hosting in to my Suse, but site is no visual correctly . I can’t wiew a thems, and lot of things.
Please help me. I can provide any information.:’(
What this mean. I have everything necessary: apache2, mysql, PHP, myphpadmin… Before I tried I have simple index.htm site and work correctly. Tell me what I need to check, and paste here?
Although your log suggests that many required page resources are downloaded successfully (code 200),
If you open Developer Tools in a web browser and then connect to your website, I see a number of css files which would be essential to rendering a them failing.
You’ll need to verify you’ve built your wordpress site correctly.
When coding anything,
You have to look at your basics…
Do you have all your required Development libraries installed (Typically means configuring special repositories for each technology, the OSS and Update repos generally aren’t sufficient).
Is your chosen development tool installed and working correctly?
And,
Build yourself a staging instance and get that to work before you deploy to an Internet visible site… Although in your case I don’t see any obvious Internet related problems… Your ddns is resolving correctly, and a home page is displaying. But, although your paths to resources appear to be reasonable, all the css and javascript on your page appear to be non-functional, and if links are to other pages, those pages are not being served.
Hard to say,
But I’d recommend you check whether your paths are indeed correct, and then if permissions are correct.
But, I’d also suspect that your Wordpress is just broken which would lead one to ask how and where you set up your Wordpress (I suspect is not just theming, I suspect a fundamtal Wordpress fail).
Yes, I noticed that too and wondered about that.
Ordinarily, with that kind of error I would have expected that a default homepage file couldn’t be found, and the PHP website wouldn’t work… But the PHP rendered successfully somehow so I speculated that the error was non-critical and resorted to a working default configuration.
Regardless whether my thought was correct or not, I agree that the error should be cleaned up.
And, it’s also possible my conjectures could be all wrong and the mis-configuration is more important than I speculated.
As always, to minimize these kinds of mis-configurations (apache vhosts), you should use the yast2-http-server module to set up the website before building wordpress in that site.
Ok. I know this. When i wrote systemctl status apache2 , gives me : Jan 02 12:00:23 zala systemd[1]: Starting The Apache Webserver…Jan 02 12:00:23 zala start_apache2[3954]: AH00112: Warning: DocumentRoot [/srv/www/vhosts/dummy-host.example.com] does>
Jan 02 12:00:23 zala start_apache2[3954]: AH00112: Warning: DocumentRoot [/srv/www/vhosts/dummy-host.example.com] does>
Jan 02 12:00:23 zala start_apache2[3954]: AH00558: httpd-prefork: Could not reliably determine the server’s fully qual>
Jan 02 12:00:23 zala systemd[1]: Started The Apache Webserver.
I reinstall apache, again and again… I make this directory but nothing. How to fix this error …
This is almost unreadable and certainly ununderstandable
There is an important, but not easy to find feature on the forums.
Please in the future use CODE tags around copied/pasted computer text in a post. It is the # button in the tool bar of the post editor. When applicable copy/paste complete, that is including the prompt, the command, the output and the next prompt.
Also, installing a product again and again is next to useless. It will only result inn the same situation again and again. That is what computers are good at: doing the same thing exactly the same way again and again.
Assume you installed apache and MariaDB on your system using the LAMP pattern. If you instead installed apache by itself, then, MariaDB or MySQL and PHP each separately. pls state exactly how you installed each part.
When you set up your website, did you manually edit apache configuration files or did you install or use the YaST HTTP Server module?
Nowhere can I find where you installed wordpress from. Did you download wordpress from the Wordpress website? Did you install from an openSUSE repository, and if this is the case, did you install from the OSS or some other repository?
When you first set up wordpress, did you see a default theme working?
Where did you get your existing wordpress theme?
Provide links to references and sources as appropriate so that in those cases we can know what guide you might be following and the specific code you installed.
BTW- I found the following where a person installed wordpress on his LEAP 15.
Frankly, I do not agree with many of his steps, there is plenty to be critical but it’s at least one person’s recipe for what worked for him.
A more experienced openSUSE User familiar with YaST and the LAMP pattern would recommend numerous changes which would likely result in a more stable and replicatable recipe, but for now can serve as at least a guide.