Jump to content
thirty bees forum

Havouza

Trusted Members
  • Posts

    1,511
  • Joined

  • Last visited

  • Days Won

    5

Everything posted by Havouza

  1. Hi! That I did not do. The cache file for the footer has this line in it. Can this be the culprit? ;s:5:"files";a:2:{s:87:"/var/www/vhosts/jv74.se/httpdocs/modules/footercustom/views/css/front/less/default.less";i:1503588736;s:96:"/var/www/vhosts/jv74.se/httpdocs/modules/footercustom/views/css/front/less/variables-mixins.less";i:1503588736;}s:7:"updated";i:1556451505;}
  2. Well the answers via grep is confusing. But I will try another path and change the document root in the new apache to follow the old one
  3. Well database has no hits and I have no windowscomputer, run linux so Astrogrep is no solution. But can I do the same search using only Grep via ssh? How?
  4. Some of the developers must know where the pathinfo is stored
  5. yes i dumped all. It is interesting because this will be a problem if you clone somewthing to a new server where the path to the web will not be the same as the old one. But somewhere the info is stored. I start to belive it is stored in the db somewhere. I go through the config table now to see if I get lucky
  6. Just to clarify $fname = pathinfo Old shop it was /var/www/vhosts/jv74.se/httpdocs/ New shop is /home/admin_jv74/public_html/ But the new shop picks the old pathinfo somewhere. That is the problem which has to be solved
  7. My question is where the path in the variable is picked up from. If I can find that I think the problem is solved This variable picks up the pathinfo somewhere $fname
  8. The new shop is a clone of the old working one
  9. I have no access to the new shop
  10. That path must be stored somewhere when youninstall. And there is no possibility to change it via the module. I checked in the working shop that we try to move
  11. line 1416-1417 if (!is_readable($fname)) throw new Exception('load error: failed to find '.$fname);
  12. where do I find that file?
  13. No I dont think so. The path to the shop is Not var/www/vhosts/. That is from the old server and must be stored somewhere. The new path is /home/jv74/public_html. I need to find where to change
  14. Still struggling with my shop transfer and now I think I have found the problem. The below is from an event log for today. The path to the files is from the OLD shop, not the NEW. Where do I define this? its probably done automatic when you install a shop and now get wrong. *ERROR* 2019/04/27 - 14:23:09: load error: failed to find /var/www/vhosts/jv74.se/httpdocs/modules/footercustom/views/css/front/less/default.less at line 1417 in file modules/footercustom/lessc.inc.php
  15. If I had used Plesk on this new one it would be easy. because we only have one shop left we decided to get a smaller VPS and use Virtualmin instead. All about costs. Pleask has got expensive unfortunately
  16. I looked at php.ini and it for sure use php 5.4 which I know will not work. but I have no clue how to force 7.0. I use Centos so I cant disable it via ssh as in Ubuntu
  17. 7.0.27
  18. I am in the process to move our TB from one VPS to a new one. Both Centos 7. After much troubles I started from scratch and now I think the problem is a wrong php-fpm setting. I get these two lines in the Apache log. Anyone that can give me a hint what to look for? If necessary I can give ssh access to the server or access to the controlpanel. I would be eternally greatful if someone could help [Thu Apr 25 18:27:07.640875 2019] [proxy:error] [pid 7890] (111)Connection refused: AH00957: FCGI: attempt to connect to 127.0.0.1:8000 (*) failed [Thu Apr 25 18:27:07.640927 2019] [proxy_fcgi:error] [pid 7890] [client 63.143.42.253:52290] AH01079: failed to make connection to backend: localhost, referer: https://jv74.se
  19. Havouza

    Update 1.0.3

    OK done! Seem to have worked without a problem. Thanks
  20. Havouza

    Update 1.0.3

    OK I will have a go. I have taken a snapshot if something goes wrong Just a quesstion. Does it also update the db? I am sure there is new tables in the newer versions Anders
  21. Havouza

    Update 1.0.3

    The Core Updater say thirty bees compatibility: 1.0.5+. We have 1.0.3
  22. Havouza

    Update 1.0.3

    A while ago I saw an article about updating between 1.0.3 and 1.0.4. Now I cant find it. Any? And if we have 1.0.4 can we then use the updater to update to latest version?
  23. that problem fixed I missed a space. But still same problem and same error in Apache [Tue Apr 23 10:51:25.402070 2019] [proxy_fcgi:error] [pid 28906] [client 185.60.239.217:37432] AH01071: Got error 'PHP message: PHP Warning: touch(): Utime failed: Permission denied in /home/jv74/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php on line 192\nPHP message: PHP Warning: touch(): Utime failed: Permission denied in /home/jv74/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php on line 192\nPHP message: PHP Warning: touch(): Utime failed: Permission denied in /home/jv74/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php on line 192\n'
×
×
  • Create New...