Jump to content
[MUST READ] Forum Rules ×

Anyx

Senior Members
  • Posts

    1058
  • Joined

  • Last visited

Everything posted by Anyx

  1. I never actually realized this, InfinityFree's tool said "the www subdomain is automatically included" and I never checked the actual certificate to see that they issue a wildcard. Nice, and I can understand why it isn't mentioned (people would be confused thinking they can actually use it as a wildcard which vPanel doesn't allow). Well, it seems that you also got your answer @Mayank657:
  2. There are several indications: The post is extremely wordy and verbose and in many parts, having sentences that do not seem to convey an actual meaning but exist to "fill up the post". It is repetitive in parts, for example: This part:
  3. They do? I tried ordering a *.domain.com certificate and the tool didn't accept it.
  4. Why do you want a wildcard SSL? They're not supported by vPanel anyway...
  5. I am fairly certain this no longer works, as Mandrill which is recommended there is now a Mailchimp addon.
  6. I've updated MOFH-R to the latest CodeIgniter and PHP 8.2; it is available for download at https://github.com/ActiveMaintenance/MOFH-R. No guarantees, however. MOFH-R is no longer developed by its original developer, who is now developing Xera, and is considered abandoned. I would not recommend continuing to use it long-term unless you also plan to continue developing it and ensuring no security vulnerabilities can affect it.
  7. Where did you get MOFH-R from? Its original repo seems to be deleted...
  8. Thank you. What I get from those errors is that your server was updated to PHP 8.2 recently. Unfortunately, GenerateArea was written in CodeIgniter 3, which seems to be incompatible with PHP 8.2 at the moment; there is an open Pull Request, but I'm not sure what the project's status is since the last commit on the repo was in April: https://github.com/bcit-ci/CodeIgniter/pull/6173 As it happens, GenerateArea itself is not actively maintained either, as development has focused on creating a new solution.
  9. Do you get that even with display_errors on? Can you try temporarily changing this line in your main index.php and try to fetch the actual error (note it might reveal something sensitive, so disable it as soon as you get the error): define('ENVIRONMENT', isset($_SERVER['CI_ENV']) ? $_SERVER['CI_ENV'] : 'production'); to this: define('ENVIRONMENT', isset($_SERVER['CI_ENV']) ? $_SERVER['CI_ENV'] : 'development');
  10. I believe luluhoste means it's good that Mahtab has started working on it again (according to a translator I used, the verb "reprit" is a form of "reprendre" that can be translated as "resumes" or "continues", and "est reprit" is "has resumed/taken up again").
  11. What do you mean? Composer could be used with PHP 7.4 and now with PHP 8.2 as far as I'm aware. You just need to perform the installation locally first, then upload the resulting files to the server.
  12. What you're looking to add is a panel widget; you could fetch the code from one of iFastNet's defaults via your browser's DevTools and customize it to your liking, here's how I would go about it: <div class="panel panel-widget"> <div class="panel-heading widget-heading"> <span id="advertisement-header" class="group-header">Advertisement</span> </div> <div class="panel-body icon-container-body"> <!--Your code here--> </div> </div>
  13. If the site can be exported as HTML/CSS as I've read on some online forums then I don't see a reason why not, although we're not entirely sure if it is Weebly. The "Webby" mentioned by the customer seems to be neither a free hosting subdomain nor a reseller I could find, so until they share more information all we can do is speculate.
  14. As long as you have ran the first command (composer config...), if you run ``composer update`` it should downgrade dependencies to PHP 7.4. If it doesn't, as described in the article, you'll need to find the ones that are supported by PHP 7.4 and downgrade them manually. I'd advise waiting a bit however, as most servers are being upgraded to PHP 8.2, so you might wish to wait for that update first and then install a PHP 8.2 version of Flarum.
  15. That's because Flarum requires PHP 8.1 and higher, and won't work with 7.4; if the server you're on has been upgraded to PHP 8.2, you can use that, otherwise you can try downgrading the dependencies to 7.4: https://medium.com/@jszoja/downgrade-composer-php-version-c90900a87aab
  16. Please, just read Site.Pro's documentation: https://site.pro/API-documentation/create-session-sso/
  17. I registered at your hosting, and the site builder button is there. It doesn't seem to be very intuitive however; it is the little upload icon next to the domain: It also seems to be misconfigured, so you may want to check your credentials. Since the website builder is on the client view, you want to be checking the files that are displayed to clients. In this case, it was in https://github.com/GenerateApps/GenerateArea/blob/dev/template/default/page/user/view_account.php; generally, the option should be in the user templates at https://github.com/GenerateApps/GenerateArea/blob/dev/template/default/page/user/. The configuration for the option is indeed in the place you found it, https://github.com/GenerateApps/GenerateArea/blob/dev/app/models/.
  18. I'm not familiar with how the integration works; but if you enter your keys and activate it, I'm assuming that in the client interface, a "Website Builder" or similar option will appear, which when clicked by the customer, will take them to the site.pro integration (which I believe connects through FTP to upload the resulting files to the servers). These questions are better answered by taking a look at the source code, or from hands-on experience (trying out something yourself, either in a local or your production environment); unfortunately, if you're not very familiar with PHP, you may need to start learning it; GenerateArea is in a transition period currently where development is focused on a new client area, so support is limited. Even if it wasn't though, it's a good idea to be able to understand the software that's managing your clients, and some familiarization with PHP is necessary if you're managing everything on your reseller.
  19. The instructions should be there; you register for a Site.Pro trial, get the key, and enter it in GenerateArea. https://site.pro/Free-Website-Builder/
  20. I'm assuming this is a response to this (sorry for needing to clarify, but the last question was offtopic so it might be confusing): How to do this
  21. You're asking questions that aren't relevant to the topic. If you want to ask something that isn't related to GenerateArea, make a new topic. You may also wish to avoid pinging people and just ask a question; someone will answer it, there's no need to ping someone specific unless you're asking something that specifically pertains to them.
  22. Have you tried debugging it? If you enable PHP display errors, does it show anything? Also, have you done this?
  23. Please fill in the form: https://www.gogetssl.com/reseller-program/#resellerform You can skip the fields that aren't required (such as company registration numbers, since I guess you don't have any). You don't need to worry about that. If you're not eligible, they'll say so in the email, although this doesn't seem like an application so I don't think they reject any applicants.
  24. Are you facing an issue setting it up? Where are you stuck at?
×
×
  • Create New...