

grimmcreative
Newbie-
Content count
10 -
Joined
-
Last visited
Community Reputation
12 GoodAbout grimmcreative

-
Rank
Newbie
-
v7.7 - Sequential Invoice Number Format
grimmcreative replied to grimmcreative's topic in WHMCS V7.7
Yes Hotfix is working. Thanks. -
v7.7 - Sequential Invoice Number Format
grimmcreative replied to grimmcreative's topic in WHMCS V7.7
Ups... Duplicate of Will try Hotfix that is given here. -
After Upgrade to v7.7 the Sequential Invoice Number Format does not work anymore. Tested by manualy "Invoice selected item" on my demo client. My Setup is: {YEAR}-{MONTH}-{NUMBER} Also changed it ones and save setting - no effect.
-
Update: Did the TRUNCATE on tblstorageconfigurations and tblfileassetsettings then Upgrade was able to finish 🙂
-
I followed the given Steps. Now i get a different Error Message: SQLSTATE[23000]: Integrity constraint violation: 1062 Duplicate entry 'client_files' for key 'asset_type' (SQL: insert into `tblfileassetsettings` (`asset_type`, `storageconfiguration_id`, `updated_at`, `created_at`) values (client_files, 2, 2019-01-24 12:36:31, 2019-01-24 12:36:31))
-
Ah ok. i looked into my configuration.php File and there are no entries for folders :D JUST THIS: <?php $license = 'Leased-xxxx'; $db_host = 'localhost'; $db_username = 'xxx'; $db_password = 'xxx'; $db_name = 'xxx'; $cc_encryption_hash = 'xxxx'; $templates_compiledir = 'templates_c'; $mysql_charset = 'utf8'; $display_errors = true; Will try out to implement it and process an upgrade again. Thanks for quick Support.
-
Tried to perform an Upgrade from 7.6.1 to 7.7 Always fails with this Error Message: SQLSTATE[23000]: Integrity constraint violation: 1062 Duplicate entry 'Local Storage: /var/www/vhosts/...' for key 'name' (SQL: insert into tblstorageconfigurations(is_local, name, handler, settings, sort_order, updated_at, created_at) values (1, Local Storage: /var/www/vhosts/.../whmcs/downloads, WHMCS\File\Provider\LocalStorageProvider, {"local_path":"\/var\/www\/vhosts\/...\/whmcs\/downloads"}, 4, 2019-01-24 09:05:27, 2019-01-24 09:05:27)) Any Idea how to resolve this? Thanks.
-
Have it. It is only $userid
-
Hello - already tryed this out. Does not work. $clientsdetails["userid"] $clientsdetails["id"] $clientsdetails["customerid"]
-
How can i get the Customer ID such like $clientdetails ["lastname"] ? Tried every combination out but do not get any ID.