#Getting Ajax Error
1 messages · Page 1 of 1 (latest)
ive pretty much tried to reinstall, reboot, update cpgg but it still wont work
or is it because of re color theme
like i swear it used to work
Check your browser console on this page
@tall epoch that's all that shows
Is it in the browser console?
Do you use Cloudflare?
no
Can you please show the output of the php -v command
Alr
I found the problem (sorry for ghost ping)
nexuspipe was causing the error
💀
its all working now
thanks for the help ❤️
Try this
It seems like the "mbstring" module is being loaded more than once in your PHP configuration. To fix this issue, you can check your PHP configuration files (php.ini) and remove any duplicate entries for the "mbstring" module. Look for lines similar to:
extension=mbstring.so
Ensure that there's only one occurrence of this line in your configuration. If the issue persists, you might want to check if there are multiple PHP configurations in use (e.g., a local php.ini file in your project).
Oh
I see another problem, it is written above
yeah let me try that too
ChatGPT moment 😂
sorry but where is the php.ini located?
xD
yeah i think its fixed now
there was 2 extension=mbstring.so
Great, everything should work now.
Thanks for the help
Np, it's my work