I get this error...

Roberto

Member
Registered
Joined
May 20, 2023
Messages
13
Points
3

Reputation:

server error log
  • ErrorException: User upgrade expired error. Starter username not selected in Options page.
  • src/XF/Error.php:77
  • By: Unknown account
  • 2 Has 2023 11:51'de

stack trace​

#0 src/addons/Andy/UserUpgradeExpired/XF/Cron/UserUpgradeExpired.php(31): XF\Error->logError('User upgrade ex...')
#1 src/XF/Job/Cron.php(37): Andy\UserUpgradeExpired\XF\Cron\UserUpgradeExpired::runUserUpgradeExpired(Object(XF\Entity\CronEntry))
#2 src/XF/Job/Manager.php(260): XF\Job\Cron->run(8)
#3 src/XF/Job/Manager.php(202): XF\Job\Manager->runJobInternal(Array, 8)
#4 src/XF/Job/Manager.php(86): XF\Job\Manager->runJobEntry(Array, 8)
#5 job.php(43): XF\Job\Manager->runQueue(false, 8)
#6 {main}

Status request​

array(4) {
["url"] => string(8) "/job.php"
["referrer"] => string(53) "*****.com/admin.php?user-group-promotions/"
["_GET"] => array(0) {
}
["_POST"] => array(0) {
}
}
 
Last edited:

Roberto

Member
Registered
Joined
May 20, 2023
Messages
13
Points
3

Reputation:

can you please help...
 

BattleKing

Spirit of darkness
Staff member
Administrator
Moderator
+Lifetime VIP+
S.V.I.P Member
Collaborate
Registered
Joined
May 24, 2020
Messages
3,531
Points
523

Reputation:

can you please help...
Robertodescribe what the problems is in detail, please let us know what you are doing ... we have no glas bowl where we can look into it!
 
View previous replies…

BattleKing

Spirit of darkness
Staff member
Administrator
Moderator
+Lifetime VIP+
S.V.I.P Member
Collaborate
Registered
Joined
May 24, 2020
Messages
3,531
Points
523

Reputation:

Getting error while editing username CSS
RobertoPlease, more details on what you are doing in detail. Open this and then open that and than edit xyz ...
 

Roberto

Member
Registered
Joined
May 20, 2023
Messages
13
Points
3

Reputation:

Please, more details on what you are doing in detail. Open this and then open that and than edit xyz ...
BattleKingGroups & permissions>User groups>New member>Username CSS (I entered any CSS code)
For example:
CSS:
color: #61be09;
    background-image: url(https://media3.giphy.com/media/xThuWcaa4U4XZQDgvm/giphy.gif?cid=790b761…&rid=giphy.gif);
    color: transparent;
    -webkit-background-clip: text;
    background-clip: text;

When I save, I get a browser error, and when I enter the error log, it shows this error that I have attached.
 

shqawe

Well-known member
Registered
Joined
Jun 30, 2019
Messages
60
Points
28

Reputation:

Groups & permissions>User groups>New member>Username CSS (I entered any CSS code)
For example:
CSS:
color: #61be09;
    background-image: url(https://media3.giphy.com/media/xThuWcaa4U4XZQDgvm/giphy.gif?cid=790b761…&rid=giphy.gif);
    color: transparent;
    -webkit-background-clip: text;
    background-clip: text;

When I save, I get a browser error, and when I enter the error log, it shows this error that I have attached.
RobertoTry to add one property like just color and save it and check if the error still show or not. Also check another users css maybe the problem not from your code maybe from other code because as per your error it's came from cron not from same page.
 

Roberto

Member
Registered
Joined
May 20, 2023
Messages
13
Points
3

Reputation:

Try to add one property like just color and save it and check if the error still show or not. Also check another users css maybe the problem not from your code maybe from other code because as per your error it's came from cron not from same page.
shqaweProblem solved thanks...
 

sucre13

Moderator
Staff member
Moderator
Collaborate
Registered
Joined
Jan 19, 2019
Messages
859
Points
153

Reputation:

error ["referrer"] => string(53) "*****.com/admin.php?user-group-promotions/"
 
Top