Iāve got two 7.5.1 installations. One is running on Windows 10, Bitnami WAMP Stack 5.6.18-0. The other is running on a fully-updated Linux Ubuntu server. Both exhibit this issue.
Sometimes, my Tabs just donāt work⦠There is a visual clue on which tabs will work and which will not. See below:
Hereās tabs that work (they change the form when clicked on):
Hereās tabs that do NOT work (nothing happens when clicked on):
Iāve done QRR and restarted everything but the problem persists. Any help would be appreciated ā I need to get this fixed as I am presenting to a client next week!
Thank you for your reply. Iāve checked the php log and it says:
[22-Feb-2016 15:21:34 America/New_York] PHP Fatal error: Directive āallow_call_time_pass_referenceā is no longer available in PHP in Unknown on line 0
[22-Feb-2016 15:26:18 America/New_York] PHP Fatal error: Directive āallow_call_time_pass_referenceā is no longer available in PHP in Unknown on line 0
The apache log for the CRM site is attached. Everything ABOVE line 214 was from bootup to visiting the Events entity where the Layout is defined entirely as Panels.
From the mark ā=-=-=-=-=-ā at line 214 to the end of the log, I switched the Events entity to the Tab view. Please let me know if you need anything elseā¦
After investigate your log :
custom/include/MySugar/javascript/AddRemoveDashboardPages.js
custom/include/MySugar/javascript/retrievePage.js
/custom/include/javascript/checkbox.js
these file is no longer there in 7.5.x (bug)
these file is certainly here (i am still in 7.4.x and can not verify)
/include/javascript/checkbox.js
Please, open your log file and search for ā404ā = file not found. i have 5 match
You have certainly more php error ⦠like so :
include error ⦠empty file in directory/
Thank you for your guidance. What shall I do with those files? Shall I vopy them to custom/include⦠? I see the errors you showed me but do not know what to doā¦
To fix the problem on my end, I simply copied the missing files back to the ā/customā directory. I know that is not the preferred way to fix the issue.
As I understand it, the preferred way to fix the issue is to modify the source files that are calling items in the ā/customā directory and modifying the source file to point to the new location.
Hereās my question⦠I am not sure how to determine WHICH files I need to edit based on the errors in the log (below).
I copied the files back to the /custom/ directory, which Iām sure isnāt right but got me working again. When will there be a patch/update that deals with this?!