Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Not Working With Wordpress.com server #53

Open
bedelboseli opened this issue Jan 5, 2019 · 13 comments
Open

Not Working With Wordpress.com server #53

bedelboseli opened this issue Jan 5, 2019 · 13 comments
Assignees
Labels

Comments

@bedelboseli
Copy link

bedelboseli commented Jan 5, 2019

Describe the bug
Mobile Pack PRO not Working With Wordpress.com server, Locking the site.

Expected behavior

  • My Server (Hosting): wordpress.com
  • I bought Mobile Pack PRO (Freelancer). I've added it to My Wordpress Web Site.
  • I have successfully added the activation code.
  • And I activated it. (Choose display mode: Normal (all mobile visitors))
  • After activated my web site doesn't open on mobile. Locking the site.

Screenshots:
Screenshots image: https://goo.gl/ZZuJwk

WordPress setup:

  • PHP Version [7.0.1]
  • WordPress version: [5.0.2]
  • WordPress Mobile Pack Plugin Version [2.3]

Smartphone:

  • Device: [Sony XZ Premium]
  • OS: [Android 9]
  • Browser [Chrome ]
  • Version [71.0.3578.98]
@anghelalexandra
Copy link
Contributor

Hey @bedelboseli ,

Is it possible for you to share the full URL so I can check for errors in Chrome Developer Console?

Also, is the admin panel loading properly?

@bedelboseli
Copy link
Author

Hello Anghelalexandra,

  • Admin panel loading properly.
  • My web site: https://haber.zer.news
  • But "Mobile Pack PRO" is not active now. I can activate at when you're ready.

@anghelalexandra
Copy link
Contributor

Please go ahead and activate it

@bedelboseli
Copy link
Author

Ok, Now active.

@bedelboseli
Copy link
Author

Now that the site is closed (Locking) for active. You must hurry up.

@anghelalexandra
Copy link
Contributor

anghelalexandra commented Jan 5, 2019

Ok, thanks, you can deactivate it now.

Here is the error, the endpoints that are supposed to export the app settings and content are not accessible:

https://haber.zer.news/wp-content/plugins/wordpress-mobile-pack-pro/frontend/export/content.php?content=exportsettings

https://haber.zer.news/wp-content/plugins/wordpress-mobile-pack-pro/frontend/export/content.php?content=androidmanifest

Do you have access to the PHP error log and, if yes, can you check what are the latest errors? 500 Internal Server Error is a general error that is masking what is happening in the backend. It's very likely there's a conflict with another plugin.

@anghelalexandra anghelalexandra self-assigned this Jan 5, 2019
@anghelalexandra
Copy link
Contributor

Also, there's one more thing to try - if you are using a cache plugin, you can try resetting the cache and / or, depending if the cache plugin allows it - add the route wp-content/plugins/wordpress-mobile-pack-pro/frontend/export/content.php as an exception. This route represents an API so ideally it shouldn't be cached.

@bedelboseli
Copy link
Author

I, all the other plugins were disabled the and PHP error log didn't produce any error message.
Mobile Pack PRO not working. I can make you an administrator (Web Site)

@anghelalexandra
Copy link
Contributor

Please do not give me access, I don't recommend giving anyone access to your admin panel.

Back to the error log, it's possible your error logging is deactivated. I'm not a Wordpress.com user, so I don't know from where this option should be enabled.

If you don't have access to the exact error so we can continue debugging, we can also issue a refund.

@bedelboseli
Copy link
Author

bedelboseli commented Jan 5, 2019

I think we should focus on solving the problem. Money is not important 👍 Because Mobile Pack PRO so great and best!

Wordpress.com Hosting Said:
"I've checked your error logs, and there aren't any errors for WordPress Mobile Pack, unfortunately!
There also isn't a way to add an exception to our caching on a site-by-site basis, so the suggestion that was made to add an exception for wp-content/plugins/wordpress-mobile-pack-pro/frontend/export/content.php wouldn't be possible.
I hope this helps! Please let me know if there’s any other information I can provide.
Thanks!"

@anghelalexandra
Copy link
Contributor

Thanks for the update. It does seem like the error is in the content.php file. There are a couple of things to try:

  1. Do you have a custom named configuration file? Instead of wp-config.php, does it have a different name?

  2. In the wp-content/plugins/wordpress-mobile-pack-pro/frontend/export/content.php file, can you comment line 8 like this:

// error_reporting(0);

After commenting, activate the plugin for a couple of minutes and access the URL: https://haber.zer.news/wp-content/plugins/wordpress-mobile-pack-pro/frontend/export/content.php?content=exportsettings.

If the URL is showing an error, just take a screenshot. After taking the screenshot, deactivate the plugin.

If the URL is showing the general error message (Internal Server Error), deactivate the plugin and recheck the error log.

@bedelboseli
Copy link
Author

I changed my web site server. Now working.
Thank you.

@anghelalexandra
Copy link
Contributor

@bedelboseli That's good news :). Do you perhaps know what is the difference between your old server and new server? If yes, please leave a comment here so other users that are having the same issue can try it out.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants