bugs when change fo...
 
Notifications
Clear all

bugs when change folder name!

2 Posts
2 Users
0 Likes
537 Views
 ken
(@ken)
Posts: 1
New Member
Topic starter
 

Hi , I have change folder name : combu to newnamefolder , all cannot work (cannot : login from client , login web admin)  after that I rename to old name folder (combu) , still cannot work for all . I have restart IIS , still cannot work.

 

Maybe framework work unstable . Please fix my problem

 
Posted : 31/10/2018 5:15 am
(@skaredcreations)
Posts: 805
Prominent Member Admin
 

When you change the folder name you should change also the constant URL_ROOT in /lib/config.php (it must be a path relative to the root, for example if you have Combu installed on http://yourserver/newfoldername then URL_ROOT must be "/newfoldername/") and of course "Url Root Production" or "Url Root Stage" in the inspector of CombuManager in Unity with the full URL to your Combu root (for example " http://yourserver/newfoldername/ ").

If it still doesn't work after the above changes then IIS is probably returning a HTTP error, you can enable the checkbox "Log Debug Info" in the inspector of CombuManager to see if an error is returned (like "500 Internal Server Error") and eventually see if there's more information about the error in the log files of IIS (make a search to see where IIS stores the errors and logs, usually they're in %SystemDrive%\inetpub\logs\LogFiles or %SystemDrive%\Windows\System32\LogFiles\HTTPERR).

Since you're talking about a Windows machine, did you enable case-sensitive names for tables and fields in your my.ini of MySQL like written at here? You should see the tables and fields names as capitalized words in phpMyAdmin or MySqlWorkbench if it's enabled.

FRANCESCO CROCETTI @ SKARED CREATIONS

 
Posted : 31/10/2018 12:20 pm
Share: