Severity: Warning
Message: fopen(/home/answnniz/solutionspile.com/system/sessions/ci_sessione065ea0ff2a597c081f66888b1c967008ac1bbae): failed to open stream: Disk quota exceeded
Filename: drivers/Session_files_driver.php
Line Number: 176
Backtrace:
File: /home/answnniz/solutionspile.com/index.php
Line: 367
Function: require_once
Severity: Warning
Message: session_start(): Failed to read session data: user (path: /home/answnniz/solutionspile.com/system/sessions)
Filename: Session/Session.php
Line Number: 143
Backtrace:
File: /home/answnniz/solutionspile.com/index.php
Line: 367
Function: require_once
Create a ER diagram and relational schemas for the following table set below: Table: callingPlan callingPlanID, callingPlanName, callingPlanTypeCode Table: callingPlanType callingPlanTypeCode, monthlyFee, textLimit, minutesLimit Table: customer cid, cname, caddress, cemail, callingPlanID Table: customerPhoneNumber phoneNum, cid Table: phoneCall phoneCallID, startTime, finishTime Table: phoneCallParticipation phoneCallID, callParticipatingPhoneNum, callParticipantType Table: texMessage textMessageID, messageContent, time Table: textMessageParticipation textMessageID, textParticipatingPhoneNum, textParicipantType