Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 4 days ago.
Improve this question
I'm installing Responsive Apartment Management System on my server and I'm pretty sure I've done everything right.
I've created a database and named it correctly.
I've imported the database file into the database that I created.
I made sure I uploaded all the required files onto the server.
The subdomain is correctly connected to the file folder.
I also made sure to check the config file and everything in there seems correct to me.
I still get an error message:
"Fatal error: Uncaught Error: Class "ams_helper" not found in /homepages/17/d913175848/htdocs/clickandbuilds/ams/header.php:50 Stack trace: #0 /homepages/17/d913175848/htdocs/clickandbuilds/ams/dashboard.php(2): include() #1 {main} thrown in /homepages/17/d913175848/htdocs/clickandbuilds/ams/header.php on line 50"
The site URL is https://ams.phlippa.net/
I expected the page to load well so that I could start using my site normally. I would appreciate any help.
Related
Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 2 years ago.
Improve this question
I am trying to access a website https://worldspills.com from my Chrome browser and I am getting the following error
Your PHP installation appears to be missing the MySQL extension which is required by WordPress
I have checked the existing questions with similar error (Php - Your PHP installation appears to be missing the MySQL extension which is required by WordPress). However I don't understand how those solution apply to my context as i am just trying to access a third-person website and not trying to build or maintain my own page.
Is it possible for me to access this website on a simple browser or do i need to get certain applications and addin for that?
If you are not the owner of the website you can't do nothing, it's not your browser or your computer problem in general.
Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 6 years ago.
Improve this question
I am trying to transfer a GoDaddy Wordpress site to 1and1 hosting and I'm getting these errors
Warning: parse_ini_file(): Filename cannot be empty! in /homepages/10/d600106068/htdocs/brandonstaging/wp-content/mu-plugins/gd-system-plugin/includes/class-configs.php on line 158
Warning: parse_ini_file(): Filename cannot be empty! in /homepages/10/d600106068/htdocs/brandonstaging/wp-content/mu-plugins/gd-system-plugin/includes/class-configs.php on line 158
Warning: Cannot modify header information - headers already sent by (output started at /homepages/10/d600106068/htdocs/brandonstaging/wp-content/mu-plugins/gd-system-plugin/includes/class-configs.php:158) in /homepages/10/d600106068/htdocs/brandonstaging/wp-includes/pluggable.php on line 1174
I changed the site_url to be my staging site but that didn't help at all. Anyone know how to resolve?
It looks like this issue is coming from the plugin stored at /wp-content/mu-plugins/gd-system-plugin, if I am not mistaken this is a GoDaddy system plugin. Assuming this is the case, your issue would be resolved by deleting the gd-system-plugin folder.
Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 6 years ago.
Improve this question
I Have Created PHP Custom Application, want to make a UI for Setup the project in User System without touching and configuring the code.
As of Now, I am Calling a Php File Writing the complete Script(DB creation, and table Creation, Loading the Content in Table, creating Config File etc.)
It`s Working File. if there is an other solution please Share.
Thanks.
During the installation, create a particular file.
In the index.php, check if this file exists before proceeding. If it does, installation has been run before and you can proceed. If it doesn't, the application is not installed yet.
Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 3 years ago.
Improve this question
im trying to do a clean install of Wordpress 4.5.2 but running into an error at the database stage. After filling in the correct database details and clicking Submit i get this error:
ERROR: "Table Prefix" must not be empty.
After doing some research some users have fixed the issue by increasing the post_max_size and upload_max_filesize under the PHP settings. I have done this but still get the same error. The apache logs etc. are not pointing torwards any exact error, just giving the 500 error GET /wordpress/wp-admin/setup-config.html?step=2 HTTP/1.0
Im running Plesk 12.5.30 on RHEL7.2.
I have done many Wordpress installs before and this is the first time i have come across this issue. I have wordpress installed on a few other domains on the same server and they are running just fine, although they were not installed on this server merely copied over recently so unsure if the same error would have occured had i clean installed them as well.
Lastly, i have already tried deleting the domain and database and creating them again just incase and still have the same issue.
Any suggestions would be much appreciated.
Thanks
Chris
You need to define table prefix in your wp-config.php file.
Example:
$table_prefix = 'chris_';
In the folder where you install WordPress, there can't be any files. Maybe you have some other files there. Remove all files and try installing WordPress again.
Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 12 years ago.
Improve this question
I just installed wordpress on my domain and to install themes, plugins, or even import a blog it gives the following error:
An Unexpected HTTP Error occurred during the API request.
What could be causing this? It's terribly annoying since I want to import my blogger blog.
EDIT: workarounds for themes and plugins are to manually download and upload via FTP but that's just ridiculous.
The most common reason for this error is that a request made timed out. If you put your error message in quotes and search for it on Google you'll find lots of information.