Jump to content

Sonya*

Clients
  • Posts

    3,823
  • Joined

  • Days Won

    30

 Content Type 

Downloads

Release Notes

IPS4 Guides

IPS4 Developer Documentation

Invision Community Blog

Development Blog

Deprecation Tracker

Providers Directory

Forums

Events

Store

Gallery

Everything posted by Sonya*

  1. It works now. I have emptied datastore about 10 times and refreshed the page about 20 times. And it works now. A kind of cache or something else. Solved.
  2. Hmm. I have this value in upload_settings: {"filestorage__core_Advertisements":1,"filestorage__core_Attachment":1,"filestorage__core_Emoticons":1,"filestorage__core_Profile":1,"filestorage__core_Theme":1,"filestorage__downloads_Files":1,"filestorage__downloads_Screenshots":1,"filestorage__calendar_Events":1,"filestorage__forums_Icons":1,"filestorage__gallery_Images":1,"filestorage__blog_Blogs":1,"filestorage__blog_Entries":1,"filestorage__core_Clubs":1,"filestorage__core_Reaction":1,"filestorage__core_Login":1,"filestorage__core_Imageproxycache":1,"filestorage__core_ProfileField":1,"filestorage__core_Promote":1,"filestorage__core_ClubField":1,"filestorage__cms_Media":1,"filestorage__cms_Pages":1,"filestorage__cms_Records":1,"filestorage__bbt_Chart":1,"filestorage__links_linkField":1,"filestorage__links_Icon":1,"filestorage__links_Thumbnail":1,"filestorage__nexus_Ads":1,"filestorage__nexus_Support":1,"filestorage__nexus_PackageGroups":1,"filestorage__nexus_Products":1,"filestorage__nexus_Customer":1,"filestorage__nexus_PurchaseFields":1,"filestorage__nexus_ReferralBanners":1,"filestorage__featuredcontent_Image":1,"filestorage__nexus_Product":1,"filestorage__core_Icons":1,"filestorage__clubcats_FileStorage":1,"filestorage__chatbox_Nofifile":1,"filestorage__nbpollswalls_Cover":1,"filestorage__nbpollswalls_Icon":1,"filestorage__core_Feature":1,"filestorage__core_ReferralBanners":1,"filestorage__forums_Cards":1,"filestorage__badges_FileStorage":1} No path. I have replaced the path in core_file_storage with the valid path for the test server. But the error persists, and var_dump still prints the path for the live server out. Datastore folder is emptied.
  3. No. I do not have access to the admin panel due to the error. How can I rebuild the system cache without access to AdminCP?
  4. I do not use constants.php file. The permissions are correct, but this is not the issue. The issue is that it uses a path that is valid for live server. And it fails because the path is not correct for the test server. I need to replace the path to the upload folder somewhere in the database or files. But where?
  5. I am trying to set up a test server with the copy of my live server. IPS version is 4.5.4.2. I have copied all the files and database. All server permissions are set correct. The error I encounter: IPS\File\Exception: CANNOT_MAKE_DIR (6) #0 /var/www/vhosts/mydomain.com/httpdocs/system/File/FileSystem.php(306): I have added var_dump($this->configuration['dir']); to debug what path cannot be written. It shows the path to the upload folder on the live server. I have looked for the path in the table core_sys_conf_settings and have not found it. I then have found it in the table core_file_storage and replaced it in the database with the correct path. But I still see the old path when doing var_dump. I have emptied the folder datastore. It does not help. Question: where do I replace this path? I do not have access to the admin panel because of the error above.
  6. You do not need this file. Just start the installation, the file will be created during the installation.
  7. This is not IPS original. It is modified. You do not allow to index your website for any bot. Disallow applies in your case for User-agents lines above, like this: User-agent: * User-agent: AhrefsBot Disallow: / I recommend using robots.txt generated by IPS. It will exclude tons of duplicate URLs or those with no or poor content. If you block anything, your site will not be indexed. If you allow everything, this is also bad for SEO, as Google has to crawl many URLs that have no benefit for you. Read more here
  8. You have almost no control over the appearance of the topic created via Page. Even as an admin, there is no edit option. E. g. you cannot remove the backlink, even if there are no permissions for the database. The template above will only be considered while you make a new record. If you change the template and try to rebuild the topics afterward, all your customization will go.
  9. 1. Download the language with your custom strings 2. Download the Marketplace version. 3. Install Marketplace version as upload from XML 4. Update the last with your custom XML. 5. Set the last as default and delete all other languages This would merge both languages into one. You have to repeat the steps above every time the Marketplace version gets update.
  10. Final follow-up with the solution. This was not CleanTalk. The reason why the title or content was not filled via task while doing RSS import was the permissions set on the title and content field in the Pages database. The fields should have full permissions for adding content: In my initial setup, only the administrator was able to add content to the field. The result was - an empty title and content while importing via RSS feed imports. These fields must be writable by anyone. By the way, permission to create a record in the database is not considered. I do not allow someone to create records in the database except for the admin. This does not matter. But the single fields must be writable by everyone. Closed for now 😅
  11. Cannot reproduce any more. 🙄 Goblins are rampaging on my server.
  12. This is exactly why support is now moved to the forum. 😉 If the support still would be ticket only, you would not do a quick search for "upgrade failed" but spend your time describing your issue in detail in the ticket. Or you would search but would not find anything usable. The common answers from devs in the forum are something that helps you instantly without waiting for the common answer in the support ticket first, then saying, no, it does not work for me and then going back and forth with support. They still do it. Just submit your issue in this forum, be sure that login credentials for your forum in the IPS client area are up to date and they will log in to troubleshoot.
  13. Attempt to create a manual payment method on localhost and IN_DEV ends with Whoops\Exception\ErrorException: Undefined array key "m_validationfile" (2) #0 xxxx\applications\nexus\sources\Gateway\Gateway.php(213): Whoops\Run->handleError(2, 'Undefined array...', 'xxx...', 213)
  14. These are not emojis, but reaction buttons. The issue causes the image you use for the reaction
  15. I am updating other apps right now. This one will be the last.
  16. Have you disabled the signatures for guests? In AdminCP -> Profile Settings.
  17. This works now perfect for me. Selecting only some databases or excluding them all is a very cool idea. Thank you!
  18. Can you please reset the URL for test installation? https://testnew.[domain] should be https://test.[domain] Thank you!
  19. The form in the filter block is always formatted as ipsForm_vertical, even if using the block in the main content. This should be at least ipsForm_horizontal. Better to display it the same way the search does, where the fields are displayed as columns to save place for long filter forms: Yes, I am aware the last one is a suggestion. 😄 I could not stop, please concentrate on the first line.
  20. How to reproduce: Create an RSS Import in AdminCP Edit the RSS Import after saving Issue: the feed title is emptied. There is no way to correct this as there is no title field in RSS Imports.
  21. Sonya*

    Translit URL

    Yes, it works. I'll update the version in the Marketplace. But no changes to code are required.
  22. All RSS feeds behave the same. The cross-links that you see in AI Writer derive from re-saved records in Tutorials. I am not comfortable posting links in public. If you need a concrete example, please PM me or create a ticket.
  23. Yes. Login into the selected project using the login credentials in the Client Area. The database Tutorials reference AI writers. Tutorials are imported via RSS. No cross-linking for the recently imported records in AI writers. I use a customized database template, but you can switch to the default display template, to see there is no cross-linking also in default. Please switch the template back after you have tested it.
×
×
  • Create New...